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
/
CodeEmitterGen.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move <map> include out of .h and into .cpp.
Bill Wendling
2010-12-13
1
-1
/
+0
*
split the giant encoder loop into two new helper functions.
Chris Lattner
2010-11-15
1
-0
/
+7
*
Revert 90628, which was incorrect.
Dan Gohman
2009-12-15
1
-2
/
+1
*
Remove unneeded ';' and a class/struct mismatch (noticed by clang).
Daniel Dunbar
2009-12-09
1
-1
/
+1
*
Minor code simplification.
Dan Gohman
2009-12-05
1
-1
/
+2
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-3
/
+3
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
1. Simplfy bit operations.
Jim Laskey
2006-07-13
1
-4
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-3
/
+3
*
* Factor out (into new fn) a loop emitting operand shifts into the instruction
Misha Brukman
2004-10-14
1
-0
/
+8
*
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
*
convert over to using TableGen backends
Chris Lattner
2003-08-06
1
-4
/
+2
*
Simplify code to match new interfaces
Chris Lattner
2003-08-01
1
-2
/
+2
*
More minor cleanups of the interface
Chris Lattner
2003-07-31
1
-1
/
+3
*
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-31
1
-1
/
+2
*
Tighten up interface
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
-1
/
+1
*
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
1
-1
/
+1
*
First cut at the Code Generator using the TableGen methodology.
Misha Brukman
2003-05-24
1
-0
/
+23