aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-22Test assumes tail merging is off; this must now be explicit.Dale Johannesen
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-05-22temporarily revert reid's asmwriter patch, it is missing the asmparser pieceChris Lattner
2007-05-22new testcase for a recent regressionChris Lattner
2007-05-22update commentChris Lattner
2007-05-22regenerateChris Lattner
2007-05-22simplify codeChris Lattner
2007-05-22NightlyTest.pl does not exist.Tanya Lattner
2007-05-22Adding 2.0 releaseTanya Lattner
2007-05-22We only need to specify the most-implied feature for an architecture.Bill Wendling
2007-05-22Consistency.Evan Cheng
2007-05-21Add test for PR1259.Evan Cheng
2007-05-21Fix some -march=thumb regressions. tBR_JTr is not predicable.Evan Cheng
2007-05-21Use AXI3 not AXI2 for appropriate PIC PC-relative loads and stores. Cosmetic.Dale Johannesen
2007-05-21If-convert early exit blocks (returns, etc.); bug fixes, etc.Evan Cheng
2007-05-21Add some patterns for PIC PC-relative loads and stores.Dale Johannesen
2007-05-21BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng
2007-05-21Only emit one entry in the exception action table for each action, even ifDuncan Sands
2007-05-21BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng
2007-05-20UpdateBill Wendling
2007-05-19Get the order of the hext digits right!Reid Spencer
2007-05-19Adjust how LLVM names are produced:Reid Spencer
2007-05-19Make sure we can round-trip an escaped value in a name.Reid Spencer
2007-05-19RegenerateReid Spencer
2007-05-19Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer
2007-05-19Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastatesChris Lattner
2007-05-19new testcaseChris Lattner
2007-05-19On Linux platforms and at optimization levels -O1 and above, llvm-gcc canReid Spencer
2007-05-19add sourceChris Lattner
2007-05-19Handle negative strides much more optimally. This compiles X86/lsr-negative-...Chris Lattner
2007-05-19new testcaseChris Lattner
2007-05-19same patch as the previous one, but the symmetric caseChris Lattner
2007-05-19Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (inChris Lattner
2007-05-19new testcaseChris Lattner
2007-05-19Fix an assertion introduced by my last change to the toString method. WeReid Spencer
2007-05-18Apply this patch:Dan Gohman
2007-05-18add a noteChris Lattner
2007-05-18Add a testcase for unrolling loops with unknown tripcounts.Dan Gohman
2007-05-18Clean up.Evan Cheng
2007-05-18Change to depth-first traversal.Evan Cheng
2007-05-18Document an inefficiency in tail merging.Dale Johannesen
2007-05-18Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE.Dan Gohman
2007-05-18Qualify calls to getTypeForValueType with MVT:: too.Dan Gohman
2007-05-18Some restructuring in preparation for most aggressive if-conversion.Evan Cheng
2007-05-18Qualify several calls to functions in the MVT namespace, for consistency.Dan Gohman
2007-05-18Watch out for blocks that end with a return.Evan Cheng
2007-05-18Fix typo.Duncan Sands
2007-05-18Fix typo.Duncan Sands
2007-05-18better portability for intptr_t.Chris Lattner
2007-05-18finished the first draftChris Lattner