summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-10
* Fix two more not-grep tests that were missing llvm-dis.Dan Gohman2008-06-09
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-09
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-09
* add support for PIC on linux x86-64Rafael Espindola2008-06-09
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-09
* Fix PR2411, where ip constant prop would propagate theChris Lattner2008-06-09
* Limit the icmp+phi merging optimization to the cases where it is profitable:Chris Lattner2008-06-08
* Remove invalid testAnton Korobeynikov2008-06-08
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-07
* Fix run line.Evan Cheng2008-06-07
* Testcase for PR2418Anton Korobeynikov2008-06-06
* Revert 52002.Dan Gohman2008-06-05
* Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng2008-06-05
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-05
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-05
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-05
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-05
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-05
* Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng2008-06-04
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-04
* Change packed struct layout so that field sizesDuncan Sands2008-06-04
* Testcase for LoopIndexSplit and DomFrontier.Owen Anderson2008-06-03
* nounwindify.Dan Gohman2008-06-03
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-03
* Update dom tree. Fix PR 2372.Devang Patel2008-06-02
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-02
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-02
* Fix the position of MemOperands in nodes that use variadic_opsDan Gohman2008-06-02
* Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP Wojciech Matyjewicz2008-06-02
* Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson2008-06-01
* Test for PR2401Owen Anderson2008-06-01
* When simplifying a call to a bitcast function, tighten upDuncan Sands2008-06-01
* update this patch to handle an extraneous &1. This should be pulledChris Lattner2008-05-31
* Peer through sext/zext when looking for not(cmp).Nick Lewycky2008-05-31
* Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.Nick Lewycky2008-05-31
* Adding i1 is always Xor.Nick Lewycky2008-05-31
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-31
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-30
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-30
* Unbreak this test.Nick Lewycky2008-05-30
* Add patterns for CALL32m and CALL64m. They aren't matched in mostDan Gohman2008-05-29
* Expand small memmovs using inline code. Set the X86 threshold for expandingDan Gohman2008-05-29
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-29
* Move these tests into the proper directory.Owen Anderson2008-05-29
* Replace the old ADCE implementation with a new one that more simply solvesOwen Anderson2008-05-29
* Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq.Evan Cheng2008-05-29
* Add nounwind.Evan Cheng2008-05-29
* Fix PR2289: vr defined by multiple implicit_def as result of coalescing.Evan Cheng2008-05-28