summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS DSP: other miscellaneous instructions.Akira Hatanaka2012-09-284-0/+207
* Fixed a bug where if something went wrong whileSean Callanan2012-09-281-0/+4
* Update template type diffing to handle qualifiers. Differing qualifiers willRichard Trieu2012-09-283-0/+341
* Testcase for r164835Manman Ren2012-09-281-0/+28
* Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...Richard Smith2012-09-283-0/+13
* MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka2012-09-283-0/+312
* Clean up part of template type diffing. Moved repeated code to separateRichard Trieu2012-09-281-32/+30
* Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian2012-09-283-2/+5
* X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of theManman Ren2012-09-281-5/+28
* Improve the diagnostic messages on dynamic_cast.Howard Hinnant2012-09-281-6/+6
* Due to a mistake on my own part, I need to burn some version numbers. This d...Howard Hinnant2012-09-281-1/+1
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-2815-376/+1285
* [analyzer] Handle inlined constructors for rvalue temporaries correctly.Jordan Rose2012-09-283-7/+22
* [analyzer] Create a temp region when a method is called on a struct rvalue.Jordan Rose2012-09-282-22/+40
* [analyzer] Create a temporary region for rvalue structs when accessing fieldsJordan Rose2012-09-283-13/+20
* Avoid malloc thrashing in the uninitialized value analysis.Benjamin Kramer2012-09-281-11/+5
* PackedVector: Make the BitVector implementation configurable.Benjamin Kramer2012-09-281-13/+14
* Fix a bug introduced in an earlier revision: actually return the StopReason, ...Filipe Cabecinhas2012-09-281-1/+1
* Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper2012-09-281-3/+2
* Provide malloc-free sentinels for the SparseBitVector internals.Benjamin Kramer2012-09-281-0/+16
* Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko2012-09-281-4/+7
* [ASan] Fix unit test headers. Add an option to change substitute asan_test_co...Alexey Samsonov2012-09-285-7/+13
* [ASan] use llvm-symbolizer (in offline mode) in ASan output tests on LinuxAlexey Samsonov2012-09-283-0/+13
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-282-0/+30
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-283-1/+9
* [asan] Change defaults for Android target.Evgeniy Stepanov2012-09-281-2/+10
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-282-2/+27
* Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky2012-09-282-0/+12
* Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...Craig Topper2012-09-281-1/+3
* Recognize the eax/ebp/eip etc version of x86 registerJason Molenda2012-09-281-2/+10
* 1. Add load/store words from the stackReed Kotler2012-09-283-34/+86
* Fix the extra space char being emitted in this message when breakpoints resol...Jason Molenda2012-09-281-1/+1
* Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant2012-09-282-10/+48
* Improved the runtime reading to also get dataSean Callanan2012-09-273-37/+65
* Remove <def,read-undef> flags from partial redefinitions.Jakob Stoklund Olesen2012-09-271-0/+6
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-2712-222/+550
* Fix more crlf issues.Micah Villmow2012-09-271-34/+34
* Fix a regression from r164656.Eli Friedman2012-09-272-2/+16
* [analyzer] Address Jordan's code review for r164790.Anna Zaks2012-09-272-20/+20
* [analyzer] IvarInvalidation: track synthesized ivars and allow escapeAnna Zaks2012-09-272-31/+77
* Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...Jason Molenda2012-09-274-40/+40
* instcombine: Add more test cases for __strncpy_chk simplificationMeador Inge2012-09-272-0/+87
* instcombine: Add more test cases for __strcpy_chk simplificationMeador Inge2012-09-273-13/+109
* instcombine: Add more test cases for __memmove_chk simplificationMeador Inge2012-09-272-0/+84
* instcombine: Add more test cases for __memcpy_chk simplificationMeador Inge2012-09-272-0/+84
* instcombine: Add more test cases for __memset_chk simplificationMeador Inge2012-09-273-18/+81
* Enable the new coalescer algorithm by default.Jakob Stoklund Olesen2012-09-272-2/+1
* Don't dereference begin() on an empty vector.Jakob Stoklund Olesen2012-09-271-1/+1
* Fixed some bugs in the runtime reader code. AlsoSean Callanan2012-09-272-7/+320
* Unbreak cmake buildAnna Zaks2012-09-271-0/+1
OpenPOWER on IntegriCloud