llvm-6502/lib/CodeGen
Chris Lattner 58b3328ac7 Initial checkin of Prolog/Epilog code inserter, which is an important part
of the abstract frame representation


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5198 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-28 20:43:30 +00:00
..
InstrSched Move function to cpp file from header 2002-11-02 22:07:51 +00:00
InstrSelection Fix warning 2002-11-09 00:49:43 +00:00
Mapping
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 Frame info moved out of MachineFunction into a seperate object 2002-12-28 20:35:34 +00:00
MachineCodeEmitter.cpp Print out direct global references 2002-12-04 06:44:41 +00:00
MachineCodeForInstruction.cpp Move CallArgsDescriptor into this class instead of making it an 2002-10-29 19:38:46 +00:00
MachineFunction.cpp * A bunch of functionality and data was removed from MachineFunction and put 2002-12-28 20:37:16 +00:00
MachineInstr.cpp * Add printing support for FrameIndex operands 2002-12-28 20:37:37 +00:00
MachineInstrAnnot.cpp Restore support for indirect function calls (which briefly wasn't working 2002-10-31 15:34:48 +00:00
Makefile Initial checkin of codegen infrastructure for LLVM-JIT 2002-10-25 22:54:41 +00:00
PrologEpilogInserter.cpp Initial checkin of Prolog/Epilog code inserter, which is an important part 2002-12-28 20:43:30 +00:00
RegAllocLocal.cpp * Convert to be a MachineFunctionPass instance 2002-12-28 20:40:43 +00:00
RegAllocSimple.cpp * Convert to be a MachineFunctionPass instance 2002-12-28 20:42:14 +00:00