aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-02-05InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer
2013-02-05Added missing newline to end of test case.Michael Gottesman
2013-02-05InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer
2013-02-05ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer
2013-02-05Formatting.NAKAMURA Takumi
2013-02-05llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...NAKAMURA Takumi
2013-02-05Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer
2013-02-05Add code to GlobalVariable.h so that global variables marked asMichael Gottesman
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie
2013-02-01Add a testcase for some past-the-end address subtleties.Dan Gohman
2013-02-01InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer
2013-02-01Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem
2013-02-01Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem
2013-02-01Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman
2013-01-31An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman
2013-01-31Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling
2013-01-31Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen
2013-01-31Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman
2013-01-30InstCombine: canonicalize sext-and --> selectNadav Rotem
2013-01-29Adding simple cast cost to ARMRenato Golin
2013-01-29LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen
2013-01-29Convert getAttributes() to return an AttributeSetNode.Bill Wendling
2013-01-27Re-revert r173342, without losing the compile time improvements, flatChandler Carruth
2013-01-25FileCheck-ify some grep testsReid Kleckner
2013-01-25Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth
2013-01-24Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer
2013-01-24ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer
2013-01-24Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth
2013-01-24Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth
2013-01-24Address a large chunk of this FIXME by accumulating the cost forChandler Carruth
2013-01-24Switch the constant expression speculation cost evaluation away fromChandler Carruth
2013-01-23ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer
2013-01-23Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2013-01-23Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem
2013-01-22Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-22This test is only supposed to test that the objc-arc alias analysisMichael Gottesman
2013-01-22Remove target triple from an LSR test.Andrew Trick
2013-01-21Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond
2013-01-20LoopVectorizer: Implement a new heuristics for selecting the unroll factor.Nadav Rotem
2013-01-20Change the cpu type in the test.Nadav Rotem
2013-01-19LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-16Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman
2013-01-16Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer
2013-01-16Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer
2013-01-15Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem
2013-01-151. Hoist minus sign as high as possible in an attempt to revealShuxin Yang
2013-01-15Pattern-matched variables in post-inc-icmpzero.llRenato Golin
2013-01-14This change is to implement following rules under the condition C_A and/or C_RShuxin Yang