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