aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-151-2/+2
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-151-1/+1
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-151-1/+1
* Fix testcase for attribute ordering.Bill Wendling2013-02-151-1/+1
* Fix testcase for attribute ordering.Bill Wendling2013-02-151-1/+1
* Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky2013-02-141-0/+12
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-131-2/+3
* Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...Michael Ilseman2013-02-111-1/+7
* Remove trailing whitespaceMichael Ilseman2013-02-111-7/+8
* FileCheck-ize the tests.Bill Wendling2013-02-115-27/+39
* LSR IVChain improvement.Andrew Trick2013-02-092-20/+94
* [SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier2013-02-081-0/+48
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-081-14/+2
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-071-2/+14
* Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman2013-02-071-0/+51
* Remove this testcase until I can figure out how to properly conditionalize it.Owen Anderson2013-02-071-43/+0
* Another attempt at getting the XFAIL line right for this test.Owen Anderson2013-02-071-1/+1
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-071-4/+4
* whitespaceMichael Ilseman2013-02-071-12/+12
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-071-0/+1
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-061-0/+42
* InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer2013-02-051-0/+16
* Added missing newline to end of test case.Michael Gottesman2013-02-051-1/+1
* InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer2013-02-051-0/+15
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-051-0/+19
* Formatting.NAKAMURA Takumi2013-02-051-1/+1
* llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...NAKAMURA Takumi2013-02-051-0/+1
* Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer2013-02-051-0/+149
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-051-0/+35
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-5/+3
* Add a testcase for some past-the-end address subtleties.Dan Gohman2013-02-011-0/+77
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-011-0/+11
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-011-20/+0
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-011-0/+20
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-011-0/+22
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-311-0/+13
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-312-29/+29
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-311-0/+0
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-312-4/+4
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-303-14/+24
* Adding simple cast cost to ARMRenato Golin2013-01-291-0/+114
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-291-0/+28
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-292-12/+12
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-271-115/+0
* FileCheck-ify some grep testsReid Kleckner2013-01-251-3/+2
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-251-0/+63
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-241-0/+29
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-242-1/+37
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-241-29/+0
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-241-0/+29