summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* This works on x86_64Anton Korobeynikov2008-03-09
* Fix RUN line.Evan Cheng2008-03-09
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-09
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-09
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-09
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-09
* reduce this testcase moreChris Lattner2008-03-09
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-09
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-09
* Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky2008-03-09
* Implement a readme entry, compilingChris Lattner2008-03-09
* upgrade this testChris Lattner2008-03-09
* make this test harderChris Lattner2008-03-09
* Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner2008-03-08
* much simpler test caseAndrew Lenharth2008-03-08
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-08
* Add support for calls with i128 return values on ppc64.Dan Gohman2008-03-08
* add dropped section test case for PR2123Andrew Lenharth2008-03-07
* Add support for lowering 128-bit shifts on ppc64.Dan Gohman2008-03-07
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-07
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-07
* Place for sret promotion tests.Devang Patel2008-03-07
* 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