Age | Commit message (Expand) | Author |
2003-12-22 | Fix PR194 | Chris Lattner |
2003-12-22 | Really release memory used by functions. Patch by Chris. | Misha Brukman |
2003-12-21 | Remove verifyIntervals() since it doesn't actually work right now. | Alkis Evlogimenos |
2003-12-21 | Change weight into a float so that we can take into account the | Alkis Evlogimenos |
2003-12-21 | Move FP_REG_KILL closer to the return instruction. | Alkis Evlogimenos |
2003-12-21 | Add support for inactive intervals. This effectively reuses registers | Alkis Evlogimenos |
2003-12-20 | Fix PR#193. | John Criswell |
2003-12-20 | Move FP_REG_KILL closer to the actual branch instruction. | Alkis Evlogimenos |
2003-12-20 | Remove floating point killer pass. This is now implemented in the | Alkis Evlogimenos |
2003-12-20 | Add a new target-independent machine code freeing pass | Chris Lattner |
2003-12-20 | Finally, _actually delete the machine code_ for a function, after it has | Chris Lattner |
2003-12-20 | This should not be needed anymore | Chris Lattner |
2003-12-20 | Fix memory leak in the stackifier, due to the machinebasicblocks not holding | Chris Lattner |
2003-12-20 | Finegrainify namespacification | Chris Lattner |
2003-12-20 | Hoist some sparc specific code into the sparc target | Chris Lattner |
2003-12-20 | * Finegrainify namespacification | Chris Lattner |
2003-12-20 | Remove a horrible API | Chris Lattner |
2003-12-20 | Implement PR135, lazy emission of global variables | Chris Lattner |
2003-12-20 | Simple refactorings to prepare for lazy global emission | Chris Lattner |
2003-12-20 | A minor cleanup for better encapsulation | Chris Lattner |
2003-12-20 | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner |
2003-12-20 | Update for changes in the JIT | Chris Lattner |
2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
2003-12-19 | Fix ADCE/2003-12-19-MergeReturn.llx | Chris Lattner |
2003-12-19 | Remove the wierd "Operands" loop, by traversing basicblocks in reverse order | Chris Lattner |
2003-12-19 | Implement LICM/sink_multiple.ll, by sinking all possible instructions in the | Chris Lattner |
2003-12-19 | Generalize a special case to fix PR187 | Chris Lattner |
2003-12-19 | Factor code out into the Utils library | Chris Lattner |
2003-12-19 | Add new function | Chris Lattner |
2003-12-18 | Remove TwoAddressInstruction from the public headers and add an ID | Alkis Evlogimenos |
2003-12-18 | Prune some #includes | Chris Lattner |
2003-12-18 | Reverted back to previous revision - this was previously merged | John Criswell |
2003-12-18 | Merged in RELEASE_11. | John Criswell |
2003-12-18 | Modify linear scan register allocator to use the two-address | Alkis Evlogimenos |
2003-12-18 | Fix bug in reserved registers. DH actually aliases DX and EDX which | Alkis Evlogimenos |
2003-12-18 | Modify local register allocator to use the two-address instruction pass. | Alkis Evlogimenos |
2003-12-18 | Add TwoAddressInstructionPass to handle instructions that have two or | Alkis Evlogimenos |
2003-12-18 | Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). | Alkis Evlogimenos |
2003-12-18 | When a variable is killed and redifined in a basic block only one | Alkis Evlogimenos |
2003-12-18 | Handle multiple virtual register definitions gracefully. | Alkis Evlogimenos |
2003-12-18 | When we delete instructions from the loop, make sure to remove them from the | Chris Lattner |
2003-12-18 | Add a new AliassetTracker::remove method. Because we need to be able to remove | Chris Lattner |
2003-12-17 | * Converted C-style comments to C++ | Misha Brukman |
2003-12-17 | Reordered #includes. | Misha Brukman |
2003-12-17 | Doxygenified some comments, reduced extraneous space. | Misha Brukman |
2003-12-17 | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman |
2003-12-17 | Make getObjectType() smarter about ranlibbed Mac OS X archives. | Brian Gaeke |
2003-12-15 | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx | Chris Lattner |
2003-12-15 | Change preserve all claim to just preserve live variables and phielimination. | Alkis Evlogimenos |
2003-12-14 | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner |