aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/MRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* update some commentsChris Lattner2006-08-241-2/+1
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-171-2/+2
* Doxygenify some methods.Chris Lattner2006-08-101-4/+8
* update commentChris Lattner2006-08-031-8/+2
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-211-3/+15
* Make sub- and super- register classes const.Evan Cheng2006-07-191-3/+3
* Also add super- register class info.Evan Cheng2006-05-111-2/+26
* Added sub- register classes information.Evan Cheng2006-05-091-7/+29
* Use existing information.Jim Laskey2006-04-101-5/+0
* Foundation for call frame information.Jim Laskey2006-04-071-2/+20
* Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey2006-03-281-1/+11
* Tweak a comment.Jim Laskey2006-03-241-1/+1
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-231-0/+6
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* expose the set of values types holdable in a regclass to clientsChris Lattner2006-02-211-1/+17
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,Chris Lattner2006-02-021-18/+0
* add a new isStoreToStackSlot methodChris Lattner2006-02-021-1/+10
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-011-7/+13
* Fix case of pathChris Lattner2005-10-031-1/+1
* This member can be const tooChris Lattner2005-10-031-1/+1
* Expose the actual valuetype of each register classChris Lattner2005-10-021-2/+8
* Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner2005-09-301-11/+13
* trim down the target info structs now that we have a preferred spill register...Chris Lattner2005-09-301-14/+0
* expose a new virtual methodChris Lattner2005-09-301-0/+7
* Change these methods to take RC'sChris Lattner2005-09-301-2/+4
* add a new callbackChris Lattner2005-09-171-0/+8
* Convert tabs to spacesMisha Brukman2005-04-221-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-271-1/+1
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-271-1/+1
* Remove dead data member in MRegisterInfo class. Thanks sabre!Nate Begeman2004-10-271-1/+0
* Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman2004-10-261-9/+0
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-291-2/+2
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-261-0/+4
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-161-4/+16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-151-0/+8
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-151-25/+11
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-151-4/+2
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-141-2/+1
* Fix out of date commentChris Lattner2004-07-271-2/+1
* Fix grammar: 's is for possessive only.Misha Brukman2004-06-111-1/+1
* Fix a nasty bug that caused areAliases to always return false.Chris Lattner2004-06-041-1/+1
* Another API change to MRegisterInfo::foldMemoryOperand. Instead of aAlkis Evlogimenos2004-03-141-1/+1
* Change MRegisterInfo::foldMemoryOperand to return the foldedAlkis Evlogimenos2004-03-141-9/+10
* Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos2004-02-261-2/+2
* Temporarily comment out asserts as they break things. I will uncommentAlkis Evlogimenos2004-02-251-2/+2
* Duh, forgot to close the parenthesis.Alkis Evlogimenos2004-02-251-2/+2
* Add assert to isPhysicalRegister and isVirtualRegister to fail whenAlkis Evlogimenos2004-02-251-0/+2
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-251-1/+9
* This is needed by assignment verification in linear-scan.Alkis Evlogimenos2004-02-191-0/+8