llvm-6502/utils/TableGen
Misha Brukman cbfde0a612 * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)
* For debugging purposes:
  + output the predefined bit pattern of the instruction
* Fixed inefficiency: only load an operand from MachineInstr once
* Bug fix: did not advance bit index when seeing named bit-fields "annul", "cc"
  and "predict"
* Added a catch-all for non-supported instructions at the end of switch stmt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6368 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-27 22:19:58 +00:00
..
CodeEmitterGen.cpp * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible) 2003-05-27 22:19:58 +00:00
CodeEmitterGen.h First cut at the Code Generator using the TableGen methodology. 2003-05-24 00:15:53 +00:00
FileLexer.l Initial checkin of TableGen utility 2002-12-02 01:23:04 +00:00
FileParser.y I fixed that ``thang'', yo. 2003-05-20 23:45:36 +00:00
Makefile Don't delete temporary files 2002-12-03 06:00:11 +00:00
Record.cpp Allow printing partially constructed bitsets 2002-12-06 04:42:10 +00:00
Record.h Tighten up assertion checking 2002-12-06 03:55:39 +00:00
TableGen.cpp Add ability to utilize the code emitter generator (CodeEmitterGen). 2003-05-24 00:17:12 +00:00