Make hooks virtual
[oota-llvm.git] / test /
2008-07-09 Nick LewyckyFold (a < 8) && (b < 8) into (a|b) < 8 for unsigned...
2008-07-09 Nick LewyckyFold ((1 << a) & 1) to (a == 0).
2008-07-09 Chris LattnerFix a broken test. Neither load is eliminable without...
2008-07-09 Nick LewyckyReduce x - y to -y when we know the 'x' part will get...
2008-07-09 Devang PatelIf loop induction variable's start value is less then...
2008-07-08 Dale JohannesenTestcase for debug info from data-only files.
2008-07-08 Chris Lattner'Optimize' test
2008-07-08 Chris Lattnernew testcase for PR2496
2008-07-08 Duncan SandsTestcase for PR2520.
2008-07-08 Chris LattnerFix three bugs:
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-05 Anton KorobeynikovTestcase for PR2463
2008-07-05 Anton KorobeynikovTestcase for PR2146
2008-07-05 Nick LewyckyFix missed optimization opportunity when analyzing...
2008-07-03 Owen AndersonRemove the ability for ADCE to remove unreachable block...
2008-07-02 Owen AndersonAdd support to ADCE for pruning unreachable blocks...
2008-07-02 Owen AndersonA better fix for PR2503 that doesn't pessimize GVN...
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-27 Duncan SandsRegression test for PR2443.
2008-06-27 Duncan SandsUse the c modifier to tell llvm-ar not to issue a
2008-06-27 Chris Lattnertest doesn't need eh info
2008-06-27 Chris Lattnerwhen linking globals, make sure to preserve the address...
2008-06-26 Evan ChengXFAIL for now.
2008-06-26 Owen AndersonUse the -enable-pre flag so this test doesn't fail.
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-26 Dale JohannesenAllow for rounding up of stack frame.
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Chris Lattnersimplify shell syntax to work better on solaris, patch by
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Chris LattnerFix PR2488, a case where we deleted stack restores...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-24 Dale Johannesenv2f32 is now a valid (MMX) type which breaks this
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-24 Matthijs KooijmanCommit the new DeadArgElim pass again, this time with...
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-23 Bill WendlingThis situation can occur:
2008-06-23 Dan GohmanRevamp the loop unroller, extending it to correctly...
2008-06-23 Bill WendlingMake test work on non-x86 machines (like my G4 PPC).
2008-06-22 Dan GohmanImprove LSR's dead-phi detection to handle use-def...
2008-06-22 Chris LattnerFix PR2369 by making scalarrepl more careful about...
2008-06-21 Eli FriedmanFix for PR2479: correctly optimize expressions like...
2008-06-21 Duncan SandsThis file is empty.
2008-06-21 Duncan SandsTurn off llvm-gcc warnings when running "make check".
2008-06-21 Duncan SandsSupport for load/store of expanded float types. I
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-21 Evan ChengBack out Matthijs' DAE patches. It's miscompiling gcc...
2008-06-20 Matthijs KooijmanAdd testcase that checks that DeadArgElim doesn't touch...
2008-06-20 Matthijs KooijmanRecommit r52459, rewriting of the dead argument elimina...
2008-06-20 Chris LattnerFix a warning, closing PR2452
2008-06-20 Chris LattnerFix a warning.
2008-06-20 Chris LattnerFix an error handling redefinition of linkonce function...
2008-06-20 Chris Lattnerfix a warning.
2008-06-20 Chris LattnerFix PR2471, which is a bug involving an invalid promoti...
2008-06-19 Evan ChengISD::UNDEF should be expanded recursively / iteratively.
2008-06-19 Matthijs KooijmanModify some ipconstprop tests to also test with invokes.
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...
next