oota-llvm.git
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerMove isLoopInvariant to the Loop class
2004-04-18 Chris LattnerAdd new method
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerCorrect rewriting of exit blocks after my last patch
2004-04-18 Chris LattnerFix computation of exit blocks
2004-04-18 Chris LattnerLoop exit sets are no longer explicitly held, they...
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerSpiff is no longer in our tree
2004-04-18 Chris LattnerReduce the unrolling limit
2004-04-18 Chris LattnerIf the preheader of the loop was the entry block of...
2004-04-18 Chris LattnerBe much more careful about how we update instructions...
2004-04-18 Chris LattnerAnother testcase
2004-04-18 Chris LattnerImplement method
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAfter unrolling our single basic block loop, fold it...
2004-04-18 Chris LattnerFix a bug: this does not preserve the CFG!
2004-04-18 Chris LattnerAdd a new method, add a check missing that caused a...
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-18 Chris LattnerMove loop optimization passes up, add loop unroller
2004-04-18 Chris LattnerAdd prototype
2004-04-18 Chris LattnerInitial checkin of a simple loop unroller. This pass...
2004-04-18 Chris LattnerMake the tail duplication threshold accessible from...
2004-04-17 Chris LattnerFix a memory leak. We leaked the vector holding the...
2004-04-17 Chris LattnerNew testcase
2004-04-17 Chris LattnerAdd the ability to compute exit values for complex...
2004-04-17 Chris LattnerIf the loop executes a constant number of times, try...
2004-04-17 Chris LattnerAdd the ability to compute trip counts that are only...
2004-04-17 Chris LattnerFix a HUGE pessimization on X86. The indvars pass...
2004-04-17 Chris LattnerEven if there are not any induction variables in the...
2004-04-16 Chris LattnerAdd support for evaluation of exp/log/log10/pow
2004-04-16 Chris LattnerFix some really nasty dominance bugs that were exposed...
2004-04-16 Misha BrukmanFix retriving parent Function.
2004-04-16 Misha BrukmanFit comment into 80 cols.
2004-04-16 Brian GaekeRegenerated using autoconf-2.57.
2004-04-16 Brian GaekeRefactor external benchmark checking stuff into one...
2004-04-16 Misha BrukmanAdd idea about a disassembler.
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-04-16 Misha Brukman* Fix capitalization of PICk
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
2004-04-16 Brian GaekeInclude <string> for compatibility with gcc 3.0.x ...
2004-04-16 Brian GaekeAs a part of the bootstrapping process, the top-level...
2004-04-16 Misha BrukmanAssert if deleting BasicBlock before removing it from...
2004-04-16 Misha BrukmanAssert if Instruction is being deleted before being...
2004-04-16 Chris LattnerRemove libraries that have no reason to be here, and...
2004-04-16 Chris LattnerFix some of the strange CBE-only failures that happened...
2004-04-16 Chris LattnerMake sure to check for a very bad class of errors:...
2004-04-16 Chris LattnerBugpoint was not correctly capturing stderr! This...
2004-04-16 Chris LattnerFix Inline/2004-04-15-InlineDeletesCall.ll
2004-04-15 Misha BrukmanAdd note about easier way to debug tests in the llvm...
2004-04-15 Misha BrukmanAdd note about passing arguments to program being debugged.
2004-04-15 Chris LattnerNew testcase that Brian provided which crashes the...
2004-04-15 Chris LattnerFix a bug in the previous checkin: if the exit block...
2004-04-15 Brian GaekeGive SparcV9CodeEmitter a head-of-file comment and...
2004-04-15 Misha BrukmanIf we're going to use tabs, use them consistently....
2004-04-15 Misha BrukmanRemoved obsolete doxygen options (they were blank anyway).
2004-04-15 Misha BrukmanThe "best" of both worlds: readable C++ comments and...
2004-04-15 Misha BrukmanDon't use invalid HTML in doxygen comments.
2004-04-15 Misha BrukmanDon't use invalid HTML in a doxygen comment.
2004-04-15 Chris LattnerChange the canonical induction variable that we insert.
2004-04-15 Chris Lattneradd some helpful methods. Rearrange #includes to prope...
2004-04-15 Chris LattnerAdd some helpful methods
2004-04-15 Chris LattnerFactor a bunch of classes out into a public header
2004-04-15 Chris LattnerPublically export all of these classes from the ScalarE...
2004-04-15 Chris LattnerUnbreak the build
2004-04-14 Chris LattnerImplement a FIXME: if we're going to insert a cast...
2004-04-14 John CriswellRemove code to adjust the iterator for llvm.readio...
2004-04-14 Brian GaekeFix typo.
2004-04-14 Chris LattnerThis is a trivial tweak to the addrec insertion code...
2004-04-14 Brian GaekeAdd a TargetData to the PassManager regardless of the...
2004-04-14 Brian GaekeAdd a copy constructor for TargetData.
2004-04-14 Chris LattnerWe are now on LLVM 1.3
2004-04-14 Chris LattnerRegenerated
2004-04-14 John CriswellRemove the return type check for llvm.readio. This...
2004-04-14 John CriswellAdded code to verify that llvm.readio's pointer argumen...
2004-04-14 John CriswellTest for memory mapped I/O intrinsics.
2004-04-14 John CriswellFinish adding the llvm.readio and llvm.writeio intrinsics.
2004-04-14 Chris LattnerADd a trivial instcombine: load null -> null
2004-04-14 Chris LattnerThis is the real fix for Codegen/X86/2004-04-13-FPCMOV...
2004-04-14 Chris LattnerTemporarily hack in the intrinsics that John added...
2004-04-13 John CriswellAdded support for the llvm.readio and llvm.writeio...
2004-04-13 Chris LattnerImplement a small optimization, which papers over the...
2004-04-13 Chris LattnerFix bug, add support for +/-
2004-04-13 Chris Lattnernew testcase that crashes the fp stackifier
2004-04-13 Chris LattnerWe actually don't have spiff anymore
2004-04-13 Chris LattnerOut with spiff, in with fpcmp
2004-04-13 Chris LattnerRemove spiff. Though it looked good, it was not really...
2004-04-13 Chris LattnerOkay, spiff is completely incapable of handling files...
2004-04-13 Chris LattnerAdd a note
2004-04-13 Chris LattnerAdd SCCP support for constant folding calls, implementing:
2004-04-13 Chris LattnerNew testcase
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-04-13 Chris LattnerAdd new interfaces
2004-04-13 Chris LattnerConstant propagation should remove the dead instructions
2004-04-13 Chris LattnerNew testcase
2004-04-13 Brian GaekeRegenerated using autoconf-2.57.
2004-04-13 Brian GaekeRewrite POV-Ray check as per PR301
2004-04-13 Chris LattnerIncrease buffer size again. *sigh*
2004-04-13 Chris LattnerDon't index spiff. It should not count as lines of...
2004-04-13 Chris LattnerFixed sized limits are bad... duh.
next