Remove unnecessary readme entry
[oota-llvm.git] / test /
2008-06-19 Eli FriedmanFix a bug with <8 x i16> shuffle lowering on X86 where...
2008-06-19 Evan ChengNew test case.
2008-06-19 Evan ChengThis also got better (55 - 51 instructions). But doing...
2008-06-19 Evan ChengThis got better.
2008-06-18 Owen AndersonRemove this test until the corresponding patch is reapp...
2008-06-18 Owen AndersonAdd local PRE to GVN. This only operates in cases...
2008-06-18 Matthijs KooijmanRewrite the DeadArgumentElimination pass, to use a...
2008-06-18 Matthijs KooijmanReapply r52397 (make IPConstProp promote returned argum...
2008-06-18 Matthijs KooijmanReapply r52396, it was unrelated to the breakage (that...
2008-06-18 Chris Lattnerimplement some simple bswap optimizations, rdar://5992453
2008-06-18 Chris Lattnertemporarily revert this testcase since its patch was...
2008-06-18 Chris Lattnermake truncate/sext elimination capable of changing...
2008-06-18 Devang PatelPreserve dominance frontier while trivially unswitching...
2008-06-17 Matthijs KooijmanLearn IPConstProp to look at individual return values...
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Dan GohmanRefine the change in r52258 for avoiding use-before...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-16 Matthijs KooijmanMake testcase check for extractvalue instead of extract...
2008-06-16 Matthijs KooijmanStore the result of multiple identical run lines in...
2008-06-16 Matthijs KooijmanFix PR numbers, I accidentally switched two digits.
2008-06-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-16 Chris Lattnerthis is unneeded now.
2008-06-16 Chris Lattnerresolve PR2453 by adding a run line.
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Eli FriedmanRemove unnecessary target lines.
2008-06-13 Eli FriedmanRemove unnecessary target lines.
2008-06-13 Eli FriedmanDon't skip over instructions other than loads that...
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...
2008-06-13 Eli FriedmanMake sure SimplifyStoreAtEndOfBlock doesn't mess with...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Matthijs KooijmanXFAIL some tests that became failing due to the extra...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Evan ChengFix some tests.
2008-06-12 Evan ChengRevert 52223.
2008-06-12 Matthijs KooijmanDon't try to compile tests for the ev56 alpha subtarget...
2008-06-12 Matthijs KooijmanPass -silence-passes to bugpoint in testcases, this...
2008-06-12 Matthijs KooijmanAdd line continuation character so the avoid dup loop...
2008-06-11 Evan ChengAvoid duplicating loop header which leads to unnatural...
2008-06-11 Gordon HenriksenDon't send checkpoints to stderr for the vmcore.ml...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...
2008-06-10 Dale JohannesenUse %link not %llvmgxx (which includes -c) to do the...
2008-06-10 Dale JohannesenSuppress ObjC FE warnings, which cause the test to...
2008-06-10 Dale JohannesenAdd -w to inhibit gcc warnings, which causes the
2008-06-10 Dale JohannesenFix parameter spelling: sse not sse1
2008-06-10 Matthijs KooijmanIgnore stderr for some more tests that expect warnings...
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-06-10 Matthijs KooijmanRemove double pipes in RUN commandlines.
2008-06-10 Matthijs KooijmanRemove trailing whitespace after line continuations...
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-06-10 Matthijs KooijmanFix some llvm-gcc warnings in testcases, mostly by...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-06-10 Matthijs KooijmanSuppress the (stderr) output of -aa-eval, this fixes...
2008-06-10 Matthijs KooijmanChange llvm.exp so it no longer ignores some errors...
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-06-09 Dan GohmanFix two more not-grep tests that were missing llvm...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-09 Duncan SandsTest that prune-eh doesn't make deductions based
2008-06-09 Rafael Espindolaadd support for PIC on linux x86-64
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337
2008-06-09 Chris LattnerFix PR2411, where ip constant prop would propagate the
2008-06-08 Chris LattnerLimit the icmp+phi merging optimization to the cases...
2008-06-08 Anton KorobeynikovRemove invalid test
2008-06-07 Evan ChengSpeculatively execute a block when the the block is...
2008-06-07 Evan ChengFix run line.
2008-06-06 Anton KorobeynikovTestcase for PR2418
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Zhou ShengAdd a test case for opt -instcombine bug fix in revisio...
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-05 Zhou ShengAdd a test case for APInt bug fix in r51999.
2008-06-05 Matthijs KooijmanLearn ScalarReplAggregrates how stores and loads of...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if all if its users are...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if it's users are really...
2008-06-04 Evan ChengFix a memcpy lowering bug. Even though the memcpy align...
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-06-03 Owen AndersonTestcase for LoopIndexSplit and DomFrontier.
2008-06-03 Dan Gohmannounwindify.
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-06-02 Devang PatelUpdate dom tree. Fix PR 2372.
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-06-02 Wojciech MatyjewiczFixes PR2395. Looking for a constant in a GEP tail...
2008-06-01 Owen AndersonFix two issues that Eli Friedman pointed out, where...
2008-06-01 Owen AndersonTest for PR2401
2008-06-01 Duncan SandsWhen simplifying a call to a bitcast function, tighten up
2008-05-31 Chris Lattnerupdate this patch to handle an extraneous &1. This...
2008-05-31 Nick LewyckyPeer through sext/zext when looking for not(cmp).
2008-05-31 Nick LewyckyAdd more i1 optimizations. add, sub, mul, s/udiv on...
2008-05-31 Nick LewyckyAdding i1 is always Xor.
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Mikhail GlushenkovFix the -opt switch and add a test case for it.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-30 Nick LewyckyUnbreak this test.
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Anton KorobeynikovFor PR1338: Rename test dirs
next