test
[oota-llvm.git] / lib /
2007-04-20 Chris Lattneradd a crazy idea
2007-04-20 Devang PatelAvoid recursion.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
2007-04-20 Jeff CohenMake Microsoft assembler and linker happy.
2007-04-19 Chris LattnerFix a message, patch by Christopher Lamb.
2007-04-19 Lauro Ramos VenancioFix a bug in getFrameRegister.
2007-04-19 Zhou ShengMake use of ConstantInt::isZero instead of ConstantInt...
2007-04-19 Zhou ShengMake the operations of APInt variables more efficient.
2007-04-18 Evan ChengRevert Owen's last check-in. This is breaking Mac OS...
2007-04-18 Dan GohmanFix the spelling of the prefetchnta instruction.
2007-04-18 Owen AndersonRevert changes that caused breakage.
2007-04-18 Owen AndersonSwitch more uses of DominatorTree over to ETForest.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Owen AndersonUse new ETForest accessor.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Chris Lattnerallow SRL to simplify its operands, as it doesn't deman...
2007-04-18 Chris LattnerWhen replacing a node in SimplifyDemandedBits, if the...
2007-04-18 Chris Lattnerfix a pasto
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-18 Devang PatelCache DT[*SI] lookup.
2007-04-18 Chris Lattnerdon't access argument list of prototypes
2007-04-18 Devang PatelFix
2007-04-18 Evan ChengIncrement use count of new virtuals created during...
2007-04-17 Chris LattnerBe more careful when inserting reused instructions...
2007-04-17 Evan ChengOops. Didn't mean to check in a quick hack.
2007-04-17 Chris LattnerFix a bug in my previous patch, grabbing the shift...
2007-04-17 Chris Lattnerdag combiner just got better at pruning bits. This...
2007-04-17 Chris LattnerFold (x << c1)>> c2 into a single shift if the bits...
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-17 Evan ChengAdd a register allocation preference field; add a metho...
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-17 Evan ChengKeep track of number of uses within the function per...
2007-04-17 Anton KorobeynikovAdd comment
2007-04-17 Chris LattnerSIGN_EXTEND_INREG does not demand its top bits. Give...
2007-04-17 Dan GohmanSpell doFinalization right, so that it is a proper...
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattneradd a note
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris LattnerRemove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-17 Chris Lattnerremove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-17 Chris Lattnereliminate a use of Instruction::getPrev(), patch by...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris LattnerSSE4 is apparently public now.
2007-04-16 Reid SpencerMake long line fit in 80 cols.
2007-04-16 Devang PatelFix
2007-04-16 Reid SpencerFix problems in the PartSet lowering having to do with...
2007-04-16 Reid SpencerRegenerate
2007-04-16 Reid SpencerOkay, yes there *is* a getKeyLength method on ValueName...
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelDo not assert during analysis implementation initializa...
2007-04-16 Devang PatelPrint and delete on the fly pass managers.
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerCheck length of string before we walk off the end of it.
2007-04-16 Devang PatelUpdate module pass manager to support module passes...
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerUse a more optimal way to get the name of a function...
2007-04-16 Reid SpencerDon't return 0 if the len == 5, let the assert handle...
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFix test/CodeGen/Generic/vector-constantexpr.ll
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerRevert last patch. It was already fixed.
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Chris LattnerFix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
2007-04-15 Chris LattnerFix a nasty bug introduced when apint'ified. This...
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-15 Chris Lattnerfix SimplifyLibCalls/IsDigit.ll
2007-04-15 Chris LattnerExtend store merging to support the 'if/then' version...
2007-04-15 Chris Lattnerrefactor some code, no functionality change.
2007-04-14 Owen AndersonFix some unsafe code. Also, tabs -> spaces.
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Chris Lattnerfix long lines
2007-04-14 Chris Lattneradd a note
2007-04-14 Chris LattnerImplement Transforms/InstCombine/vec_extract_elt.ll...
2007-04-14 Chris LattnerImplement InstCombine/vec_demanded_elts.ll:test2. ...
2007-04-14 Chris Lattneravoid copying sets and vectors around.
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Chris Lattnerdisable switch lowering using shift/and. It still...
2007-04-14 Chris Lattneravoid iterator invalidation.
2007-04-14 Jeff CohenAn even better fix.
2007-04-14 Jeff CohenFix recent regression that broke several llvm-tests.
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-14 Chris Lattnerdisable shift/and lowering to work around PR1325 for...
2007-04-14 Chris LattnerImplement a few missing xforms: printf("foo\n") ->...
next