Age | Commit message (Expand) | Author |
2004-04-23 | * Allow aggregating extracted function arguments (controlled by flag) | Misha Brukman |
2004-04-23 | Fix a typo. | Brian Gaeke |
2004-04-23 | Move the scev expansion code into this pass, where it belongs. There is | Chris Lattner |
2004-04-23 | Eliminate all of the SCEV Expansion code which is really part of the | Chris Lattner |
2004-04-23 | Merge TargetRegInfo.h into SparcV9RegInfo.h, which is its only subclass. | Brian Gaeke |
2004-04-23 | Include SparcV9RegInfo.h instead of TargetRegInfo.h. | Brian Gaeke |
2004-04-23 | Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of | Brian Gaeke |
2004-04-23 | Get rid of the old byte-at-a-time emission code used when the Sparc JIT was | Brian Gaeke |
2004-04-23 | Go back to the interpreter main loop after performing intrinsic lowering, | Brian Gaeke |
2004-04-23 | Use emitWordAt() to emit forward-branch fixups. | Brian Gaeke |
2004-04-23 | Emit SPARC machine code a word at a time instead of a byte at a time. | Brian Gaeke |
2004-04-23 | Implement emitWordAt() for the JIT emitter. | Brian Gaeke |
2004-04-23 | Implement emitWordAt() for the debug emitter and the file printer emitter. (I | Brian Gaeke |
2004-04-22 | Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete | Misha Brukman |
2004-04-22 | Add a flag to choose between isolating a function or deleting the function from | Misha Brukman |
2004-04-22 | Disable a previous patch that was causing indvars to loop infinitely :( | Chris Lattner |
2004-04-22 | Fix an extremely serious thinko I made in revision 1.60 of this file. | Chris Lattner |
2004-04-21 | Implement a todo, rewriting all possible scev expressions inside of the | Chris Lattner |
2004-04-21 | This code really wants to iterate over the OPERANDS of an instruction, not | Chris Lattner |
2004-04-21 | Implement a fixme. The helps loops that have induction variables of different | Chris Lattner |
2004-04-21 | Fix an incredibly nasty iterator invalidation problem. I am too spoiled by i... | Chris Lattner |
2004-04-21 | I'm allergic to the word `stuff'. | Misha Brukman |
2004-04-21 | Make SparcV9RegInfo::getRegType() return the right answer for registers | Brian Gaeke |
2004-04-21 | Include cerrno (gcc-3.4 fix) | Alkis Evlogimenos |
2004-04-21 | Fix typeo | Chris Lattner |
2004-04-20 | REALLY fix PR324: don't delete linkonce functions until after the SCC traversal | Chris Lattner |
2004-04-20 | Pass the callgraph not the module | Chris Lattner |
2004-04-20 | Add the ability for SCC passes to initialize and finalize themselves | Chris Lattner |
2004-04-20 | Fix PR325 | Chris Lattner |
2004-04-20 | Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llx | Chris Lattner |
2004-04-20 | Make it legal to ask for the type of a specialreg | Brian Gaeke |
2004-04-20 | Add support for the select instruction | Chris Lattner |
2004-04-19 | Make it legal to request a load or store of %fsr. | Brian Gaeke |
2004-04-19 | Regularize include guards and remove some excess whitespace. | Brian Gaeke |
2004-04-19 | Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it for | Brian Gaeke |
2004-04-19 | Regularize include guards, remove some excess whitespace and fix some comments. | Brian Gaeke |
2004-04-19 | Initial checkin of a simple loop unswitching pass. It still needs work, | Chris Lattner |
2004-04-19 | It's not just a printer, it's actually an analysis too | Chris Lattner |
2004-04-19 | Remove code to update loop depths | Chris Lattner |
2004-04-19 | Add #include | Chris Lattner |
2004-04-18 | Move isLoopInvariant to the Loop class | Chris Lattner |
2004-04-18 | Add new method | Chris Lattner |
2004-04-18 | Correct rewriting of exit blocks after my last patch | Chris Lattner |
2004-04-18 | Fix computation of exit blocks | Chris Lattner |
2004-04-18 | Loop exit sets are no longer explicitly held, they are dynamically computed o... | Chris Lattner |
2004-04-18 | Change the ExitBlocks list from being explicitly contained in the Loop | Chris Lattner |
2004-04-18 | Reduce the unrolling limit | Chris Lattner |
2004-04-18 | If the preheader of the loop was the entry block of the function, make sure | Chris Lattner |
2004-04-18 | Be much more careful about how we update instructions outside of the loop | Chris Lattner |
2004-04-18 | Implement method | Chris Lattner |