aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Testcase for PR2032.Nick Lewycky2008-02-141-0/+22
* Remove llvm-upgrade.Tanya Lattner2008-02-1443-597/+561
* This readme entry is done, testcase here: CodeGen/X86/zero-remat.llChris Lattner2008-02-141-0/+2
* Fix test.Evan Cheng2008-02-141-1/+1
* A loop latch phi node may have uses inside loop, not just in loop header.Devang Patel2008-02-131-0/+74
* While moving exit condition, do not drop loop latch on the floor.Devang Patel2008-02-131-0/+72
* Keep track of exit value operand number when operands are swapped.Devang Patel2008-02-131-0/+67
* New test, see comments.Dale Johannesen2008-02-131-0/+48
* Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands2008-02-131-12/+11
* Add a note pointing to PR1996.Eli Friedman2008-02-131-0/+1
* In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner2008-02-131-0/+18
* Add test for PR1996. (This is my first time adding a test for a Eli Friedman2008-02-131-0/+19
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* New tests.Evan Cheng2008-02-133-0/+71
* Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson2008-02-121-1/+0
* Don't mask the isel bug.Evan Cheng2008-02-123-3/+3
* This test assumes no SSE4.1.Evan Cheng2008-02-121-1/+1
* Now that ScalarEvolution::print writes to the correct stream, there is Wojciech Matyjewicz2008-02-127-7/+7
* Change negative grep into positive one in my yesterday's testcase.Wojciech Matyjewicz2008-02-121-1/+1
* Fix PR2002. Suppose n is the initial value for the induction Wojciech Matyjewicz2008-02-121-0/+16
* Test case for annotate builtin.Tanya Lattner2008-02-121-0/+7
* Fix some test cases.Evan Cheng2008-02-123-3/+3
* If the LHS of the comparison is a loop-invariant we also want to move it Wojciech Matyjewicz2008-02-111-0/+15
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-111-1/+0
* Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng2008-02-111-0/+10
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Alignment of struct containing vectors depends onDale Johannesen2008-02-091-1/+1
* Fix PR 1995.Devang Patel2008-02-081-0/+48
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-0/+99
* Added missing entries in X86 load / store folding tables.Evan Cheng2008-02-081-0/+20
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-072-33/+46
* It's PR1925, not PR1609.Evan Cheng2008-02-061-1/+1
* Temporarily reverting:Bill Wendling2008-02-061-0/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-061-0/+19
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-051-0/+12
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-051-0/+67
* Fix a bug compiling PR1978 (perhaps not the only one though) whichChris Lattner2008-02-051-0/+33
* This should also work on x86 now.Evan Cheng2008-02-051-2/+2
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-041-0/+22
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* Make this test more aggressive, to cover recent improvements.Owen Anderson2008-02-041-1/+1
* Allow GVN to hack on memcpy's, making them open to further optimization.Owen Anderson2008-02-041-0/+22
* Tag this test with the PR reference.Nick Lewycky2008-02-031-0/+1
* There are some cases where icmp(add) can be folded into a new icmp. Handle them.Nick Lewycky2008-02-031-0/+19
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-021-5/+11
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-011-0/+15
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-011-0/+15
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-301-0/+264