Fix this test.
[oota-llvm.git] / test /
2008-03-01 Chris LattnerFix this test.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-29 Bill WendlingDCE'ed this testcase.
2008-02-29 Bill WendlingIf we reload a virtual register that's already been...
2008-02-29 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...
2008-02-28 Lauro Ramos VenancioUpdate testcase.
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-27 Dale JohannesenNew test for misaligned Altivec laod/store.
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Chris Lattneractually run llc, thanks Dan :)
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Bill WendlingUpgrade testcase.
2008-02-26 Owen AndersonAdd PR number to testcase.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-26 Evan ChengEnable -coalescer-commute-instrs by default.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Chris Lattnerfix this test so that the fn name doesn't match the...
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-26 Gabor Greifunbreak check-one
2008-02-26 Gabor GreifWhile hunting for two hanging tests,
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-25 Owen AndersonFix an issue where GVN was performing the return slot...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-25 Owen AndersonFix an issue where GVN would try to use an instruction...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Zhou ShengTestcase for Revision 47478.
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengUpdate test.
2008-02-23 Evan ChengRemat of pic loads are now on by default.
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-23 Evan ChengReally. Why doesn't every arch support MMX?
2008-02-22 Evan ChengTest case for PR2082.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Evan ChengXFAIL this for now.
2008-02-19 Chris Lattnerthis test requires sse2
2008-02-19 Chris LattnerDon't fold and's into test instructions if they have...
2008-02-19 Chris Lattnerrename tests to avoid a test- prefix when they aren...
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Chris Lattnerdead pass
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-19 Nick LewyckyDon't spew stats to stderr.
2008-02-19 Nick LewyckyFix up the run line for this new test.
2008-02-19 Evan ChengNew test.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...
2008-02-18 Dan GohmanDon't mark scalar integer multiplication as Expand...
2008-02-18 Chris Lattnermake this just a bit more strict.
2008-02-18 Owen AndersonAdd support to GVN for performing sret return slot...
2008-02-18 Chris Lattneroptimize away stackrestore calls that have no interveni...
2008-02-18 Chris Lattnerupgrade this test.
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnerupgrade and simplify this test.
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-17 Chris Lattnerfix this test.
2008-02-17 Tanya LattnerRemove llvm-upgrade
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-17 Chris Lattnerthis test isn't useful since we added @ notation for...
2008-02-17 Chris Lattnerthis line was commented out.
2008-02-16 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-16 Tanya LattnerRemoving llvm upgrade, so remove tests specific to...
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-15 Chris Lattnerupgrade this test, which wasn't testing the right thing...
2008-02-15 Chris Lattnerrename llx -> ll
2008-02-15 Evan ChengThis test is not interesting.
2008-02-15 Dale JohannesenModify test to expect improved code.
2008-02-15 Duncan SandsFix this test on linux, which returns S242
2008-02-15 Devang PatelFix PR2028
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Tanya LattnerRemove llvm-upgrade
2008-02-14 Nick LewyckyTestcase for PR2032.
next