Age | Commit message (Expand) | Author |
2004-11-18 | Rename some methods, use 'begin' instead of 'start', add new LiveInterval | Chris Lattner |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-10-26 | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner |
2004-10-18 | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner |
2004-10-15 | Allow machine operands to represent global variables with offsets. This is | Chris Lattner |
2004-10-14 | Convert tabs to spaces | Misha Brukman |
2004-09-30 | Add const version of getLastBlock() member function. | Alkis Evlogimenos |
2004-09-30 | * Wrap some comments to 80 cols | Chris Lattner |
2004-09-28 | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos |
2004-09-08 | Use a DenseMap for mapping reg->reg. This improves the LiveInterval | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-27 | Add getLastBlock member. This is useful when growing a densemap keyed | Alkis Evlogimenos |
2004-08-27 | Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from | Alkis Evlogimenos |
2004-08-26 | Use newly added API in MRegisterInfo and don't expose the allocatable | Alkis Evlogimenos |
2004-08-26 | Use newly added API in MRegisterInfo. | Alkis Evlogimenos |
2004-08-18 | All targets are now allowed to have their own MachineFunctionInfo objects, | Chris Lattner |
2004-08-18 | Alkis pointed out that this is not a character (we actually support strings) | Chris Lattner |
2004-08-17 | new method | Chris Lattner |
2004-08-17 | Add support for alignment | Chris Lattner |
2004-08-17 | Ultra-doxygenify some function header comments. | Misha Brukman |
2004-08-17 | Allow targets to specify a comment character | Chris Lattner |
2004-08-17 | Add missing \t | Chris Lattner |
2004-08-17 | Add some hooks | Chris Lattner |
2004-08-17 | We now allow targets to use any prefix they want for global symbols. Lets | Chris Lattner |
2004-08-17 | Some asmweriters want an _ prefix | Chris Lattner |
2004-08-16 | Initial implementation of the asmprinter base class | Chris Lattner |
2004-08-16 | Fit into 80 lines, add a gross hack for MachineFunctionInfo | Chris Lattner |
2004-08-16 | These files now live in lib/Target/SparcV9 | Chris Lattner |
2004-08-15 | Remove helper method | Chris Lattner |
2004-08-04 | Clean up whitespace. | Alkis Evlogimenos |
2004-08-04 | Convert indentation to 2 spaces. | Alkis Evlogimenos |
2004-08-04 | These headers have been moved/merged into other files. | Brian Gaeke |
2004-07-31 | New pass | Chris Lattner |
2004-07-31 | Expose some helpful methods | Chris Lattner |
2004-07-31 | Add some machine CFG related stuff | Chris Lattner |
2004-07-25 | Make a method const, no functionality changes | Chris Lattner |
2004-07-24 | Remove implementation of operator= and make it private so that it is | Alkis Evlogimenos |
2004-07-24 | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos |
2004-07-24 | Completely eliminate the intervals_ list. instead, the r2iMap_ maintains | Chris Lattner |
2004-07-24 | Add a new differingRegisterClasses method | Chris Lattner |
2004-07-24 | Little stuff: | Chris Lattner |
2004-07-23 | More minor changes: | Chris Lattner |
2004-07-23 | Change addRange and join to be a little bit smarter. In particular, we don't | Chris Lattner |
2004-07-23 | New helper method | Chris Lattner |
2004-07-23 | Speedup debug builds a bit | Chris Lattner |
2004-07-23 | Instead of searching for a live interval pair, search for a location. This g... | Chris Lattner |
2004-07-23 | Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) | Chris Lattner |
2004-07-23 | Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which | Chris Lattner |
2004-07-23 | Improve comments a bit | Chris Lattner |
2004-07-23 | Force coallescing of live ranges that have a single definition, even if they | Chris Lattner |