llvm-6502/lib/CodeGen
Chris Lattner 572f5c8c0c Fairly major overhaul of MachineInstr & Operand classes
- Inline methods that are mostly a single line anyway
  - Eliminate several methods that were never called
  - Group methods a bit more consistently


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4329 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-28 04:24:49 +00:00
..
InstrSched Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h 2002-10-28 02:28:39 +00:00
InstrSelection Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h 2002-10-28 02:28:39 +00:00
Mapping moved this file from lib/Reoptimizer/Mapping 2002-08-27 22:47:33 +00:00
PostOpts Peephole optimization pass on final machine code. 2002-09-20 00:42:11 +00:00
PreOpts Moving these files from Code/PreSelection to here. 2002-09-20 00:29:28 +00:00
RegAlloc Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h 2002-10-28 02:28:39 +00:00
MachineBasicBlock.cpp Rename MachineCodeForBasicBlock to MachineBasicBlock 2002-10-28 01:41:47 +00:00
MachineCodeForInstruction.cpp Inline some methods from .cpp files into .h files, minor cleanups 2002-10-28 01:21:55 +00:00
MachineFunction.cpp MachineFunction now includes MachineBasicBlock so there is no need to 2002-10-28 02:01:35 +00:00
MachineInstr.cpp Fairly major overhaul of MachineInstr & Operand classes 2002-10-28 04:24:49 +00:00
MachineInstrAnnot.cpp Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h 2002-10-28 02:28:39 +00:00
Makefile Initial checkin of codegen infrastructure for LLVM-JIT 2002-10-25 22:54:41 +00:00
MFunction.cpp Initial checkin of codegen infrastructure for LLVM-JIT 2002-10-25 22:54:41 +00:00
MInstruction.cpp Initial checkin of codegen infrastructure for LLVM-JIT 2002-10-25 22:54:41 +00:00