aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-062-2/+1
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-061-3/+3
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-051-1/+2
* Spiff up options a bitChris Lattner2003-06-031-2/+3
* Add -o support for TableGenChris Lattner2003-06-031-4/+25
* Make tablegen use more structured command line optionsChris Lattner2003-06-031-16/+33
* Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman2003-06-031-2/+1
* getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman2003-05-301-1/+1
* Output the opcode name of the instruction being emitted to cerr.Misha Brukman2003-05-281-3/+4
* Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman2003-05-271-1/+1
* * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman2003-05-271-16/+33
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-241-1/+21
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-242-0/+128
* I fixed that ``thang'', yo.Misha Brukman2003-05-201-1/+1
* Fix bugChris Lattner2002-12-061-2/+2
* Allow printing partially constructed bitsetsChris Lattner2002-12-061-1/+4
* Don't delete values that may still be referenced!Chris Lattner2002-12-061-2/+0
* Tighten up assertion checkingChris Lattner2002-12-063-9/+19
* Add code that can be used for debuggingChris Lattner2002-12-031-2/+11
* Continue implementing field initializersChris Lattner2002-12-032-30/+52
* Don't delete temporary filesChris Lattner2002-12-031-0/+2
* Continued support for field intitializersChris Lattner2002-12-022-17/+36
* Continued support for field initializerChris Lattner2002-12-021-11/+46
* Continued support for Field InitializerChris Lattner2002-12-021-14/+42
* Adjustments due to new FieldInit stuffChris Lattner2002-12-021-6/+12
* Add comments, factor out common codeChris Lattner2002-12-021-10/+22
* Add support for field exprsChris Lattner2002-12-021-0/+7
* * Move BitsInit::resolveReferences up with the rest of BitsInit codeChris Lattner2002-12-021-19/+25
* Initial support for Field ExpressionsChris Lattner2002-12-021-0/+34
* Add correct dependencyChris Lattner2002-12-021-4/+3
* Split up targetsChris Lattner2002-12-021-2/+7
* Add commentsChris Lattner2002-12-021-0/+44
* Initial checkin of TableGen utilityChris Lattner2002-12-026-0/+1704