oota-llvm.git
2007-05-19 Chris Lattnernew testcase
2007-05-19 Reid SpencerFix an assertion introduced by my last change to the...
2007-05-18 Dan GohmanApply this patch:
2007-05-18 Chris Lattneradd a note
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-18 Evan ChengClean up.
2007-05-18 Evan ChengChange to depth-first traversal.
2007-05-18 Dale JohannesenDocument an inefficiency in tail merging.
2007-05-18 Dan GohmanUse MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VA...
2007-05-18 Dan GohmanQualify calls to getTypeForValueType with MVT:: too.
2007-05-18 Evan ChengSome restructuring in preparation for most aggressive...
2007-05-18 Dan GohmanQualify several calls to functions in the MVT namespace...
2007-05-18 Evan ChengWatch out for blocks that end with a return.
2007-05-18 Duncan SandsFix typo.
2007-05-18 Duncan SandsFix typo.
2007-05-18 Chris Lattnerbetter portability for intptr_t.
2007-05-18 Chris Lattnerfinished the first draft
2007-05-18 Chris Lattnercrank out notes
2007-05-18 Reid SpencerRegenerate.
2007-05-18 Chris Lattnervalidation fix
2007-05-18 Chris Lattnervalidation fixes
2007-05-18 Chris LattnerFix PR1434 and test/Linker/link-archive.ll, this is...
2007-05-18 Reid SpencerAdd a test case for PR1434
2007-05-18 Reid SpencerAvoid an infinite loop when TestRunner.sh is run outsid...
2007-05-18 Evan ChengIf true / false blocks fallthrough before ifcvt, add...
2007-05-18 Evan ChengMark calls non-predicable for now. Need to ensure it...
2007-05-18 Dale JohannesenRemove some unneeded branches. (spotted by Evan, thanks)
2007-05-18 Evan ChengSilence some compilation warnings.
2007-05-18 Chris Lattnertweak
2007-05-18 Evan ChengMake use of target specific block size limits; bug...
2007-05-18 Evan ChengSet ARM if-conversion block size threshold to 10 instru...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengFix comment.
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-05-17 Reid SpencerFix a problem with building .y files when BISON is...
2007-05-17 Devang PatelFix PR1431
2007-05-17 Devang PatelNew test.
2007-05-17 Chris Lattnervalidation fixes
2007-05-17 Chris Lattnerllvm-gcc now supports almost all gcc extensions. The...
2007-05-17 Chris Lattneradd a section about API changes.
2007-05-17 Dale JohannesenMore effective breakdown of memcpy into repeated load...
2007-05-17 Dan GohmanCorrect a name in a comment.
2007-05-17 Chris Lattnersilence some "comparison between signed and unsigned...
2007-05-17 Chris Lattnerminor tweak
2007-05-17 Reid SpencerGet rid of leading zeros in the output of toString.
2007-05-17 Evan ChengNew test case.
2007-05-17 Evan ChengFix a bogus check that prevented folding VECTOR_SHUFFLE...
2007-05-17 Evan ChengAdded missing patterns for UNPCKH* and PUNPCKH*.
2007-05-17 Dan GohmanFix some sporadic segfaults that are triggered when...
2007-05-17 Chris Lattneradd testcase for 128-bit add/sub
2007-05-17 Chris Lattnerdisable MaskedValueIsZero, ComputeMaskedBits, and Simpl...
2007-05-17 Chris Lattneradd expand support for ADDC/SUBC/ADDE/SUBE so we can...
2007-05-17 Reid SpencerRegenerate.
2007-05-17 Reid SpencerMake Perl a required dependency and cause configure...
2007-05-17 Chris LattnerThis is the correct fix for PR1427. This fixes mmx...
2007-05-17 Anton KorobeynikovRevert patch for PR1427. It breaks almost all vector...
2007-05-17 Chris Lattneradd support for 128-bit add/sub on ppc64
2007-05-17 Reid SpencerPrint integer values as both decimal and hexadecimal...
2007-05-17 Chris Lattneradd support for 128-bit integer add/sub
2007-05-17 Reid SpencerFor lshr by 0 bits, just return *this as a short cut...
2007-05-17 Devang PatelNew test.
2007-05-17 Chris LattnerFix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
2007-05-17 Chris Lattnertestcase for PR1427
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengDefault implementation of TargetInstrInfo::getBlockSize().
2007-05-16 Evan ChengAdd target hook to specify block size limit for if...
2007-05-16 Tanya LattnerMerged in both release announcement guts.
2007-05-16 Dale JohannesenDon't fold bitconvert(load) for preinc/postdec loads...
2007-05-16 Evan ChengisBlockPredicable() always ignore terminal instructions...
2007-05-16 Evan ChengARM::tB is also predicable.
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengAdd default implementation of PredicateInstruction().
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Moved isPredicable...
2007-05-16 Evan ChengMove if-conversion after all passes that may use regist...
2007-05-16 Evan ChengRemoved isPredicable().
2007-05-16 Evan ChengMake ARM::B isPredicable; Make Bcc and MOVCC condition...
2007-05-16 Evan ChengAdded isPredicable bit to class Instruction.
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; opcode can be...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Move TargetInstrIn...
2007-05-16 Reid SpencerFix a bug in the "fromString" method where radix 2...
2007-05-16 Reid SpencerUpdate for arbitrary precision integer types.
2007-05-16 Reid SpencerFix PR1355: Only compute the SUBPATH and TESTDIR once.
2007-05-16 Devang PatelFix PR number.
2007-05-16 Devang PatelNew test for PR1417
2007-05-16 Reid SpencerAvoid a "loss of precision" error in gcc 4.1.3.
2007-05-16 Duncan SandsOutput exception call-sites in address order, as requir...
2007-05-16 Evan ChengConditional branch is not a barrier.
2007-05-16 Chris LattnerUse a ptr set instead of a linear search to unique...
2007-05-16 Chris Lattnertestcase for maskmovq
2007-05-16 Chris Lattnerimplement the missing maskmovq mmx intrinsic that akor...
2007-05-16 Chris Lattneradd missing mmx intrinsic
2007-05-16 Evan ChengFix comment.
2007-05-16 Evan ChengDevang points out that we need an assertion here.
2007-05-16 Evan ChengFix comments.
2007-05-16 Reid SpencerImplement printing of instruction result values when...
2007-05-16 Evan ChengBug fix: should check ABI alignment, not pref. alignment.
2007-05-16 Evan ChengHooks for predication support.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2007-05-16 Evan ChengAdd TargetInstrInfo predication hooks.
next