aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman
2008-06-10Remove double pipes in RUN commandlines.Matthijs Kooijman
2008-06-10Remove trailing whitespace after line continuations in test cases to them work.Matthijs Kooijman
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman
2008-06-10Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman
2008-06-10For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman
2008-06-10Suppress the (stderr) output of -aa-eval, this fixes 5 tests.Matthijs Kooijman
2008-06-10Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman
2008-06-09Fix two more not-grep tests that were missing llvm-dis.Dan Gohman
2008-06-09Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman
2008-06-09Test that prune-eh doesn't make deductions basedDuncan Sands
2008-06-09add support for PIC on linux x86-64Rafael Espindola
2008-06-09lower calls to abs to inline code, PR2337Chris Lattner
2008-06-09Fix PR2411, where ip constant prop would propagate theChris Lattner
2008-06-08Limit the icmp+phi merging optimization to the cases where it is profitable:Chris Lattner
2008-06-08Remove invalid testAnton Korobeynikov
2008-06-07Speculatively execute a block when the the block is the then part of a triang...Evan Cheng
2008-06-07Fix run line.Evan Cheng
2008-06-06Testcase for PR2418Anton Korobeynikov
2008-06-05Revert 52002.Dan Gohman
2008-06-05Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng
2008-06-05Change the Verifier to support returning first class aggregrates.Matthijs Kooijman
2008-06-05Add a test case for APInt bug fix in r51999.Zhou Sheng
2008-06-05Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman
2008-06-05Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman
2008-06-05Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman
2008-06-04Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng
2008-06-04Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner
2008-06-04Change packed struct layout so that field sizesDuncan Sands
2008-06-03Testcase for LoopIndexSplit and DomFrontier.Owen Anderson
2008-06-03nounwindify.Dan Gohman
2008-06-03Constant folding for insertvalue and extractvalue.Dan Gohman
2008-06-02Update dom tree. Fix PR 2372.Devang Patel
2008-06-02Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel
2008-06-02Implement CBE support for first-class structs and array values,Dan Gohman
2008-06-02Fix the position of MemOperands in nodes that use variadic_opsDan Gohman
2008-06-02Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP Wojciech Matyjewicz
2008-06-01Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson
2008-06-01Test for PR2401Owen Anderson
2008-06-01When simplifying a call to a bitcast function, tighten upDuncan Sands
2008-05-31update this patch to handle an extraneous &1. This should be pulledChris Lattner
2008-05-31Peer through sext/zext when looking for not(cmp).Nick Lewycky
2008-05-31Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.Nick Lewycky
2008-05-31Adding i1 is always Xor.Nick Lewycky
2008-05-31Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner
2008-05-31IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman
2008-05-30Fix the -opt switch and add a test case for it.Mikhail Glushenkov
2008-05-30Fix: 'sink' handling was broken.Mikhail Glushenkov
2008-05-30Unbreak this test.Nick Lewycky