llvm-6502/utils/TableGen
Misha Brukman 28eefa5464 * Factor out (into new fn) a loop emitting operand shifts into the instruction
* Reverse instruction bit components for a LittleEndian-style encoding
* Fix some comments and spacing


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16975 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-14 05:53:01 +00:00
..
AsmWriterEmitter.cpp Don't emit the method into the llvm namespace, let the #includer decide where it goes 2004-10-12 16:21:18 +00:00
AsmWriterEmitter.h Initial cut at an asm writer emitter. So far, this only handles emission of 2004-08-01 05:59:33 +00:00
CodeEmitterGen.cpp * Factor out (into new fn) a loop emitting operand shifts into the instruction 2004-10-14 05:53:01 +00:00
CodeEmitterGen.h * Factor out (into new fn) a loop emitting operand shifts into the instruction 2004-10-14 05:53:01 +00:00
CodeGenInstruction.h Add support for the isLoad and isStore flags, needed by the instruction scheduler 2004-09-28 21:01:45 +00:00
CodeGenRegisters.h Support "Methods" in register classes in CodgeGenRegisterClass 2004-08-21 19:21:21 +00:00
CodeGenTarget.cpp * Add option to read isLittleEndianEncoding for InstrInfo classes 2004-10-14 05:50:43 +00:00
CodeGenTarget.h * Add option to read isLittleEndianEncoding for InstrInfo classes 2004-10-14 05:50:43 +00:00
FileLexer.l Patch to make VS happier, thanks to Morten Ofstad for pointing this out. 2004-10-13 15:25:46 +00:00
FileParser.y Changes For Bug 352 2004-09-01 22:55:40 +00:00
InstrInfoEmitter.cpp Add support for the isLoad and isStore flags, needed by the instruction scheduler 2004-09-28 21:01:45 +00:00
InstrInfoEmitter.h Add, and start using, the CodeGenInstruction class. This class represents 2004-08-01 05:04:00 +00:00
InstrSelectorEmitter.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
InstrSelectorEmitter.h Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) 2004-08-01 04:04:35 +00:00
Makefile Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
Makefile.am Updates for changes in Makefile rules. 2004-10-13 11:48:50 +00:00
Record.cpp Properly `quote' names, and don't forget to add the ending quote! 2004-10-08 14:59:05 +00:00
Record.h Implement test/Regression/TableGen/ListSlices.td 2004-07-27 01:01:21 +00:00
RegisterInfoEmitter.cpp Revamp the Register class, and allow the use of the RegisterGroup class to 2004-09-14 04:17:02 +00:00
RegisterInfoEmitter.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
TableGen.cpp Make tblgen's exception handling a little more robust by printing the 2004-09-03 23:17:54 +00:00
TableGenBackend.cpp Do not #include files into the llvm namespace 2004-08-17 03:08:28 +00:00
TableGenBackend.h Do not #include files into the llvm namespace 2004-08-17 03:08:28 +00:00