oota-llvm.git
2008-06-19 Bill WendlingRemove dead code causing a warning.
2008-06-19 Dan GohmanUse the common API for adding instructions to basic...
2008-06-19 Owen AndersonBe sure to remove values from the value numbering table...
2008-06-19 Dan GohmanUse Instruction::moveBefore instead of manipulating...
2008-06-19 Dan GohmanAvoid using BasicBlock::getInstList directly in a few...
2008-06-19 Owen AndersonRevert support for insertvalue and extractvalue instruc...
2008-06-19 Dan GohmanUse the transferSuccessors helper function.
2008-06-19 Dan GohmanDelete dead code.
2008-06-19 Owen AndersonAdd an idx_iterator to the insertvalue and extractvalue...
2008-06-19 Dan GohmanThe inline keyword goes before the return type. This...
2008-06-19 Matthijs KooijmanModify some ipconstprop tests to also test with invokes.
2008-06-19 Matthijs KooijmanUse a CallSite to find the nth argument of a call/invok...
2008-06-19 Duncan SandsFix some warnings reported by gcc-4.3. Hopefully
2008-06-19 Evan ChengMissed a check.
2008-06-19 Eli FriedmanFix a bug with <8 x i16> shuffle lowering on X86 where...
2008-06-19 Owen AndersonRevert my last patch, which was causing regression...
2008-06-19 Evan ChengNew test case.
2008-06-19 Evan ChengThis also got better (55 - 51 instructions). But doing...
2008-06-19 Evan ChengThis got better.
2008-06-19 Evan ChengCoalesce copy from one register class to a sub register...
2008-06-19 Evan ChengCosmetic changes.
2008-06-19 Evan ChengUnneeded include's.
2008-06-19 Evan ChengMinor spiller tweak to unfavor reload into load/store...
2008-06-19 Owen AndersonInsert empty slots into the instruction numbering in...
2008-06-18 Owen AndersonRemove this test until the corresponding patch is reapp...
2008-06-18 Owen AndersonAdd support for extractvalue and insertvalue instructio...
2008-06-18 Owen AndersonAdd local PRE to GVN. This only operates in cases...
2008-06-18 Bill WendlingRefactor the way to get a string containing the feature...
2008-06-18 Argyrios KyrtzidisFix the source line debug information for the Windows...
2008-06-18 Dan GohmanFix a missing comma spotted by Bram Geron.
2008-06-18 Chris LattnerFix the regressions on sext-misc.ll my patch yesterday...
2008-06-18 Owen AndersonRevert r52459, which was causing an infinite loop or...
2008-06-18 Dan GohmanMove SCEVExpander::visitAddExpr out-of-line.
2008-06-18 Dan GohmanMove LSR's private isZero function to a public SCEV...
2008-06-18 Gabor Greiffix validator warning
2008-06-18 Gabor Greifprettify, no semantic changes
2008-06-18 Matthijs KooijmanRewrite the DeadArgumentElimination pass, to use a...
2008-06-18 Matthijs KooijmanReapply r52397 (make IPConstProp promote returned argum...
2008-06-18 Evan ChengXOR32rr, etc. are not AsCheapAsMove, but MOV32ri, etc...
2008-06-18 Matthijs KooijmanReapply r52396, it was unrelated to the breakage (that...
2008-06-18 Evan ChengComplete support for two-address pass rematerialization...
2008-06-18 Evan ChengAdd MachineRegisterInfo::use_empty.
2008-06-18 Evan ChengCosmetic.
2008-06-18 Bill WendlingIf compiling for PPC on an i386 box, the LTO wouldn...
2008-06-18 Chris Lattnerimplement some simple bswap optimizations, rdar://5992453
2008-06-18 Chris Lattnertemporarily revert this testcase since its patch was...
2008-06-18 Chris Lattnermake truncate/sext elimination capable of changing...
2008-06-18 Evan ChengUnbreak DECLARE isel in pic mode.
2008-06-18 Devang PatelPreserve dominance frontier while trivially unswitching...
2008-06-18 Devang PatelCheck empty dominance frontier.
2008-06-17 Dan GohmanAuto-upgrade code for multiple-value return statements...
2008-06-17 Dan GohmanIn InsertValueInst's copy ctor, actually copy the operands.
2008-06-17 Owen AndersonWe don't want to find dependencies within the same...
2008-06-17 Dan GohmanImplement the ExtractValueInst::getIndexedType that...
2008-06-17 Evan ChengLive-through live interval is [mbb start, mbb end+1].
2008-06-17 Evan ChengWhen extending a liveinterval by commuting, don't throw...
2008-06-17 Ted KremenekConsistently set "Buckets[NumBuckets] = reinterpret_cas...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-06-17 Owen AndersonFix use of placement new to actually use an address.
2008-06-17 Evan ChengIt's not safe to remove SUBREG_TO_REG that looks like...
2008-06-17 Anton KorobeynikovAdd one more 'magic' define :)
2008-06-17 Anton KorobeynikovUnbreak non-PPC builds
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-17 Chris Lattnerrevert recent patch which is causing widespread breakage.
2008-06-17 Evan ChengDon't forget to initialize SymbolSearchingDisabled.
2008-06-17 Duncan SandsFix typo that changed the logic to something wrong.
2008-06-17 Duncan SandsSplit type expansion into ExpandInteger and ExpandFloat
2008-06-17 Matthijs KooijmanForgot to commit the ValueTracking header file along...
2008-06-17 Matthijs KooijmanLearn IPConstProp to propagate arguments that are direc...
2008-06-17 Matthijs KooijmanLearn IPConstProp to look at individual return values...
2008-06-17 Matthijs Kooijman80 column fixes.
2008-06-17 Matthijs KooijmanUse a SmallVector instead of an array, since auto_ptr...
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-17 Duncan SandsFix spelling.
2008-06-17 Evan ChengRather than avoiding to wrap ISD::DECLARE GV operand...
2008-06-16 Chris LattnerAdd a missing ~ (dtor became ctor) which caused crashes...
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Dan GohmanRefine the change in r52258 for avoiding use-before...
2008-06-16 Chris Lattnerswitch TypeHasCycleThroughItself from using an std...
2008-06-16 Chris Lattnerstop making PATypeHolder's so crazily.
2008-06-16 Evan ChengHorizontal-add instructions are not commutative.
2008-06-16 Evan ChengSwitch over to SetVector to ensure same order of iterat...
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-16 Chris Lattneruse a real associative container for type association...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-16 Evan Chengmpsadbw is commutable.
2008-06-16 Chris Lattnerbail out sooner if we have two concrete but different...
2008-06-16 Chris Lattnersimplify some code.
2008-06-16 Chris LattnerApply a patch from Nathan Keynes, which speeds up llvm...
2008-06-16 Owen AndersonRemove special case handling of empty MBBs now that...
2008-06-16 Chris Lattnerhandle vectors. Any integers that got here would neces...
2008-06-16 Chris LattnerSimplify ResolveTypes by pulling the null case out...
2008-06-16 Evan ChengIterating over SmallPtrSet is not deterministic.
2008-06-16 Chris Lattnersimplify RecursiveResolveTypes and ResolveTypes by...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-06-16 Owen AndersonRe-enable empty block indexing by default, since it...
2008-06-16 Matthijs KooijmanMake BuildSubAggregate use FindInsertedElement again...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
next