summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko2012-11-12
* [ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov2012-11-12
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-12
* Normalize memcmp constant folding results.Meador Inge2012-11-12
* [ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov2012-11-12
* do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif2012-11-12
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-12
* add unit test for waymarking algorithm (Use::getUser)Gabor Greif2012-11-12
* Remove unused field.Eric Christopher2012-11-12
* Fix PR14314Michael Liao2012-11-12
* Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper2012-11-12
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-12
* Delete a stale comment. No functional change.Meador Inge2012-11-12
* Move some helper methods to being static functions in the implementation file.Craig Topper2012-11-11
* Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge2012-11-11
* instcombine: Migrate memset optimizationsMeador Inge2012-11-11
* Update the vectorizer docs.Nadav Rotem2012-11-11
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-11
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-11
* Fix a comment typo and add comments.Nadav Rotem2012-11-11
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-11
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-11
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* Provide definitions for all functions.Benjamin Kramer2012-11-10
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* Simplify the SmallVector pretty printer for LLDB a bit and make it work with ...Benjamin Kramer2012-11-10
* Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper2012-11-10
* Remove empty directory.Duncan Sands2012-11-10
* Tidy up spacing. No functional change.Craig Topper2012-11-10
* Removed unimplemented method declaration.Craig Topper2012-11-10
* Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2012-11-10
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-10
* Add more functions to the target library information.Meador Inge2012-11-10
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-10
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-09
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-09
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-09
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-09
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-09
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-09