summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenRegisters.h
Commit message (Expand)AuthorAge
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* remove attributions from utils.Chris Lattner2007-12-29
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-19
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-14
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-13
* Add support for generating v4i32 altivec codeNate Begeman2005-12-30
* Add some methodsChris Lattner2005-12-05
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-01
* Compute the value types that are natively supported by a target.Chris Lattner2005-09-08
* Split register class "Methods" into MethodProtos and MethodBodiesChris Lattner2005-08-19
* Read the namespace field from register classesChris Lattner2005-08-19
* Remove trailing whitespaceMisha Brukman2005-04-22
* Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner2004-08-21
* Start parsing register classes into a more structured formChris Lattner2004-08-21
* Read in declared reg sizesChris Lattner2004-08-21
* Add initial support for register and register class representation.Chris Lattner2004-08-16