summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* LSR IVChain improvement.Andrew Trick2013-02-09
* [SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier2013-02-08
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-08
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-07
* Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman2013-02-07
* Remove this testcase until I can figure out how to properly conditionalize it.Owen Anderson2013-02-07
* Another attempt at getting the XFAIL line right for this test.Owen Anderson2013-02-07
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-07
* whitespaceMichael Ilseman2013-02-07
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-07
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-06
* InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer2013-02-05
* Added missing newline to end of test case.Michael Gottesman2013-02-05
* InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer2013-02-05
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-05
* Formatting.NAKAMURA Takumi2013-02-05
* llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...NAKAMURA Takumi2013-02-05
* Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer2013-02-05
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-05
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Add a testcase for some past-the-end address subtleties.Dan Gohman2013-02-01
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-01
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-01
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-01
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-01
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-31
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-31
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-31
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-30
* Adding simple cast cost to ARMRenato Golin2013-01-29
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-29
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-27
* FileCheck-ify some grep testsReid Kleckner2013-01-25
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-25
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-24
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-24
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-24
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-24
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-23
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-23
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-22
* This test is only supposed to test that the objc-arc alias analysisMichael Gottesman2013-01-22
* Remove target triple from an LSR test.Andrew Trick2013-01-22
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-21