Fix a race condition in the Timer class.
[oota-llvm.git] / test /
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-16 Evan Cheng- Check memoperand alignment instead of checking stack...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Lang HamesAdded a testcase for PR5495.
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim Grosbachtbb opt off by default
2009-11-16 David GreeneSupport spill comments.
2009-11-16 Evan ChengCheck if subreg index is zero.
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Evan Chengxfail for now. It has been failing.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyCorrect typo.
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...
2009-11-14 Jim Grosbachremove xfail
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-11-14 Nick LewyckyTeach BasicAA that a constant expression can't alias...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengAdd radar number.
2009-11-14 Evan ChengFix PR5412: Fix an inverted check and another missing...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
2009-11-13 Evan ChengFix PR5411. Bug in UpdateKills. A reg def partially...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-13 Evan ChengFix PR5410: LiveVariables lost subreg def:
2009-11-13 Dan GohmanDon't let a noalias difference disrupt the tailcall...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-13 Daniel DunbarUpdate 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...
next