summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.h
Commit message (Expand)AuthorAge
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Move <map> include out of .h and into .cpp.Bill Wendling2010-12-13
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-15
* Revert 90628, which was incorrect.Dan Gohman2009-12-15
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09
* Minor code simplification.Dan Gohman2009-12-05
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* remove attributions from utils.Chris Lattner2007-12-29
* 1. Simplfy bit operations.Jim Laskey2006-07-13
* Remove trailing whitespaceMisha Brukman2005-04-22
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* convert over to using TableGen backendsChris Lattner2003-08-06
* Simplify code to match new interfacesChris Lattner2003-08-01
* More minor cleanups of the interfaceChris Lattner2003-07-31
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31
* Tighten up interfaceChris Lattner2003-07-31
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-29
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-06
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-24