| Commit message (Expand) | Author | Age | Files | Lines |
* | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos | 2004-09-28 | 1 | -1/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -4/+4 |
* | Update doxygen comment now that getSpillSize is supposed to return value in bits | Nate Begeman | 2004-08-29 | 1 | -2/+2 |
* | Add getAllocatableSet() function. | Alkis Evlogimenos | 2004-08-26 | 1 | -0/+4 |
* | M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and | Brian Gaeke | 2004-08-18 | 1 | -5/+0 |
* | M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor. | Brian Gaeke | 2004-08-18 | 1 | -4/+0 |
* | Add punctuation, add a new method | Chris Lattner | 2004-08-17 | 1 | -2/+6 |
* | Flags and TSFlags were (thankfully) never used, so remove them. But wait, | Chris Lattner | 2004-08-16 | 1 | -4/+16 |
* | Add new TargetRegisterClass::contains method | Chris Lattner | 2004-08-15 | 1 | -0/+8 |
* | Implement a long overdue FIXME, by changing these methods to return void. | Chris Lattner | 2004-08-15 | 1 | -25/+11 |
* | Eliminate the RegisterClass argument, since it can easily be derived from | Chris Lattner | 2004-08-15 | 1 | -4/+2 |
* | Make this compile on gc 3.4.1 (static_cast to non-const type was not | Alkis Evlogimenos | 2004-08-15 | 1 | -1/+1 |
* | Elminiate MachineFunction& argument from eliminateFrameIndex | Nate Begeman | 2004-08-14 | 1 | -2/+1 |
* | Allow targets to specify particular stack slots that certain physregs must | Chris Lattner | 2004-08-12 | 1 | -0/+17 |
* | Remove dead methods | Chris Lattner | 2004-08-12 | 1 | -12/+0 |
* | Remove dead methods | Chris Lattner | 2004-08-12 | 1 | -11/+0 |
* | Add new constructor. | Misha Brukman | 2004-08-10 | 1 | -0/+3 |
* | getResultPos() is dead. | Brian Gaeke | 2004-08-04 | 1 | -3/+0 |
* | Adding friend MSSchedule for ModuloScheduling pass. | Tanya Lattner | 2004-08-01 | 1 | -0/+1 |
* | Fix warning | Chris Lattner | 2004-08-01 | 1 | -0/+2 |
* | Change signature to take two basic blocks: the target and the one | Alkis Evlogimenos | 2004-07-31 | 1 | -4/+4 |
* | Doxygenify some comments. | Alkis Evlogimenos | 2004-07-31 | 1 | -10/+6 |
* | Remove const from iterators passed by value. | Alkis Evlogimenos | 2004-07-31 | 1 | -2/+2 |
* | Add declarations for insertGoto and reverseBranchCondition. | Alkis Evlogimenos | 2004-07-31 | 1 | -1/+15 |
* | Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfo | Chris Lattner | 2004-07-31 | 1 | -47/+54 |
* | TargetInstrInfo::hasOperandInterlock() is always true, because it is | Brian Gaeke | 2004-07-28 | 1 | -9/+2 |
* | ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its | Brian Gaeke | 2004-07-27 | 1 | -11/+0 |
* | As it happens, none of these TargetInstrInfo methods which are only | Brian Gaeke | 2004-07-27 | 1 | -122/+0 |
* | Add a note | Chris Lattner | 2004-07-27 | 1 | -0/+2 |
* | Fix out of date comment | Chris Lattner | 2004-07-27 | 1 | -2/+1 |
* | * Add a BoolAlignment field to TargetData, default is 1 byte | Misha Brukman | 2004-07-23 | 2 | -16/+20 |
* | Add a new listener class for things that want to be informed about new | Chris Lattner | 2004-07-11 | 1 | -6/+21 |
* | Delete the allocate*TargetMachine functions. Move options to a header file | Chris Lattner | 2004-07-11 | 2 | -62/+30 |
* | Add a new TargetNameParser class, which is useful for parsing options. | Chris Lattner | 2004-07-11 | 1 | -4/+36 |
* | First cut at TargetMachineRegistry and RegisterTarget classes | Chris Lattner | 2004-07-11 | 1 | -0/+76 |
* | Add two new "virtual static" methods to the TargetMachine class | Chris Lattner | 2004-07-11 | 1 | -0/+14 |
* | * Doxygenify comments | Misha Brukman | 2004-07-01 | 1 | -11/+13 |
* | Spell out `NoFramePointerElim' for readability. | Misha Brukman | 2004-06-21 | 1 | -1/+1 |
* | Make a single `NoFPElim' switch available to all targets. | Misha Brukman | 2004-06-21 | 1 | -0/+1 |
* | I'm afraid this doesn't exist. | Brian Gaeke | 2004-06-16 | 1 | -8/+0 |
* | Fix grammar: 's is for possessive only. | Misha Brukman | 2004-06-11 | 1 | -1/+1 |
* | Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus | Chris Lattner | 2004-06-08 | 1 | -0/+7 |
* | Fix a nasty bug that caused areAliases to always return false. | Chris Lattner | 2004-06-04 | 1 | -1/+1 |
* | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke | 2004-06-03 | 1 | -2/+2 |
* | Delete the V9 specific findOptimalStorageSize method, inlining it into all ca... | Chris Lattner | 2004-06-02 | 1 | -12/+6 |
* | Changed CPUResource to allow access to max num users for a resource. | Tanya Lattner | 2004-05-08 | 1 | -3/+2 |
* | Sorry, now friend class name should be right!! | Tanya Lattner | 2004-04-30 | 1 | -1/+1 |
* | Fixed friend class name for ModuloScheduling. | Tanya Lattner | 2004-04-30 | 1 | -2/+2 |
* | Fixed friend class name for ModuloSched | Tanya Lattner | 2004-04-30 | 1 | -3/+3 |
* | Removing MachineResource class. | Tanya Lattner | 2004-04-30 | 1 | -15/+5 |