index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
Record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new Record::getValueAsCode method to mirror the other getValueAs*
Chris Lattner
2005-09-13
1
-0
/
+12
*
Add a setName method to Record.
Chris Lattner
2005-08-19
1
-0
/
+12
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-12
/
+12
*
fix bogus warning
Chris Lattner
2005-04-19
1
-0
/
+1
*
Major change to tblgen: instead of resolving values every time a class is
Chris Lattner
2005-04-19
1
-31
/
+50
*
implementing shifting of literal integers
Chris Lattner
2005-04-19
1
-0
/
+14
*
Quiet VC++ warnings
Chris Lattner
2004-11-05
1
-1
/
+1
*
Properly `quote' names, and don't forget to add the ending quote!
Misha Brukman
2004-10-08
1
-24
/
+24
*
#include DataTypes.h to compile on MinGW, patch by Henrik Bach.
Misha Brukman
2004-09-30
1
-0
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-08-01
1
-5
/
+3
*
Implement test/Regression/TableGen/ListSlices.td
Chris Lattner
2004-07-27
1
-24
/
+91
*
Add initial support for list slices. This currently allows you to do stuff
Chris Lattner
2004-07-26
1
-0
/
+10
*
Handle shifts >= 32 bits.
Misha Brukman
2004-06-21
1
-2
/
+2
*
Assert instead of going into an infinite loop!
Chris Lattner
2004-02-28
1
-2
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header.
John Criswell
2003-10-20
1
-0
/
+7
*
Implement correct parsing, representation, and printing of DAG argument names
Chris Lattner
2003-08-10
1
-1
/
+4
*
Add new method getVAlueAsDag
Chris Lattner
2003-08-07
1
-3
/
+19
*
There is something wrong with code that looks like:
Chris Lattner
2003-08-06
1
-13
/
+13
*
add support for DagInit initializers, which represent DAG patterns
Chris Lattner
2003-08-04
1
-0
/
+11
*
It appears that somehow we forgot to add support for code variables.
Chris Lattner
2003-08-04
1
-0
/
+6
*
Add initial support for a new 'dag' type
Chris Lattner
2003-08-04
1
-0
/
+7
*
Add new Record::getValueAsBit method
Chris Lattner
2003-08-03
1
-0
/
+16
*
Fix bug: TableGen/IntBitInit.td
Chris Lattner
2003-08-03
1
-1
/
+5
*
Fix bug: TableGen/BitsInitOverflow.td
Chris Lattner
2003-08-03
1
-0
/
+9
*
Changes to allow lists of any type
Chris Lattner
2003-08-03
1
-7
/
+21
*
Add new method
Chris Lattner
2003-08-02
1
-0
/
+17
*
add support for emitting register classes
Chris Lattner
2003-08-01
1
-0
/
+12
*
Add new getValueAsListInit and getValueAsInt methods
Chris Lattner
2003-08-01
1
-0
/
+30
*
Fix the way field bit references are resolved, also allow resolution of field...
Chris Lattner
2003-08-01
1
-9
/
+17
*
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
1
-0
/
+17
*
Switch over to an exception handling model for "high-level" requests.
Chris Lattner
2003-08-01
1
-7
/
+23
*
Factor code out into a new getAllDerivedDefinitions method, which is generall...
Chris Lattner
2003-08-01
1
-0
/
+20
*
Allow passing lists through variables
Chris Lattner
2003-07-30
1
-4
/
+12
*
Implement resolution of variables to the value of the variable once it gets a...
Chris Lattner
2003-07-30
1
-1
/
+15
*
Allow initializing variable initializers with variables
Chris Lattner
2003-07-28
1
-0
/
+9
*
Allow printing partially constructed bitsets
Chris Lattner
2002-12-06
1
-1
/
+4
*
Don't delete values that may still be referenced!
Chris Lattner
2002-12-06
1
-2
/
+0
*
Tighten up assertion checking
Chris Lattner
2002-12-06
1
-5
/
+7
*
Continue implementing field initializers
Chris Lattner
2002-12-03
1
-30
/
+40
*
Continued support for field intitializers
Chris Lattner
2002-12-02
1
-8
/
+22
*
Continued support for field initializer
Chris Lattner
2002-12-02
1
-11
/
+46
*
* Move BitsInit::resolveReferences up with the rest of BitsInit code
Chris Lattner
2002-12-02
1
-19
/
+25
*
Initial checkin of TableGen utility
Chris Lattner
2002-12-02
1
-0
/
+371