aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parameter spelling: sse not sse1Dale Johannesen2008-06-101-2/+2
* Ignore stderr for some more tests that expect warnings there.Matthijs Kooijman2008-06-102-2/+4
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-104-8/+8
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-107-7/+7
* Remove double pipes in RUN commandlines.Matthijs Kooijman2008-06-105-5/+5
* Remove trailing whitespace after line continuations in test cases to them work.Matthijs Kooijman2008-06-102-2/+2
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-106-7/+7
* Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman2008-06-1011-6/+19
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-1017-17/+17
* Suppress the (stderr) output of -aa-eval, this fixes 5 tests.Matthijs Kooijman2008-06-105-5/+5
* Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman2008-06-101-0/+4
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-1014-60/+63
* Fix two more not-grep tests that were missing llvm-dis.Dan Gohman2008-06-092-3/+3
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-092-0/+41
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-091-0/+12
* add support for PIC on linux x86-64Rafael Espindola2008-06-0911-0/+130
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-091-0/+11
* Fix PR2411, where ip constant prop would propagate theChris Lattner2008-06-091-0/+15
* Limit the icmp+phi merging optimization to the cases where it is profitable:Chris Lattner2008-06-081-0/+49
* Remove invalid testAnton Korobeynikov2008-06-081-141/+0
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-071-0/+21
* Fix run line.Evan Cheng2008-06-071-1/+1
* Testcase for PR2418Anton Korobeynikov2008-06-061-0/+141
* Revert 52002.Dan Gohman2008-06-051-22/+0
* Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng2008-06-051-0/+7
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-051-0/+22
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-051-0/+60
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-051-0/+32
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-051-0/+20
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-051-0/+24
* Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng2008-06-041-0/+19
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-041-0/+12
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-0/+14
* Testcase for LoopIndexSplit and DomFrontier.Owen Anderson2008-06-031-0/+32
* nounwindify.Dan Gohman2008-06-031-4/+4
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-031-1/+11
* Update dom tree. Fix PR 2372.Devang Patel2008-06-021-0/+26
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-021-12/+12
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-021-1/+1
* Fix the position of MemOperands in nodes that use variadic_opsDan Gohman2008-06-021-0/+11
* Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP Wojciech Matyjewicz2008-06-021-0/+15
* Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson2008-06-011-1/+1
* Test for PR2401Owen Anderson2008-06-011-0/+107
* When simplifying a call to a bitcast function, tighten upDuncan Sands2008-06-011-1/+5
* update this patch to handle an extraneous &1. This should be pulledChris Lattner2008-05-311-2/+1
* Peer through sext/zext when looking for not(cmp).Nick Lewycky2008-05-311-1/+0
* Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.Nick Lewycky2008-05-311-0/+24
* Adding i1 is always Xor.Nick Lewycky2008-05-311-0/+7
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-311-0/+14
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-9/+9