aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-281-4/+4
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-281-0/+6
* Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner2005-09-131-0/+6
* add a setName method to recordChris Lattner2005-08-191-1/+1
* Add a setName method to Record.Chris Lattner2005-08-191-0/+14
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-221-15/+15
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-191-22/+38
* implementing shifting of literal integersChris Lattner2005-04-191-0/+2
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-191-0/+5
* For PR387:Reid Spencer2004-12-061-43/+174
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-7/+13
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-231-1/+1
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-271-5/+51
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-261-0/+11
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-151-4/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-101-0/+5
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-101-3/+19
* Add and use a new methodChris Lattner2003-08-071-0/+7
* Add new method getVAlueAsDagChris Lattner2003-08-071-0/+6
* Ick, add the RIGHT accessorChris Lattner2003-08-061-1/+1
* Add accessorChris Lattner2003-08-061-0/+1
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-041-1/+23
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-041-0/+1
* Add initial support for a new 'dag' typeChris Lattner2003-08-041-0/+17
* Add new Record::getValueAsBit methodChris Lattner2003-08-031-0/+6
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-031-0/+1
* Changes to allow lists of any typeChris Lattner2003-08-031-16/+90
* Add new methodChris Lattner2003-08-021-0/+6
* add support for emitting register classesChris Lattner2003-08-011-0/+7
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-011-0/+11
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-011-0/+2
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-011-0/+6
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-011-3/+16
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-011-0/+10
* Add file commentChris Lattner2003-07-311-0/+2
* Add support for code fragmentsChris Lattner2003-07-301-0/+17
* Initial support for the 'code' type.Chris Lattner2003-07-301-0/+9
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-301-0/+10
* Allow passing lists through variablesChris Lattner2003-07-301-1/+7
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-301-0/+7
* Allow initializing variable initializers with variablesChris Lattner2003-07-281-1/+2
* Use C++ headers, not C headersChris Lattner2003-07-251-1/+1
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Tighten up assertion checkingChris Lattner2002-12-061-0/+1
* Continue implementing field initializersChris Lattner2002-12-031-0/+12
* Continued support for field intitializersChris Lattner2002-12-021-9/+14
* Continued support for Field InitializerChris Lattner2002-12-021-14/+42