summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAge
* reapplyChris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-28
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-31
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-30
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-31
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-28
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-28
* Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner2005-09-13
* add a setName method to recordChris Lattner2005-08-19
* Add a setName method to Record.Chris Lattner2005-08-19
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-19
* implementing shifting of literal integersChris Lattner2005-04-19
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-19
* For PR387:Reid Spencer2004-12-06
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-23
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-27
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-26
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-10
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-10
* Add and use a new methodChris Lattner2003-08-07
* Add new method getVAlueAsDagChris Lattner2003-08-07
* Ick, add the RIGHT accessorChris Lattner2003-08-06
* Add accessorChris Lattner2003-08-06
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-04
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-04
* Add initial support for a new 'dag' typeChris Lattner2003-08-04
* Add new Record::getValueAsBit methodChris Lattner2003-08-03
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-03
* Changes to allow lists of any typeChris Lattner2003-08-03
* Add new methodChris Lattner2003-08-02
* add support for emitting register classesChris Lattner2003-08-01
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-01
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-01
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-01
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-01
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-01
* Add file commentChris Lattner2003-07-31
* Add support for code fragmentsChris Lattner2003-07-30
* Initial support for the 'code' type.Chris Lattner2003-07-30
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-30
* Allow passing lists through variablesChris Lattner2003-07-30