summaryrefslogtreecommitdiff
path: root/lib/Target/Target.td
Commit message (Expand)AuthorAge
* Update tablegen interfacesChris Lattner2003-08-07
* Start adding usefulness to the DAG node definitions, add a new ExpanderChris Lattner2003-08-06
* Allow instructions to have a DAG pattern associated with them.Chris Lattner2003-08-04
* There is nothing special about noops nowChris Lattner2003-08-04
* Transition to using let instead of setChris Lattner2003-08-04
* Allow specifying custom names for registersChris Lattner2003-08-03
* Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION.Chris Lattner2003-08-03
* Remove the RegisterInfo class in favor of a general Target class. Add instri...Chris Lattner2003-08-03
* Rename fieldsChris Lattner2003-08-01
* encode size information into each ValueTypeChris Lattner2003-08-01
* Add commentsChris Lattner2003-07-30
* Add all of the necessary classes to describe the contents of the MRegister.h ...Chris Lattner2003-07-30
* No this file is not actually Sparc.td :)Chris Lattner2003-07-29
* Add namespace specifier, add flags used by the X86 BEChris Lattner2003-07-29
* Instead of specifying the SIZE of the register, go so far as to specifyChris Lattner2003-07-28
* Added the target-independent part of TableGen data.Misha Brukman2003-05-29