Fixed AddLiveOut issues
[oota-llvm.git] / lib /
2007-07-05 Chris LattnerThis enum is dead
2007-07-05 Chris Lattnerupdate the .cvs files
2007-07-05 Evan ChengDoh
2007-07-05 Chris Lattnerremove a dead case
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Chris Lattnerthe arm backend is not building, temporarily disable it.
2007-07-05 Duncan SandsMake sure only one copy of a filter is placed in the
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-07-05 Evan Cheng- Added zero_reg def to stand for register 0.
2007-07-05 Evan ChengDo not check isPredicated() on non-predicable instructions.
2007-07-05 Evan ChengBetter assertion messages.
2007-07-05 Nick LewyckyBreak "variable canonicalization" out of InequalityGrap...
2007-07-04 Owen AndersonFix another bug, this time in PREing select instructions.
2007-07-04 Dale JohannesenRefactor X87 instructions. As a side effect, all
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-07-04 Owen AndersonFix a typo that was killing GVNPRE of select instructions.
2007-07-04 Owen AndersonFix an error in phi translation of GEPs that was causin...
2007-07-04 Bill WendlingSupport generation of GR64 to MMX code in the JIT.
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on GEP instructions.
2007-07-03 Owen AndersonAdd functionality to value number GEP instructions...
2007-07-03 Owen AndersonMake the unary operator case a bit faster, since casts...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on cast instructions...
2007-07-03 Dale JohannesenSome spacing fixes. Cosmetic.
2007-07-03 Dan GohmanFix several over-aggressive folds for undef nodes in...
2007-07-03 Dale JohannesenFix for PR 1505 (and 1489). Rewrite X87 register
2007-07-02 Dan GohmanVector results may be returned in XMM0 and XMM1, not...
2007-07-02 Dan GohmanReplace ExpandScalarFormalArgs and ExpandScalarCallArgs...
2007-07-02 Dan GohmanTeach GetNegatedExpression to negate 0-B to B in Unsafe...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-07-01 Nick LewyckyFix undefined behaviour reported by the new --enable...
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
2007-06-29 Devang PatelAdd loop info verification mechanism.
2007-06-29 Devang PatelPreserve DominanceFrontier.
2007-06-29 Evan ChengOnly do FNEG xform when the vector type is a floating...
2007-06-29 David GreeneRemove unused variables.
2007-06-29 Evan ChengFix a vector FP constant CSE bug.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 David GreeneRemove unnecessary attributions in comments.
2007-06-29 David GreeneFix reference to iterator invalidated by an erase opera...
2007-06-29 David GreeneFix reference to cached end iterator invalidated by...
2007-06-29 David GreeneRemove the "special tie breaker" because it resulted...
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-29 Devang PatelDo not filter loop if candidate branch is in loop header.
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-29 Owen AndersonAdd support for value numbering (but not actually optim...
2007-06-29 Owen AndersonAdd a type field to expressions in preparation for...
2007-06-29 Evan ChengNo vector fneg.
2007-06-29 Dan GohmanFix an assertion failure in legalizing bitcast operator...
2007-06-29 Evan ChengType of vector extract / insert index operand should...
2007-06-28 Owen AndersonAdd support for performing GVNPRE on select instruction...
2007-06-28 Dan GohmanAdd new TargetLowering code to provide the final regist...
2007-06-28 Lauro Ramos VenancioFix a bug in my previous patch.
2007-06-28 Lauro Ramos VenancioWhen linking two modules, we should copy the alias.
2007-06-28 Devang Patel- Undo previous check and allow loop switch for condtio...
2007-06-28 Devang PatelUpdate LoopUnswitch pass to preserve DomiantorTree.
2007-06-28 Devang PatelIf a condition is not inside a loop then the condition...
2007-06-28 Owen AndersonMake many sets a much more reasonable size. This decre...
2007-06-27 Bill WendlingSet implied features based upon the CPU's feature list.
2007-06-27 Devang PatelRemove ETForest.
2007-06-27 Evan ChengIf a livein is not used in the block. It's live through.
2007-06-27 Evan ChengPartial fix for PR1502: If a EH register is needed...
2007-06-27 Owen AndersonUse cached information that has already been computed...
2007-06-27 Owen AndersonFold a lot of code into two cases: binary instructions...
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-27 Dan GohmanRemove a redundant newline in the asm output for ELF...
2007-06-27 Dan GohmanUse getVectorTypeBreakdown in FunctionLoweringInfo...
2007-06-27 Dan GohmanMake the comment for ScalarizeVectorOp mention that...
2007-06-27 Zhou ShengFix a bug.
2007-06-27 Duraid Madinaok, this is something of a dirty hack, but it seems...
2007-06-27 Duraid Madinaok, this much doesn't seem to bork anything
2007-06-27 Duraid Madinarevert evan's fixes (and my doofusness) since they...
2007-06-27 Duraid Madinapull evan's fixes - should help the nightly tester...
2007-06-27 Evan ChengReplace std::set with SmallPtrSet.
2007-06-27 Owen AndersonAdd support for performing GVNPRE on the three vector...
2007-06-27 Evan ChengFix an obvious bug. Old code only worked for the entry...
2007-06-26 Owen Anderson1. Correct some comments and clean up some dead code.
2007-06-26 Evan ChengCorrectly handle implcit def / use operands.
2007-06-26 Evan ChengProperly handle kills of a physical register which...
2007-06-26 Evan ChengSilence a warning.
2007-06-26 Dan GohmanUse utostr from StringExtras.h instead of ostringstream...
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-26 Duraid Madinatidy this file up a bit
2007-06-25 Duraid MadinaA bunch of fixes to the BigBlock allocator improve...
2007-06-25 Chris Lattnerfix Transforms/Inline/2007-06-25-WeakInline.ll by not...
2007-06-25 Owen AndersonUse the built-in postorder iterators rather than comput...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-25 Dan GohmanMake minor adjustments to whitespace and comments to...
2007-06-25 Dan GohmanFix loadv2i32 to be loadv4i32, though it isn't actually...
2007-06-25 Dan GohmanSay AT&T instead of Intel in the comments for AT&T...
2007-06-25 Anton KorobeynikovProvide hook for alloca on VCPP. Patch by Scott Graham
2007-06-25 Owen Anderson1) Fix an issue with non-deterministic iteration order...
2007-06-24 Nick LewyckyFix value ranges.
next