oota-llvm.git
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-26 Chris LattnerIf an object is not in the scalar map then it must...
2004-04-26 Chris LattnerInstcombine X/-1 --> 0-X
2004-04-26 Chris LattnerAdd a new testcase for X/-1, fix bug that prevented...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-25 Brian GaekeAdd a getRegisterInfo() accessor just like on the X86...
2004-04-25 Brian GaekeRegularize file header comment and include guard.
2004-04-25 Brian GaekeAdd MRegisterInfo subclass for the SparcV9 target ...
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-04-23 Misha Brukman* Allow aggregating extracted function arguments (contr...
2004-04-23 Brian GaekeFix a typo.
2004-04-23 Chris LattnerMove the scev expansion code into this pass, where...
2004-04-23 Chris LattnerEliminate all of the SCEV Expansion code which is reall...
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
2004-04-23 Brian GaekeMerged this file into the SparcV9 target.
2004-04-23 Brian GaekeMerge TargetRegInfo.h into SparcV9RegInfo.h, which...
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
2004-04-23 Brian GaekeGet rid of the old byte-at-a-time emission code used...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
2004-04-23 Brian Gaekemmap of a zero length file returns null on some platfor...
2004-04-23 Brian GaekeUse emitWordAt() to emit forward-branch fixups.
2004-04-23 Brian GaekeEmit SPARC machine code a word at a time instead of...
2004-04-23 Brian GaekeImplement emitWordAt() for the JIT emitter.
2004-04-23 Brian GaekeImplement emitWordAt() for the debug emitter and the...
2004-04-23 Brian GaekeAdd emitWordAt() - a quick and dirty interface that...
2004-04-22 Misha BrukmanAdd command-line option to select whether to isolate...
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a flag to choose between isolating a function or...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-04-22 Misha BrukmanAdd a space before result for readability on the comman...
2004-04-22 Chris LattnerDisable a previous patch that was causing indvars to...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerFix an extremely serious thinko I made in revision...
2004-04-22 Chris LattnerAdd a method
2004-04-21 Chris LattnerImplement a todo, rewriting all possible scev expressio...
2004-04-21 Chris LattnerThis code really wants to iterate over the OPERANDS...
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
next