aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-12[ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-12Normalize memcmp constant folding results.Meador Inge
2012-11-12[ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov
2012-11-12Remove unused field.Eric Christopher
2012-11-12Fix PR14314Michael Liao
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-11instcombine: Migrate memset optimizationsMeador Inge
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-10instcombine: Migrate strcspn optimizationsMeador Inge
2012-11-10Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper
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-10instcombine: Query target library information to gate libcall simplificationsMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
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-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
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-08instcombine: Migrate strspn optimizationsMeador Inge
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-07Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg
2012-11-07[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka
2012-11-07Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. Akira Hatanaka
2012-11-07Revert r167540 until regression tests are updated.Amara Emerson