aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* This passes nowAnton Korobeynikov2008-03-101-1/+0
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-101-0/+27
* The __sync primitives only work on x86 and alpha;Dale Johannesen2008-03-101-0/+2
* SimplifyDevang Patel2008-03-102-33/+51
* Add -m32 to compilation line; test is only valid inDale Johannesen2008-03-101-2/+2
* These tests don't work unless SSE2 is active.Dale Johannesen2008-03-102-3/+3
* There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen2008-03-101-4/+4
* Integer comparison tests for CellSPU.Scott Michel2008-03-103-0/+957
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-101-0/+21
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10115-3133/+2572
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-101-0/+24
* remove an execution test.Chris Lattner2008-03-101-17/+0
* switch from hard coded g++/as tools to the ones detected fromChris Lattner2008-03-103-4/+4
* Fix a typoChris Lattner2008-03-101-1/+1
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-101-2/+2
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-104-24/+24
* This works on x86_64Anton Korobeynikov2008-03-091-2/+2
* Fix RUN line.Evan Cheng2008-03-091-1/+1
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-091-0/+1
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-091-0/+16
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-091-0/+13
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0965-787/+863
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-091-0/+18
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-091-0/+8
* reduce this testcase moreChris Lattner2008-03-091-14/+0
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-091-0/+24
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-092-0/+48
* Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky2008-03-091-0/+15
* Implement a readme entry, compilingChris Lattner2008-03-091-0/+6
* upgrade this testChris Lattner2008-03-091-4/+4
* make this test harderChris Lattner2008-03-091-0/+1
* Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner2008-03-081-0/+8
* much simpler test caseAndrew Lenharth2008-03-082-442/+3
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+15
* Add support for calls with i128 return values on ppc64.Dan Gohman2008-03-081-0/+36
* add dropped section test case for PR2123Andrew Lenharth2008-03-072-0/+460
* Add support for lowering 128-bit shifts on ppc64.Dan Gohman2008-03-071-0/+14
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-071-0/+20
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-072-0/+92
* Place for sret promotion tests.Devang Patel2008-03-071-0/+3
* mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner2008-03-071-0/+7
* Add testcase.Bill Wendling2008-03-061-0/+21
* some more spelling changesGabor Greif2008-03-061-0/+0
* Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng2008-03-061-0/+14
* Exercise the new CFG change.Nick Lewycky2008-03-061-0/+13
* Commit the testcase too.Nick Lewycky2008-03-061-0/+8
* Don't try to simplify urem and srem using arithmetic rules that don't workNick Lewycky2008-03-061-26/+33
* Refine Cell's i64 constant generation code to cover more constants where theScott Michel2008-03-061-1/+5
* - 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