index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
Record.cpp
Age
Commit message (
Expand
)
Author
2005-10-28
Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately
Chris Lattner
2005-10-28
Added method to return a vector of records for a ListInit of Def field. This
Jim Laskey
2005-09-13
Add a new Record::getValueAsCode method to mirror the other getValueAs*
Chris Lattner
2005-08-19
Add a setName method to Record.
Chris Lattner
2005-04-22
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-19
fix bogus warning
Chris Lattner
2005-04-19
Major change to tblgen: instead of resolving values every time a class is
Chris Lattner
2005-04-19
implementing shifting of literal integers
Chris Lattner
2004-11-05
Quiet VC++ warnings
Chris Lattner
2004-10-08
Properly `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-01
Finegrainify namespacification
Chris Lattner
2004-07-27
Implement test/Regression/TableGen/ListSlices.td
Chris Lattner
2004-07-26
Add initial support for list slices. This currently allows you to do stuff
Chris Lattner
2004-06-21
Handle shifts >= 32 bits.
Misha Brukman
2004-02-28
Assert instead of going into an infinite loop!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header.
John Criswell
2003-08-10
Implement correct parsing, representation, and printing of DAG argument names
Chris Lattner
2003-08-07
Add new method getVAlueAsDag
Chris Lattner
2003-08-06
There is something wrong with code that looks like:
Chris Lattner
2003-08-04
add support for DagInit initializers, which represent DAG patterns
Chris Lattner
2003-08-04
It appears that somehow we forgot to add support for code variables.
Chris Lattner
2003-08-04
Add initial support for a new 'dag' type
Chris Lattner
2003-08-03
Add new Record::getValueAsBit method
Chris Lattner
2003-08-03
Fix bug: TableGen/IntBitInit.td
Chris Lattner
2003-08-03
Fix bug: TableGen/BitsInitOverflow.td
Chris Lattner
2003-08-03
Changes to allow lists of any type
Chris Lattner
2003-08-02
Add new method
Chris Lattner
2003-08-01
add support for emitting register classes
Chris Lattner
2003-08-01
Add new getValueAsListInit and getValueAsInt methods
Chris Lattner
2003-08-01
Fix the way field bit references are resolved, also allow resolution of field...
Chris Lattner
2003-08-01
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
Switch over to an exception handling model for "high-level" requests.
Chris Lattner
2003-08-01
Factor code out into a new getAllDerivedDefinitions method, which is generall...
Chris Lattner
2003-07-30
Allow passing lists through variables
Chris Lattner
2003-07-30
Implement resolution of variables to the value of the variable once it gets a...
Chris Lattner
2003-07-28
Allow initializing variable initializers with variables
Chris Lattner
2002-12-06
Allow printing partially constructed bitsets
Chris Lattner
2002-12-06
Don't delete values that may still be referenced!
Chris Lattner
2002-12-06
Tighten up assertion checking
Chris Lattner
2002-12-03
Continue implementing field initializers
Chris Lattner
2002-12-02
Continued support for field intitializers
Chris Lattner
2002-12-02
Continued support for field initializer
Chris Lattner
2002-12-02
* Move BitsInit::resolveReferences up with the rest of BitsInit code
Chris Lattner
2002-12-02
Initial checkin of TableGen utility
Chris Lattner
[prev]