aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Expand tabs to spaces.Scott Michel2008-03-0524-879/+1158
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-051-0/+18
* test for something more interesting than not crashingAndrew Lenharth2008-03-051-1/+1
* sync ops on ptrs, was breaking libgompAndrew Lenharth2008-03-051-0/+25
* Fix test not to emit junk into source directoryAnton Korobeynikov2008-03-051-2/+2
* Testcase for PR2054Anton Korobeynikov2008-03-052-0/+28
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-051-0/+7
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-051-0/+7
* Use -enable-ppc-regscavenger flag for these checksBill Wendling2008-03-041-2/+2
* Use cast instead of dyn_cast.Devang Patel2008-03-041-9/+11
* Handle multiple return values.Devang Patel2008-03-041-0/+26
* Really fix the test.Evan Cheng2008-03-041-1/+1
* Fix broken test.Evan Cheng2008-03-041-1/+1
* Add PR1501 test case.Evan Cheng2008-03-041-0/+30
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-031-2/+2
* new testcaseChris Lattner2008-03-031-0/+6
* Evan implemented these.Chris Lattner2008-03-021-0/+34
* Evan implemented this.Chris Lattner2008-03-021-0/+8
* add a testcase for misc vector stuffChris Lattner2008-03-021-0/+37
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-021-0/+6
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+48
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01258-7456/+7573
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-011-0/+8
* Fix this test.Chris Lattner2008-03-011-7/+5
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0140-705/+624
* DCE'ed this testcase.Bill Wendling2008-02-291-229/+0
* If we reload a virtual register that's already been assigned, we want to markBill Wendling2008-02-291-0/+250
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-291-0/+16
* Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...Chris Lattner2008-02-291-0/+16
* Update testcase.Lauro Ramos Venancio2008-02-281-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-281-1/+1
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-281-1/+0
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-271-0/+37
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-271-0/+27
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+66
* actually run llc, thanks Dan :)Chris Lattner2008-02-271-1/+3
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-0/+33
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-271-0/+10
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-271-0/+12
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+1
* Upgrade testcase.Bill Wendling2008-02-261-38/+20
* Add PR number to testcase.Owen Anderson2008-02-261-0/+1
* Fix an issue where GVN had the sizes of the two memcpy's reverse, resultingOwen Anderson2008-02-261-0/+45
* Enable -coalescer-commute-instrs by default.Evan Cheng2008-02-263-3/+3
* Avoid aborting on invalid shift counts.Dan Gohman2008-02-261-0/+30
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-261-0/+17
* fix this test so that the fn name doesn't match the regexChris Lattner2008-02-261-1/+1
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-261-0/+50
* Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif2008-02-262-2/+2
* unbreak check-oneGabor Greif2008-02-261-0/+1