aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-301-0/+26
* rdar://12100355 (part 1)Shuxin Yang2012-11-291-0/+76
* instcombine: Migrate puts optimizationsMeador Inge2012-11-292-15/+31
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-291-0/+49
* fix a typoShuxin Yang2012-11-291-1/+1
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-293-31/+45
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-292-13/+57
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-294-59/+80
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-291-0/+32
* Add error handling in getInt.Patrik Hägglund2012-11-281-2/+1
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-281-0/+24
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-271-0/+41
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-271-0/+54
* Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge2012-11-272-48/+26
* Remove the dependent libraries feature.Bill Wendling2012-11-272-2/+0
* llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi2012-11-273-6/+12
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi2012-11-271-2/+1
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi2012-11-273-3/+3
* Trailing linefeeds.NAKAMURA Takumi2012-11-272-2/+0
* test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi2012-11-271-0/+1
* instcombine: Migrate sprintf optimizationsMeador Inge2012-11-273-24/+83
* Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman2012-11-271-0/+35
* Get rid of the getPointeeAlignment helper function fromEli Friedman2012-11-261-0/+10
* rdar://12329730 (defect 2)Shuxin Yang2012-11-261-0/+15
* instcombine: Migrate printf optimizationsMeador Inge2012-11-264-59/+120
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-262-21/+59
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-261-0/+32
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-262-21/+48
* Fix bogus comment; no functional change.Meador Inge2012-11-261-1/+2
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-262-11/+41
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-252-45/+133
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-251-0/+33
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-233-3/+3
* Add more functions to the target library information.Meador Inge2012-11-221-0/+99
* llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi2012-11-211-1/+3
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-2/+75
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-201-0/+35
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-203-26/+46
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-181-0/+19
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-181-0/+16
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-171-2/+1
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-171-0/+25
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-161-0/+9
* Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands2012-11-161-0/+18
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-161-0/+20
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-151-0/+53
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-151-0/+9
* Remove DOS line endings.Jakub Staszak2012-11-141-21/+21
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-131-0/+5
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-2/+2