llvm-6502/utils/TableGen
Misha Brukman 7eac4766b1 This optimization greatly enhances efficiency of creating new instructions by
masking and shifting operands directly into their place in the instruction,
instead of the old-fashioned way of ORing in each bit separately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7179 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-15 21:00:32 +00:00
..
CodeEmitterGen.cpp This optimization greatly enhances efficiency of creating new instructions by 2003-07-15 21:00:32 +00:00
CodeEmitterGen.h Old versions of GCC doesn't have <ostream> :( 2003-06-06 23:06:20 +00:00
FileLexer.l
FileParser.y I fixed that ``thang'', yo. 2003-05-20 23:45:36 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Record.cpp Allow printing partially constructed bitsets 2002-12-06 04:42:10 +00:00
Record.h Added assert.h so that it compiles under newer versions of GCC. 2003-06-11 14:17:21 +00:00
TableGen.cpp Spiff up options a bit 2003-06-03 05:07:28 +00:00