summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* X86: Add a bunch of peeps for add and sub of SETB.Benjamin Kramer2011-05-08
* The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands2011-05-07
* Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen2011-05-06
* It's valid to take the blockaddress of a different function, so remove thisNick Lewycky2011-05-06
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-06
* Pass -disable-cfi to llc.Rafael Espindola2011-05-06
* Pass -disable-cfi.Rafael Espindola2011-05-06
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-06
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-06
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-06
* PR9838: Fix transform introduced in r127064 to not trigger when only one side...Eli Friedman2011-05-05
* Don't produce a __debug_frame.Rafael Espindola2011-05-05
* Many LLVM tests relies on standard output stream be in the binary mode. Which...Galina Kistanova2011-05-05
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-05
* Fix test to be less sensitive to coalescing.Jakob Stoklund Olesen2011-05-05
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-04
* Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen2011-05-04
* Give this test an explicit register allocator, so that it can work even ifDan Gohman2011-05-04
* SjLj EH could produce a machine basic block that legitimately has more than oneBill Wendling2011-05-04
* Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman2011-05-04
* This test fails on ARM. The test shouldn't explicitly specify alignment (and ...Galina Kistanova2011-05-04
* Back out r130862; it appears to be breaking bootstrap.Eli Friedman2011-05-04
* Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...Eli Friedman2011-05-04
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-04
* Explicitly request physreg coalesing for a bunch of Thumb2 unit tests.Jakob Stoklund Olesen2011-05-04
* FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen2011-05-04
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-04
* Do not emit location expression size twice.Devang Patel2011-05-04
* Remove LLVM IR metadata in test case committed in r130847.Akira Hatanaka2011-05-04
* Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka2011-05-04
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-04
* Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common,Duncan Sands2011-05-04
* Don't depend on the physreg coalescing order.Jakob Stoklund Olesen2011-05-04
* Don't run this test through -regalloc=basic.Jakob Stoklund Olesen2011-05-04
* Fix register-dependent XCore testsJakob Stoklund Olesen2011-05-04
* Fix register-dependent test in MSP430.Jakob Stoklund Olesen2011-05-04
* Remove some random comments that snuck in from somewhere.Eric Christopher2011-05-04
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-03
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-03
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-03
* Make the test less likely to fail with minor changes.Evan Cheng2011-05-03
* Remove test for iOS divmod function, since that is disabled for now.Bob Wilson2011-05-03
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-03
* Pass --disable-cfi to llc.Rafael Espindola2011-05-03
* xmm0 is an implicit parameter in this and so shouldn't be in theEric Christopher2011-05-03
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-03
* Pass -disable-cfi to llc.Rafael Espindola2011-05-02
* Fix PR9579: when simplifying a compare to "true" or "false", and it wasDuncan Sands2011-05-02
* Move some rem transforms out of instcombine and into instsimplify.Duncan Sands2011-05-02
* Add 130690 back.Rafael Espindola2011-05-02