aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-12[ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov
2012-11-12do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko
2012-11-12add unit test for waymarking algorithm (Use::getUser)Gabor Greif
2012-11-12Remove unused field.Eric Christopher
2012-11-12Fix PR14314Michael Liao
2012-11-12Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-12Delete a stale comment. No functional change.Meador Inge
2012-11-11Move some helper methods to being static functions in the implementation file.Craig Topper
2012-11-11Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge
2012-11-11instcombine: Migrate memset optimizationsMeador Inge
2012-11-11Update the vectorizer docs.Nadav Rotem
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge
2012-11-11Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem
2012-11-11Fix a comment typo and add comments.Nadav Rotem
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge
2012-11-11instcombine: Migrate strstr optimizationsMeador Inge
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10Provide definitions for all functions.Benjamin Kramer
2012-11-10instcombine: Migrate strcspn optimizationsMeador Inge
2012-11-10Simplify the SmallVector pretty printer for LLDB a bit and make it work with ...Benjamin Kramer
2012-11-10Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper
2012-11-10Remove empty directory.Duncan Sands
2012-11-10Tidy up spacing. No functional change.Craig Topper
2012-11-10Removed unimplemented method declaration.Craig Topper
2012-11-10Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper
2012-11-10Convert an improper CodeGen test to a MC test.Evan Cheng
2012-11-10instcombine: Query target library information to gate libcall simplificationsMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-11-10xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng
2012-11-10Disable the Thumb no-return call optimization:Evan Cheng
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-11-09[NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-09Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-09Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-09Add support for -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-09Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-11-09Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem
2012-11-09indentNadav Rotem
2012-11-08llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer
2012-11-08Recommit modified r167540.Amara Emerson