aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeEmitterGen.h
Commit message (Expand)AuthorAgeFilesLines
* Move <map> include out of .h and into .cpp.Bill Wendling2010-12-131-1/+0
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-151-0/+7
* Revert 90628, which was incorrect.Dan Gohman2009-12-151-2/+1
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
* Minor code simplification.Dan Gohman2009-12-051-1/+2
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+3
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* 1. Simplfy bit operations.Jim Laskey2006-07-131-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-141-0/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* convert over to using TableGen backendsChris Lattner2003-08-061-4/+2
* Simplify code to match new interfacesChris Lattner2003-08-011-2/+2
* More minor cleanups of the interfaceChris Lattner2003-07-311-1/+3
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-311-1/+2
* Tighten up interfaceChris Lattner2003-07-311-3/+3
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-291-1/+1
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-061-1/+1
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-241-0/+23