Some eye-candy
[oota-llvm.git] / test /
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-05-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-05-01 Dan GohmanWhen printing a SCEVUnknown with pointer type, don...
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-30 Dan GohmanDon't try to mix integers and pointers in an icmp instr...
2009-04-30 Evan ChengMark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa...
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
2009-04-29 Nate BegemanFix infinite recursion in the C++ code which handles...
2009-04-29 Dan GohmanGeneralize the cast-of-addrec folding to handle folding...
2009-04-29 Dan GohmanFix this test to match the new output from scalar-evolu...
2009-04-29 Dan GohmanInclude the source type in SCEV cast expression debug...
2009-04-29 Dale JohannesenFix recent regression in gcc.dg/pr26719.c (6835035).
2009-04-29 Evan ChengspillPhysRegAroundRegDefsUses() may have invalidated...
2009-04-29 Chris Lattnertestcase for PR4082
2009-04-29 Chris LattnerDisable the load-shrinking optimization from looking at
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Dan GohmanAs with r70333, give the primary induction variable...
2009-04-28 Dan GohmanMake this testcase slightly less trivial, so that it...
2009-04-28 Dan GohmanFix a grammaro in a comment.
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-28 Dale JohannesenTest for llvm-gcc bug fixed by 70301.
2009-04-28 Evan ChengFix PR4034. Bug in LiveInterval::join when it's compact...
2009-04-28 Evan ChengFix for PR4051. When 2address pass delete an instructio...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Dale JohannesenFix PR 4086, a bug in FP IV elimination.
2009-04-27 Evan ChengFix PR4076. Correctly create live interval of physical...
2009-04-27 Dan GohmanPermit ChangeCompareStride to rewrite a comparison...
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-27 Dale JohannesenTest for (llvm-gcc) 70231.
2009-04-27 Nate BegemanRevert accidental testcase reduction
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-27 Evan ChengFix PR4056. It's possible a physical register def is...
2009-04-27 Dan GohmanFix the syntax for a PR number in a test.
2009-04-27 Dan GohmanMake this test slightly more strict.
2009-04-27 Dan GohmanWhen transforming sext(trunc(load(x))) into sext(smalle...
2009-04-27 Dan GohmanHandle ands with ~0 correctly too. This fixes PR4052.
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
2009-04-25 Chris Lattneradd testcase for strange types of gep indices
2009-04-25 Chris Lattnertestcase and asmparser fix for PR4066
2009-04-25 Dan GohmanAdd several more icmp simplifications. Transform signed...
2009-04-25 Dan GohmanHandle ands with 0 and shifts by 0 correctly. These...
2009-04-25 Torok EdwinFix g++-4.4.0 warning, it was causing llvm-nm to fail...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-24 Dale JohannesenFix PR 4057, a crash doing float->char const folding.
2009-04-24 David GreeneFix multiclass inheritance to limit value resolution...
2009-04-24 Rafael EspindolaFix PR 4004 by including the call to __tls_get_addr...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2009-04-23 Dale JohannesenTestcase for 69795.
2009-04-23 Dan GohmanFix an error in this test.
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-23 Owen AndersonTestcase for PR2639.
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-04-23 Dan GohmanAdd more ulimit limits, to catch more kinds of runaway...
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 Duncan SandsTestcase for PR2958.
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-22 Duncan SandsThese tests are x86 specific.
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-04-21 Devang PatelTest case for revision 69683.
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
2009-04-20 Evan ChengAdded a linearscan register allocation optimization...
2009-04-18 Chris Lattnertestcase for PR3898
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Dale JohannesenAdjust XFAIL syntax, maybe that will help. The other
2009-04-18 Dale Johannesenpatch 69408 breaks this by removing the opportunity
2009-04-17 Bob WilsonRename file to have the correct suffix.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-17 Rafael EspindolaFor general dynamic TLS access we must use
2009-04-17 Evan ChengTeach spiller to unfold instructions which modref spill...
2009-04-16 Rafael Espindolafix PR3995. A scale must be 1, 2, 4 or 8.
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
2009-04-16 Dale JohannesenAnother testcase for IV shortening.
2009-04-15 Bill WendlingCheck for alignment.
2009-04-15 Dale JohannesenEnhance induction variable code to remove the
2009-04-15 Devang PatelWhile inlining, clone llvm.dbg.func.start intrinsic...
2009-04-15 Bill WendlingTestcase for r69104.
2009-04-14 Evan ChengOptimize conditional branch on i1 phis with non-constan...
2009-04-14 Dan GohmanFix the RUN lines so that this test actually tests.
2009-04-14 Dan GohmanFor the h-register addressing-mode trick, use the corre...
2009-04-14 Dan GohmanWhen the result of an EXTRACT_SUBREG, INSERT_SUBREG...
2009-04-14 Evan ChengSome of GR8_NOREX registers are only available in 64...
2009-04-14 Dale JohannesenUse the output of the asm so the optimizer won't
2009-04-14 Evan ChengFix PR3934 part 2. findOnlyInterestingUse() was not...
2009-04-13 Evan ChengPR3934: Fix a bogus two-address pass assertion.
2009-04-13 Dan GohmanImplement x86 h-register extract support.
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
next