Re-enable this code, since redundant PHIs are now being better nuked.
[oota-llvm.git] / test /
2009-11-12 Jim GrosbachClean up testcase a bit. Simplify case blocks and adjus...
2009-11-12 Benjamin KramerFix typo in run line.
2009-11-12 Gabor Greiftypo
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-12 Evan ChengRegScavenger::enterBasicBlock should always reset regis...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Chris Lattneruse getPredicateOnEdge to fold comparisons through...
2009-11-12 Chris Lattnershould not commit when distracted.
2009-11-12 Chris LattnerWe now thread some impossible condition information...
2009-11-12 Chris Lattnerwith the new code we can thread non-instruction values...
2009-11-12 Chris Lattnermove some stuff into DEBUG's and turn on lazy-value...
2009-11-12 Dan GohmanTail merge at any size when there are two potentials...
2009-11-11 Kenneth Uildriksx86 users can now return arbitrary sized structs. ...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-11 Devang PatelReenable StackTracke.cpp test.
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Evan ChengAdd nounwind.
2009-11-11 Chris Lattnerremove condprop testcases.
2009-11-11 Daniel DunbarAdd missing run line. Devang, please check.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Devang PatelXFAIL for now.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Chris Lattneroops, didn't mean to commit this, no harm, but add...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-11 Evan ChengBlock terminator may be a switch.
2009-11-10 Bill WendlingTest this on Darwin only.
2009-11-10 Dale JohannesenEmit correct code when making a ConstantPool entry...
2009-11-10 Chris Lattnerimplement a TODO by teaching jump threading about ...
2009-11-10 Bill WendlingModify how the prologue encoded the "move" information...
2009-11-10 Chris Lattnerfix a crash in SCCP handling extractvalue of an array...
2009-11-10 Chris LattnerMake jump threading eliminate blocks that just contain...
2009-11-10 Evan ChengGeneralize lsr code that optimize loop to count down...
2009-11-10 Dan GohmanOptimize test more.
2009-11-10 Duncan SandsTeach DSE to eliminate useless trampolines.
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-10 Chris Lattneroptimize test
2009-11-10 Chris Lattnerunify the code that determines whether it is a good...
2009-11-10 Nick LewyckyReapply r86359, "Teach dead store elimination that...
2009-11-10 Chris Lattnermake jump threading recursively simplify expressions...
2009-11-10 Dan GohmanTrim a bunch of unneeded code from this testcase.
2009-11-09 Mike StumpAdd testcase for recent checkin.
2009-11-09 Jim GrosbachUpdate test
2009-11-09 Dan GohmanDefault-addressspace null pointers don't alias anything...
2009-11-09 Dan GohmanGeneralize LCSSA to handle loops with exits with predec...
2009-11-09 Daniel DunbarUse ',' separation in XFAILs, lit doesn't evaluate...
2009-11-09 Chris Lattnerif a 'with overflow' intrinsic just has the normal...
2009-11-09 Chris Lattnerenhance PHI slicing to handle the case when a slicable...
2009-11-09 Owen AndersonRevert my previous patch to ABCD and fix things the...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-08 Chris LattnerTeach an instcombine to not pull trunc instructions...
2009-11-08 Chris Lattnerreapply r8644[3-5] with only the scary part
2009-11-08 Daniel DunbarSpeculatively revert r8644[3-5], they seem to be leadin...
2009-11-08 Anton KorobeynikovAdd and-not (bic) patterns. Based heavily on patch...
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-08 Daniel DunbarTwo small fixes for site.exp for cmake.
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-11-08 Daniel DunbarSwitch to using 'lit.site.cfg.in' for the site config...
2009-11-08 Daniel DunbarCleanup some unused RUN lines.
2009-11-08 Chris Lattneranother more interesting test.
2009-11-08 Chris Lattnerfeature test for the new transformation in r86443
2009-11-08 Chris Lattnerteach a couple of instcombine transformations involving...
2009-11-08 Nick LewyckyRemove test. Execution tests are slow and generally...
2009-11-08 Nick LewyckyFix run line.
2009-11-08 Nick LewyckyFix the interpreter to not crash due to zeroext/signext
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-07 Nate Begemanx86 vector shuffle cleanup/fixes:
2009-11-07 Nick LewyckyImprove tail call elimination to handle the switch...
2009-11-07 Chris Lattnertemporarily remove these tests, as they are breaking...
2009-11-07 Chris Lattnermake instcombine only rewrite a chain of computation
2009-11-07 Chris Lattnerremove empty files.
2009-11-07 Chris LattnerRevert r86359, it is breaking the self host on the
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Nick LewyckyTeach dead store elimination that certain intrinsics...
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Bob WilsonFix a broken test.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Gabor Greiffix typo
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
next