aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2012-11-29Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer
2012-11-29fix a typoShuxin Yang
2012-11-29instcombine: Migrate fputs optimizationsMeador Inge
2012-11-29instcombine: Migrate fwrite optimizationsMeador Inge
2012-11-29instcombine: Migrate fprintf optimizationsMeador Inge
2012-11-29Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang
2012-11-28Add error handling in getInt.Patrik Hägglund
2012-11-28BBVectorize: Correctly merge SubclassOptionalDataHal Finkel
2012-11-27instcombine: Don't replace all uses for instructions with no usesMeador Inge
2012-11-27SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer
2012-11-27Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi
2012-11-27Trailing linefeeds.NAKAMURA Takumi
2012-11-27test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-27Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman
2012-11-26Get rid of the getPointeeAlignment helper function fromEli Friedman
2012-11-26rdar://12329730 (defect 2)Shuxin Yang
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26Fix bogus comment; no functional change.Meador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-25Add support for pointer induction variables even when there is no integer ind...Nadav Rotem
2012-11-23Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund
2012-11-22Add more functions to the target library information.Meador Inge
2012-11-21llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi
2012-11-21PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth
2012-11-20Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-11-18Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands
2012-11-18Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky
2012-11-17LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem
2012-11-17Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng
2012-11-16InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands
2012-11-16Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands
2012-11-16Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg
2012-11-15Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg
2012-11-15Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-13Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel