aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
AgeCommit message (Expand)Author
2008-10-22Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-09-11lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach
2008-08-26Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner
2008-07-07Add explicit keywords.Dan Gohman
2008-03-25Add explicit keywords.Dan Gohman
2008-01-22Add interator interface to DAGInit alsoAnton Korobeynikov
2008-01-21Provide iterator access to ListInit contentsAnton Korobeynikov
2007-12-29remove attributions from utils.Chris Lattner
2007-11-22change the Init print methods to return strings, and implement Chris Lattner
2007-11-22eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner
2007-11-20Add the ability to convert a tblgen type to a string.Chris Lattner
2007-11-11Add convenient helper to obtain list of intsAnton Korobeynikov
2007-05-15Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng
2007-02-27reapplyChris Lattner
2007-02-27Backing outEvan Cheng
2007-02-27initial support for calling convention generation, still unfinished.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-08-28Add virtual methods to all subclasses so they are not overloaded.Reid Spencer
2006-03-31Generalize the previous binary operator support and add a string concatenationChris Lattner
2006-03-30Implement Regression/TableGen/DagDefSubst.llChris Lattner
2006-01-31implement test/Regression/TableGen/DagIntSubst.llChris Lattner
2005-10-28Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner
2005-10-28Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey
2005-09-13Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner
2005-08-19add a setName method to recordChris Lattner
2005-08-19Add a setName method to Record.Chris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-19Major change to tblgen: instead of resolving values every time a class isChris Lattner
2005-04-19implementing shifting of literal integersChris Lattner
2005-04-19Add initial lexer and parser support for shifting values. Every use of thisChris Lattner
2004-12-06For PR387:Reid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-23Make VC happier, patch contributed by Morten OfstadChris Lattner
2004-07-27Implement test/Regression/TableGen/ListSlices.tdChris Lattner
2004-07-26Add initial support for list slices. This currently allows you to do stuffChris Lattner
2004-04-15The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-08-10Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-07Add and use a new methodChris Lattner
2003-08-07Add new method getVAlueAsDagChris Lattner
2003-08-06Ick, add the RIGHT accessorChris Lattner
2003-08-06Add accessorChris Lattner
2003-08-04add support for DagInit initializers, which represent DAG patternsChris Lattner
2003-08-04It appears that somehow we forgot to add support for code variables.Chris Lattner
2003-08-04Add initial support for a new 'dag' typeChris Lattner
2003-08-03Add new Record::getValueAsBit methodChris Lattner