2012-09-27 |
Argyrios Kyrtzidis | Per discussion in lists.cs.uiuc.edu/pipermail/cfe-commi... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Jordan Rose | Use %clang_cc1 so that the test works even if the targe... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Jim Ingham | Implement returning integer values in "thread return... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Argyrios Kyrtzidis | [libclang] Always report a CXCursor_MacroDefinition... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Bill Wendling | Use a variable to stop us from building clang testing... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Greg Clayton | If we are attached to a platform, then make sure that... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Greg Clayton | Added "k" as an alias to "process kill" since the new... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Andrew Kaylor | Fix of hang during Intel JIT profiling |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Buildbot Fix. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nick Lewycky | Turn off this test, as the new and old SROA cause it... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Sid Manning | Add case for typeConstant in SectionChunk |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nick Lewycky | Disable the new SROA pass to get the tree back in worki... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jason Molenda | Add examples of using the kdp-remote and gdb-remote... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Greg Clayton | Add convenience aliases to allow easy attaching to... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Dan Gohman | Add IRBuilder code for adding !tbaa.struct metadata... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Query the parameter attributes directly instead of... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Update to new function attribute querying syntax. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Remove the `hasFnAttr' method from Function. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jim Grosbach | X86_32: Large Symbol+Offset relocations. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Sean Callanan | Added support for the DebugClang configuration to the |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Initial commit for the AttributesImpl class. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Akira Hatanaka | Add case clauses for returning dsp accumulator encoding... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Akira Hatanaka | Add DSP accumulator registers and register class. Remov... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Akira Hatanaka | Delete member MipsFunctionInfo::OutArgFIRange and code... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Allow -MF to be used in combination with -E -M or ... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Anna Zaks | [analyzer] Add experimental ObjC invalidation method... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Anna Zaks | [analyzer] Commit a test case for r164579. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Add support for detecting some corei7-class Xeons. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Ted Kremenek | Have set-xcode-analyer report an error if no xcspec... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Ted Kremenek | Make set-xcode-analyzer more tolerant of the naming... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Ted Kremenek | Revert "Use sep instead of ' '." |
commit | commitdiff | tree | snapshot |
2012-09-26 |
DeLesley Hutchins | Fix template instantiation of attributes. More specifi... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Ted Kremenek | Use sep instead of ' '. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Duncan Sands | Now that invoke of an intrinsic is possible (for the... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jordan Rose | Make our mini-stdint.h platform-independent by using... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Argyrios Kyrtzidis | [libclang] Remove the ParentKind cursor kind from code... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Argyrios Kyrtzidis | Have ASTUnit::Save() return a bool to indicate save... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Filipe Cabecinhas | Patch by Matt, to get lldb to build with the updated... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Filipe Cabecinhas | Make lldb more C++11 friendly. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | YAMLParser: Fix invalid reads when encountering incorre... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Howard Hinnant | Bump _LIBCPP_VERSION to 1002 |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Remove unneeded and invalid SetInsertPoint calls from... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | APFloat::roundToIntegral: Special values don't keep... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | Address Duncan's comments on r164684: |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Alexander Potapenko | Fixed a number of gpylint warnings, added binary names... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Alexander Potapenko | Encapsulate the main loop into a class to allow reusing it. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Alexander Potapenko | Set --use-symbol-table=true as Alexey has already resol... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | Address Duncan's comments on r164682: |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Analogous fix to memset and memcpy rewriting. Don't... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | When rewriting the pointer operand to a load or store... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Teach all of the loads, stores, memsets and memcpys... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Add some convenience methods to IRBuilder for construct... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
NAKAMURA Takumi | ARM/atomicrmw_minmax.ll: Fix RUN line. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Fix tests that didn't test anything. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
James Molloy | Fix ordering of operands on lowering of atomicrmw min... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | SimplifyCFG: Make the switch-to-lookup table transforma... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Logan Chien | Fix build failure and enhance the testcase for unwind.h. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | SimplifyCFG: Refactor the switch-to-lookup table transf... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Run test in a freestanding environment so it doesn... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nico Weber | Fix two more tests that didn't do anything. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nico Weber | Make this test actually test something |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Sylvestre Ledru | The assumption that /proc/self/exe always exists is... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add SARX/SHRX/SHLX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add RORX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add MULX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nico Weber | Revert r163022, it caused PR13924. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Duncan Sands | Teach the 'lint' sanity checking pass to detect simple... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Revert r164663 due to buildbot failure. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Revert the business end of r164636 and try again. I... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Add is16BitVector and is32BitVector to MVT and call... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Replace calls to getSizeInBits with getExtendedSizeInBi... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Rename virtual table anchors from Anchor() to anchor... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Logan Chien | Add struct keyword before _Unwind_Context. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Remove hasNoAVX method. Can just invert hasAVX instead. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Mark extended type querying methods as 'readonly' to... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Generate an error message instead of asserting or segfa... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Ted Kremenek | Remove unnecessary ASTContext& parameter from SymExpr... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Nico Weber | Add codegen support for the __debugbreak intrinsic. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add 'lock' prefix output support in assembly printer |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Eli Friedman | Fix an edge case of mangling involving the combination... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Generate an error message instead of asserting or segfa... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Eli Friedman | Fix the AST representation for non-type template argume... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Richard Smith | Teach Type::getAs<TemplateSpecializationType> that... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Ilseman | Expansions for u/srem, using the udiv expansion. More... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Sean Callanan | Fixed a bug in the path remapper that caused |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jordan Rose | Revert "Add --program-prefix support to build" |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jim Ingham | Add an API to figure out whether a breakpoint is intern... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jason Molenda | The iOSSimulator platform should create a PlatformDarwi... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Michael J.... | [Options] Store the option ID in OptTable::Info. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Ted Kremenek | Remove 'const' version of getBasicVals(), which is... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Akira Hatanaka | Initialize boolean variables in MipsSubtarget's constru... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't drop the alignment on a memcpy intrinsic when... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Reed Kotler | blank line for test commit |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jordan Rose | Rename CanFitInto64Bits to alwaysFitsInto64Bits per... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Chad Rosier | [driver] Add support for the -fno-fast-math option. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Revert the business end of r164634, and replace it... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't try to promote the same alloca twice. Fixes PR13916! |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Sebastian Pop | Add --program-prefix support to build |
commit | commitdiff | tree | snapshot |
next |