llvm-6502/lib/CodeGen
Chris Lattner 82bee0f2c8 * Fix several register aliasing bugs
* Add a new option to eliminate spilling of registers that are only used
  within a basic block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5106 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-18 08:14:26 +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 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 Use higher level methods, don't use TargetInstrDescriptors directly! 2002-10-29 17:35:39 +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 Implement printing of MBB arguments 2002-12-15 20:35:25 +00:00
MachineInstr.cpp Implement printing of MBB arguments 2002-12-15 20:35:25 +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
RegAllocLocal.cpp * Fix several register aliasing bugs 2002-12-18 08:14:26 +00:00
RegAllocSimple.cpp Implicit defs/uses list may be empty. 2002-12-18 01:11:14 +00:00