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
/
CodeEmitterGen.h
Age
Commit message (
Expand
)
Author
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
[AVX] Make Inits Foldable
David Greene
2010-12-13
Move <map> include out of .h and into .cpp.
Bill Wendling
2010-11-15
split the giant encoder loop into two new helper functions.
Chris Lattner
2009-12-15
Revert 90628, which was incorrect.
Dan Gohman
2009-12-09
Remove unneeded ';' and a class/struct mismatch (noticed by clang).
Daniel Dunbar
2009-12-05
Minor code simplification.
Dan Gohman
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2007-12-29
remove attributions from utils.
Chris Lattner
2006-07-13
1. Simplfy bit operations.
Jim Laskey
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-10-14
* Factor out (into new fn) a loop emitting operand shifts into the instruction
Misha Brukman
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-06
convert over to using TableGen backends
Chris Lattner
2003-08-01
Simplify code to match new interfaces
Chris Lattner
2003-07-31
More minor cleanups of the interface
Chris Lattner
2003-07-31
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-31
Tighten up interface
Chris Lattner
2003-07-29
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
2003-06-06
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-05-24
First cut at the Code Generator using the TableGen methodology.
Misha Brukman