index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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