Subversionify the script.
[oota-llvm.git] / lib /
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.
2007-06-24 Owen AndersonFix a silly mistake that was causing failures.
2007-06-24 Nick LewyckyRemove tabs.
2007-06-24 Nick LewyckyRemove use of ETForest. Also cleaned up issues around...
2007-06-22 Owen AndersonRework topo_sort so eliminate some behavior that scaled...
2007-06-22 Owen AndersonPerform fewer set insertions while calculating ANTIC_IN...
2007-06-22 Owen AndersonRemove some code that I was using for collecting perfor...
2007-06-22 Owen AndersonFix the build.
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-22 Duraid Madinacheck in the BigBlock local register allocator
2007-06-22 Owen AndersonAvoid excessive calls to find_leader when calculating...
2007-06-22 Evan Chengstd::set is really really terrible. Switch to SmallPtrS...
2007-06-22 Dale JohannesenQuote complex names for Darwin X86 and ARM.
2007-06-22 Owen AndersonReserve space in vectors before topologically sorting...
2007-06-22 Owen AndersonMake a bunch of optimizations for compile time to GVNPR...
2007-06-22 Owen AndersonFix a bug in SmallPtrSet that was causing GVNPRE to...
2007-06-21 Chris LattnerTwo changes:
2007-06-21 Devang PatelCallGraphSCCPass manager may require other passes.
2007-06-21 Chris LattnerSignificantly improve the documentation of the instcomb...
2007-06-21 Owen AndersonChange lots of sets from std::set to SmallPtrSet. ...
2007-06-21 Devang PatelMove code to update dominator information after basic...
2007-06-21 Dan GohmanTidy up ValueType names in comments.
2007-06-21 Dan GohmanRename TargetLowering::getNumElements and friends to
2007-06-21 Evan ChengXforms:
2007-06-21 Owen AndersonEliminate a redundant check. This speeds up optimizati...
2007-06-21 Owen AndersonComment-ize the functions in GVNPRE.
2007-06-20 Chris Lattnerrefactor a bunch of code out of visitICmpInstWithInstAn...
2007-06-20 Owen AndersonSplit runOnFunction into many smaller functions. This...
2007-06-20 Owen AndersonMake GVNPRE accurate report whether it modified the...
2007-06-20 Owen AndersonGet rid of an unneeded helper function.
2007-06-19 Evan ChengBe more conservative of duplicating blocks.
2007-06-19 Owen AndersonUse a DenseMap instead of an std::map for the value...
2007-06-19 Owen AndersonMake dependsOnInvoke much more specific in what it...
2007-06-19 Tanya LattnerMoved Inliner.h to include/llvm/Transforms/IPO/InlinerP...
2007-06-19 Tanya LattnerInliner pass header file was moved.
2007-06-19 Evan ChengAvoid if-converting simple block that ends with uncondi...
2007-06-19 Evan ChengAllow predicated immediate ARM to ARM calls.
2007-06-19 Dan GohmanRename ScalarEvolution::deleteInstructionFromRecords to
2007-06-19 Dan GohmanPass a SelectionDAG into SDNode::dump everywhere it...
2007-06-19 Owen AndersonHandle constants in phi nodes properly. This fixes...
2007-06-19 Chris Lattnerdocument and hide two options.
2007-06-19 Chris Lattnerdescribe an argument, hide it.
2007-06-19 Chris Lattnersilence a bogus warning Duraid ran into.
2007-06-19 Owen AndersonBe careful to erase values from all of the appropriate...
2007-06-19 Owen AndersonRemember to clear the maximal sets between functions.
2007-06-19 Owen AndersonRefactor GVNPRE to use a much smart method of uniquing...
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-06-19 Chris Lattneradd isVarArg to CCState
2007-06-19 Evan ChengLook for VECTOR_SHUFFLE that's identity operation on...
2007-06-18 Evan ChengFix some fragile code wrt CFG edge updating.
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-18 Devang PatelFix quotes in debug messages.
2007-06-18 Chris Lattnermake ComputeTopDownOrdering significantly faster and...
2007-06-18 Dan GohmanIn SCEVAddExpr::get, skip over any cast operands before...
2007-06-18 Anton KorobeynikovMake BasicAliasAnalysis correctly register itself....
2007-06-18 Dan GohmanMake chain dependencies blue, in addition to being...
2007-06-18 Dan GohmanDefine the pushq instruction for x86-64.
2007-06-18 Evan ChengProperly remove duplicate instructions as result of...
2007-06-18 Owen AndersonCache the results of dependsOnInvoke()
2007-06-18 Owen AndersonFix indentation.
2007-06-18 Owen AndersonDon't perform an expensive check if it's not necessary.
2007-06-16 Bill WendlingRevert patch. It regresses:
2007-06-16 Evan ChengReally turn if-converter loose:
next