aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
AgeCommit message (Expand)Author
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
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-11-02For PR786: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-02-18Fix bugs identified by VC++.Jeff Cohen
2006-01-31implement test/Regression/TableGen/DagIntSubst.llChris Lattner
2005-12-26more standards-compliance stuffDuraid Madina
2005-11-30Fix some copy and paste typos.Nate Begeman
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 Record.Chris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-19fix bogus warningChris Lattner
2005-04-19Major change to tblgen: instead of resolving values every time a class isChris Lattner
2005-04-19implementing shifting of literal integersChris Lattner
2004-11-05Quiet VC++ warningsChris Lattner
2004-10-08Properly `quote' names, and don't forget to add the ending quote!Misha Brukman
2004-09-30#include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman
2004-08-01Finegrainify namespacificationChris 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-06-21Handle shifts >= 32 bits.Misha Brukman
2004-02-28Assert instead of going into an infinite loop!Chris Lattner
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 correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-07Add new method getVAlueAsDagChris Lattner
2003-08-06There is something wrong with code that looks like:Chris 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
2003-08-03Fix bug: TableGen/IntBitInit.tdChris Lattner
2003-08-03Fix bug: TableGen/BitsInitOverflow.tdChris Lattner
2003-08-03Changes to allow lists of any typeChris Lattner
2003-08-02Add new methodChris Lattner
2003-08-01add support for emitting register classesChris Lattner
2003-08-01Add new getValueAsListInit and getValueAsInt methodsChris Lattner
2003-08-01Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner
2003-08-01Add new getValueAsBitsInit 'high-level' methodChris Lattner
2003-08-01Switch over to an exception handling model for "high-level" requests.Chris Lattner
2003-08-01Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner
2003-07-30Allow passing lists through variablesChris Lattner