aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PR2659 was fixed by r61847. Add the testcase as a regression test.Dan Gohman2009-01-091-0/+33
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-092-4/+19
* Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner2009-01-091-0/+49
* this doesn't depend on the gcc early inliner anymore.Chris Lattner2009-01-091-1/+1
* PR3290 is now fixed.Chris Lattner2009-01-091-5/+1
* Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.Chris Lattner2009-01-091-0/+11
* this test should not run opt -std-compile-opts, it should run Chris Lattner2009-01-091-114/+40
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-083-0/+45
* ValueTracker can't assume that an alloca with no specified alignment Chris Lattner2009-01-081-0/+26
* this testcase is huge and hasn't regressed ever, I don't think it is worth ke...Chris Lattner2009-01-081-24452/+0
* the new scalarrepl changes are optimizing away a temporary alloca in Chris Lattner2009-01-081-41/+0
* This implements the second half of the fix for PR3290, handlingChris Lattner2009-01-081-0/+26
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-071-2/+0
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-071-18/+9
* Implement the first half of PR3290: if there is a store of an Chris Lattner2009-01-071-0/+31
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-071-0/+24
* add a testcase.Chris Lattner2009-01-071-0/+56
* Add patterns to match conditional moves with loads foldedDan Gohman2009-01-071-0/+10
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-072-3/+3
* Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helpsDan Gohman2009-01-061-0/+83
* Revert r42653 and forward-port the code that lets INC64_32r beDan Gohman2009-01-061-0/+21
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-061-0/+67
* CellSPU:Scott Michel2009-01-063-102/+345
* Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman2009-01-061-27/+0
* Use a latency value of 0 for the artificial edges inserted byDan Gohman2009-01-061-1/+1
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-051-0/+27
* Strength test.Bill Wendling2009-01-051-1/+3
* Teach the internalize pass to also internalizeDuncan Sands2009-01-051-0/+10
* Find loop back edges only after empty blocks are eliminated.Evan Cheng2009-01-051-1/+1
* testcase for bill's patch.Chris Lattner2009-01-051-0/+26
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-051-0/+8
* Don't spew bitcode to standard out if this testDuncan Sands2009-01-051-1/+1
* This test passes again, unXFAIL.Edwin Török2009-01-051-1/+0
* alignment of 0 is not valid.Chris Lattner2009-01-051-2/+2
* CellSPU:Scott Michel2009-01-052-172/+307
* CellSPU:Scott Michel2009-01-051-0/+25
* CellSPU:Scott Michel2009-01-052-59/+289
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-041-0/+12
* XFAIL this test. The xform was removed.Bill Wendling2009-01-041-0/+1
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-031-0/+17
* CellSPU:Scott Michel2009-01-031-1/+1
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-021-0/+40
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-021-0/+23
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-0222-34/+27
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-021-0/+2
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-027-15/+15
* Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky2009-01-021-11/+1
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-021-1/+23
* rename a file to follow naming conventions.Chris Lattner2009-01-021-0/+0
* Add tests for two types of traps that escape analysisDuncan Sands2009-01-021-0/+23