summaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-03-01LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer
2013-02-28Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet
2013-02-27LoopVectorize: Vectorize math builtin calls.Benjamin Kramer
2013-02-26Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman
2013-02-24CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer
2013-02-24Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer
2013-02-23Some more tests for the global structure vectorizerRenato Golin
2013-02-22More tests to global struct vectorizerRenato Golin
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-21Allow GlobalValues to vectorize with AliasAnalysisRenato Golin
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-19Temporarily revert r175470 for more review.Bill Wendling
2013-02-18Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling
2013-02-18AArch64: adjust tests which rely on a default JITTim Northover
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2013-02-16The transform is:Bill Wendling
2013-02-15Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen
2013-02-15Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-02-14Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky
2013-02-13s/grep/FileCheck/ in some testsEli Bendersky
2013-02-11Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...Michael Ilseman
2013-02-11Remove trailing whitespaceMichael Ilseman
2013-02-11FileCheck-ize the tests.Bill Wendling
2013-02-09LSR IVChain improvement.Andrew Trick
2013-02-08[SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier
2013-02-08Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick
2013-02-07Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman
2013-02-07Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman
2013-02-07Remove this testcase until I can figure out how to properly conditionalize it.Owen Anderson
2013-02-07Another attempt at getting the XFAIL line right for this test.Owen Anderson
2013-02-07Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman
2013-02-07whitespaceMichael Ilseman
2013-02-07Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson
2013-02-06Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson
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