summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeEmitterGen.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert 90628, which was incorrect.Dan Gohman2009-12-151-2/+1
| | | | llvm-svn: 91448
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
| | | | llvm-svn: 90934
* Minor code simplification.Dan Gohman2009-12-051-1/+2
| | | | llvm-svn: 90628
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+3
| | | | | | | | - Sorry, I can't help myself. - No intended functionality change. llvm-svn: 74742
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45419
* 1. Simplfy bit operations.Jim Laskey2006-07-131-4/+4
| | | | | | 2. Coalesce instruction cases. llvm-svn: 29135
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
| | | | llvm-svn: 21428
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-141-0/+8
| | | | | | | * Reverse instruction bit components for a LittleEndian-style encoding * Fix some comments and spacing llvm-svn: 16975
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9305
* Move support/tools/* back into utilsChris Lattner2003-10-051-0/+24
llvm-svn: 8875
OpenPOWER on IntegriCloud