summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-29
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-26
* M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it andBrian Gaeke2004-08-18
* M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor.Brian Gaeke2004-08-18
* Add punctuation, add a new methodChris Lattner2004-08-17
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-15
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-15
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-15
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-15
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-14
* Allow targets to specify particular stack slots that certain physregs mustChris Lattner2004-08-12
* Remove dead methodsChris Lattner2004-08-12
* Remove dead methodsChris Lattner2004-08-12
* Add new constructor.Misha Brukman2004-08-10
* getResultPos() is dead.Brian Gaeke2004-08-04
* Adding friend MSSchedule for ModuloScheduling pass.Tanya Lattner2004-08-01
* Fix warningChris Lattner2004-08-01
* Change signature to take two basic blocks: the target and the oneAlkis Evlogimenos2004-07-31
* Doxygenify some comments.Alkis Evlogimenos2004-07-31
* Remove const from iterators passed by value.Alkis Evlogimenos2004-07-31
* Add declarations for insertGoto and reverseBranchCondition.Alkis Evlogimenos2004-07-31
* Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfoChris Lattner2004-07-31
* TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke2004-07-28
* ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke2004-07-27
* As it happens, none of these TargetInstrInfo methods which are onlyBrian Gaeke2004-07-27
* Add a noteChris Lattner2004-07-27
* Fix out of date commentChris Lattner2004-07-27
* * Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman2004-07-23
* Add a new listener class for things that want to be informed about newChris Lattner2004-07-11
* Delete the allocate*TargetMachine functions. Move options to a header fileChris Lattner2004-07-11
* Add a new TargetNameParser class, which is useful for parsing options.Chris Lattner2004-07-11
* First cut at TargetMachineRegistry and RegisterTarget classesChris Lattner2004-07-11
* Add two new "virtual static" methods to the TargetMachine classChris Lattner2004-07-11
* * Doxygenify commentsMisha Brukman2004-07-01
* Spell out `NoFramePointerElim' for readability.Misha Brukman2004-06-21
* Make a single `NoFPElim' switch available to all targets.Misha Brukman2004-06-21
* I'm afraid this doesn't exist.Brian Gaeke2004-06-16
* Fix grammar: 's is for possessive only.Misha Brukman2004-06-11
* Add documentation to the TargetFrameInfo class, contributed by Vladimir PrusChris Lattner2004-06-08
* Fix a nasty bug that caused areAliases to always return false.Chris Lattner2004-06-04
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-03
* Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner2004-06-02
* Changed CPUResource to allow access to max num users for a resource.Tanya Lattner2004-05-08
* Sorry, now friend class name should be right!!Tanya Lattner2004-04-30
* Fixed friend class name for ModuloScheduling.Tanya Lattner2004-04-30
* Fixed friend class name for ModuloSchedTanya Lattner2004-04-30
* Removing MachineResource class.Tanya Lattner2004-04-30
* Merged this file into the SparcV9 target.Brian Gaeke2004-04-23
* Add a copy constructor for TargetData.Brian Gaeke2004-04-14