aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
...
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-111-1/+2
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-261-0/+17
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* Add explicit keywords.Dan Gohman2008-03-251-9/+10
* Add interator interface to DAGInit alsoAnton Korobeynikov2008-01-221-0/+22
* Provide iterator access to ListInit contentsAnton Korobeynikov2008-01-211-0/+11
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* change the Init print methods to return strings, and implement Chris Lattner2007-11-221-20/+19
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-221-9/+1
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-201-3/+9
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-111-1/+7
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-151-2/+2
* reapplyChris Lattner2007-02-271-0/+2
* Backing outEvan Cheng2007-02-271-2/+0
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-271-0/+2
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-1/+1
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-281-0/+7
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-311-7/+33
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-301-9/+9
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-311-1/+7
* 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