oota-llvm.git
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.
2007-05-15 Devang PatelNew test.
2007-05-15 Dale JohannesenRemove extra CFG edges before doing these passes; it...
2007-05-15 Chris Lattneradd PR number and testcase from the PR.
2007-05-15 Chris Lattnernew testcase
2007-05-15 Lauro Ramos... Fix an infinite recursion in GetNegatedExpression.
2007-05-15 Reid SpencerDon't put test cases into regression test suite before...
2007-05-15 Duncan SandsThe index into the actions table is a ULEB128 not a...
2007-05-15 Nicolas GeoffrayNote on current implementation of ELF32/PPC ABI.
2007-05-15 Reid SpencerAdd a test case for PR1420
2007-05-15 Chris Lattnerselects can also reach here
2007-05-15 Chris Lattnerimplement the ModuleProvider::dematerializeFunction...
2007-05-15 Reid SpencerUn-brain-dead-ify the lowering of part set for the...
2007-05-15 Chris LattnerFix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash...
2007-05-15 Chris LattnerFix some subtle issues handling immediate values. ...
2007-05-15 Chris Lattnernew testcase that crashes llc
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-15 Chris Lattnerfix subtle bugs in inline asm operand selection
2007-05-15 Evan ChengAdded getNumExplicitOperands and findFirstPredOperand.
2007-05-15 Evan ChengAdded \!con(a,b) syntax to concatnate two dag fragments.
2007-05-15 Evan ChengAll operands that made up of the predicate operands...
2007-05-15 Evan ChengMark all (not just the first) predicate operand M_PREDI...
2007-05-15 Evan ChengPredicateOperand related bug fix.
2007-05-15 Chris Lattnertestcase that crashes llc
2007-05-15 Dan GohmanCorrect a comment.
2007-05-15 Chris LattnerFix Transforms/InstCombine/2007-05-14-Crash.ll
2007-05-15 Chris LattnerNew testcase that crashes instcombine
2007-05-14 Lauro Ramos... Fix previous patch. GOTOFF can be used only when the...
2007-05-14 Chris Lattnerimplement a simple fneg optimization/propagation thing...
2007-05-14 Chris Lattnernew testcase
2007-05-14 Evan ChengOnly worry about intervening kill if there are more...
2007-05-14 Evan ChengTest for PR1406.
2007-05-14 Evan ChengFix for PR1406:
2007-05-14 Evan ChengNew test.
2007-05-14 Evan ChengDoh. .cpp -> .ll
2007-05-14 Evan ChengWhen marking a register as being implicitly defined...
2007-05-14 Lauro Ramos... Optimize PIC implementation. GOTOFF can be used when...
2007-05-14 Lauro Ramos... Enable aliases on arm-linux.
next