oota-llvm.git
2004-04-21 Chris LattnerImplement a fixme. The helps loops that have induction...
2004-04-21 Chris LattnerFix an incredibly nasty iterator invalidation problem...
2004-04-21 Chris Lattnerbug fixed
2004-04-21 Chris Lattnernew testcase for PR326
2004-04-21 Misha BrukmanAdd doxygenified comments to functions.
2004-04-21 Misha BrukmanI'm allergic to the word `stuff'.
2004-04-21 Brian GaekeMake SparcV9RegInfo::getRegType() return the right...
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-21 Chris LattnerFix typeo
2004-04-20 Chris LattnerREALLY fix PR324: don't delete linkonce functions until...
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-20 Chris LattnerChange it to take a callgraph, from which we can get...
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-20 Chris LattnerFix PR325
2004-04-20 Chris LattnerFix PR324 and testcase: Inline/2004-04-20-InlineLinkOnc...
2004-04-20 Chris LattnerNew testcase, distilled from PR324
2004-04-20 Brian GaekeMake it legal to ask for the type of a specialreg
2004-04-20 Brian GaekeAdd some PRs which were fixed, but not previously menti...
2004-04-20 Chris LattnerAdd support for the select instruction
2004-04-19 Brian GaekeMake it legal to request a load or store of %fsr.
2004-04-19 Brian GaekeFix typo.
2004-04-19 Brian GaekeRegularize include guards and remove some excess whites...
2004-04-19 Brian GaekeTighten up SparcV9FloatCCRegClass::getRegName()'s asser...
2004-04-19 Brian GaekeRegularize include guards, remove some excess whitespac...
2004-04-19 Chris LattnerInitial checkin of a simple loop unswitching pass....
2004-04-19 Chris LattnerNew testcase
2004-04-19 Chris LattnerAdd accessor for a Loop Unswitching pass
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris LattnerIt's not just a printer, it's actually an analysis too
2004-04-19 Misha BrukmanAs per Chris, greatly simplify handling of external...
2004-04-19 Misha Brukman* Remove note about "UNSUPPORTED: " feature that just...
2004-04-19 Misha Brukman* Reorder #includes
2004-04-19 Misha BrukmanDisplay sample bugpoint output with the `code' styleshe...
2004-04-19 Chris Lattner* Improve file header comment
2004-04-19 Chris LattnerRemove code to update loop depths
2004-04-19 Chris LattnerAdd #include
2004-04-19 Misha BrukmanAdd notes about PRs 38 and 290 being fixed.
2004-04-19 Misha BrukmanWrap (some) lines to 80 cols.
2004-04-19 Misha BrukmanFinally implement rewriting global initializers which...
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.
next