aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-114-46/+47
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-111-0/+77
* Fix test case.Benjamin Kramer2013-03-091-2/+2
* Test case hygiene.Benjamin Kramer2013-03-092-24/+24
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-0/+70
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0828-0/+40
* Force cpu in test.Benjamin Kramer2013-03-081-1/+1
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-0/+35
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-071-0/+48
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-062-1/+46
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-0/+128
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-021-2/+2
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+75
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-011-0/+29
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-281-0/+11
* LoopVectorize: Vectorize math builtin calls.Benjamin Kramer2013-02-271-0/+24
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-261-0/+5
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-241-0/+20
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-241-1/+1
* Some more tests for the global structure vectorizerRenato Golin2013-02-231-20/+596
* More tests to global struct vectorizerRenato Golin2013-02-221-0/+146
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2236-139/+227
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-211-0/+356
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-2014-50/+84
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-191-0/+18
* Temporarily revert r175470 for more review.Bill Wendling2013-02-191-23/+0
* Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling2013-02-181-0/+23
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-181-1/+1
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-171-0/+98
* The transform is:Bill Wendling2013-02-162-23/+12
* Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen2013-02-152-0/+166
* Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison2013-02-152-3/+42
* 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