summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner2008-03-07
* Add testcase.Bill Wendling2008-03-06
* some more spelling changesGabor Greif2008-03-06
* Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng2008-03-06
* Exercise the new CFG change.Nick Lewycky2008-03-06
* Commit the testcase too.Nick Lewycky2008-03-06
* Don't try to simplify urem and srem using arithmetic rules that don't workNick Lewycky2008-03-06
* Refine Cell's i64 constant generation code to cover more constants where theScott Michel2008-03-06
* - Expand tabs to spaces.Scott Michel2008-03-05
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-05
* test for something more interesting than not crashingAndrew Lenharth2008-03-05
* sync ops on ptrs, was breaking libgompAndrew Lenharth2008-03-05
* Fix test not to emit junk into source directoryAnton Korobeynikov2008-03-05
* Testcase for PR2054Anton Korobeynikov2008-03-05
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-05
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-05
* Use -enable-ppc-regscavenger flag for these checksBill Wendling2008-03-04
* Use cast instead of dyn_cast.Devang Patel2008-03-04
* Handle multiple return values.Devang Patel2008-03-04
* Really fix the test.Evan Cheng2008-03-04
* Fix broken test.Evan Cheng2008-03-04
* Add PR1501 test case.Evan Cheng2008-03-04
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-03
* new testcaseChris Lattner2008-03-03
* Evan implemented these.Chris Lattner2008-03-02
* Evan implemented this.Chris Lattner2008-03-02
* add a testcase for misc vector stuffChris Lattner2008-03-02
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-02
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-01
* Fix this test.Chris Lattner2008-03-01
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-01
* DCE'ed this testcase.Bill Wendling2008-02-29
* If we reload a virtual register that's already been assigned, we want to markBill Wendling2008-02-29
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-29
* Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...Chris Lattner2008-02-29
* Update testcase.Lauro Ramos Venancio2008-02-28
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-28
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-28
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-27
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-27
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-27
* actually run llc, thanks Dan :)Chris Lattner2008-02-27
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-27
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-27
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-27
* Spiller now remove unused spill slots.Evan Cheng2008-02-27
* Upgrade testcase.Bill Wendling2008-02-26
* Add PR number to testcase.Owen Anderson2008-02-26