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
/
support
/
tools
/
TableGen
/
CodeEmitterGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert over to using TableGen backends
Chris Lattner
2003-08-06
1
-0
/
+2
*
Stop special-casing annul and predict bits (which are Sparc-specific anyway)
Misha Brukman
2003-08-05
1
-8
/
+1
*
No functional changes, comment the fix I just put in
Chris Lattner
2003-08-05
1
-4
/
+5
*
The CodeEmitterGenerator used to consider ANY uninitialized field as being an
Chris Lattner
2003-08-05
1
-48
/
+48
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
1
-9
/
+2
*
Simplify code to match new interfaces
Chris Lattner
2003-08-01
1
-8
/
+4
*
Minor cleanups
Chris Lattner
2003-08-01
1
-6
/
+2
*
Factor code out into a new getAllDerivedDefinitions method, which is generall...
Chris Lattner
2003-08-01
1
-6
/
+1
*
More minor cleanups of the interface
Chris Lattner
2003-07-31
1
-2
/
+8
*
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-31
1
-3
/
+3
*
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
2003-07-29
1
-2
/
+7
*
Added a DEBUG() guard to a debug information printout.
Misha Brukman
2003-07-18
1
-1
/
+2
*
Fixed a bug: outputting name of variable instead of its value.
Misha Brukman
2003-07-15
1
-11
/
+17
*
This optimization greatly enhances efficiency of creating new instructions by
Misha Brukman
2003-07-15
1
-6
/
+106
*
Stop using the `Offset' variable, as we are cycling through the bits of a field
Misha Brukman
2003-07-07
1
-8
/
+7
*
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
1
-1
/
+0
*
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
*
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
*
First cut at the Code Generator using the TableGen methodology.
Misha Brukman
2003-05-24
1
-0
/
+105