index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added assert.h so that it compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
2
-2
/
+1
*
All debug print statements are now output with the DEBUG() guard to make
Misha Brukman
2003-06-06
1
-3
/
+3
*
* Stop ignoring cc registers, since we actually use them in branches.
Misha Brukman
2003-06-05
1
-1
/
+2
*
Spiff up options a bit
Chris Lattner
2003-06-03
1
-2
/
+3
*
Add -o support for TableGen
Chris Lattner
2003-06-03
1
-4
/
+25
*
Make tablegen use more structured command line options
Chris Lattner
2003-06-03
1
-16
/
+33
*
Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)
Misha Brukman
2003-06-03
1
-2
/
+1
*
getValueOp() now takes a MachineInstr as well as a MachineOperand.
Misha Brukman
2003-05-30
1
-1
/
+1
*
Output the opcode name of the instruction being emitted to cerr.
Misha Brukman
2003-05-28
1
-3
/
+4
*
Cannot output `static' in generated cpp code: results in error. It's already
Misha Brukman
2003-05-27
1
-1
/
+1
*
* Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)
Misha Brukman
2003-05-27
1
-16
/
+33
*
Add ability to utilize the code emitter generator (CodeEmitterGen).
Misha Brukman
2003-05-24
1
-1
/
+21
*
First cut at the Code Generator using the TableGen methodology.
Misha Brukman
2003-05-24
2
-0
/
+128
*
I fixed that ``thang'', yo.
Misha Brukman
2003-05-20
1
-1
/
+1
*
Fix bug
Chris Lattner
2002-12-06
1
-2
/
+2
*
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
3
-9
/
+19
*
Add code that can be used for debugging
Chris Lattner
2002-12-03
1
-2
/
+11
*
Continue implementing field initializers
Chris Lattner
2002-12-03
2
-30
/
+52
*
Don't delete temporary files
Chris Lattner
2002-12-03
1
-0
/
+2
*
Continued support for field intitializers
Chris Lattner
2002-12-02
2
-17
/
+36
*
Continued support for field initializer
Chris Lattner
2002-12-02
1
-11
/
+46
*
Continued support for Field Initializer
Chris Lattner
2002-12-02
1
-14
/
+42
*
Adjustments due to new FieldInit stuff
Chris Lattner
2002-12-02
1
-6
/
+12
*
Add comments, factor out common code
Chris Lattner
2002-12-02
1
-10
/
+22
*
Add support for field exprs
Chris Lattner
2002-12-02
1
-0
/
+7
*
* Move BitsInit::resolveReferences up with the rest of BitsInit code
Chris Lattner
2002-12-02
1
-19
/
+25
*
Initial support for Field Expressions
Chris Lattner
2002-12-02
1
-0
/
+34
*
Add correct dependency
Chris Lattner
2002-12-02
1
-4
/
+3
*
Split up targets
Chris Lattner
2002-12-02
1
-2
/
+7
*
Add comments
Chris Lattner
2002-12-02
1
-0
/
+44
*
Initial checkin of TableGen utility
Chris Lattner
2002-12-02
6
-0
/
+1704