llvm-6502/lib/CodeGen
Tanya Lattner 9b3cbdbedb Adding new Modulo Scheduling graph files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12031 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-01 02:50:57 +00:00
..
InstrSched Eliminate the distinction between "real" and "unreal" instructions 2004-02-29 06:31:16 +00:00
ModuloScheduling Adding new Modulo Scheduling graph files. 2004-03-01 02:50:57 +00:00
SelectionDAG
IntrinsicLowering.cpp By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc counterparts 2004-02-15 22:24:51 +00:00
LiveIntervalAnalysis.cpp Uncomment assertions that register# != 0 on calls to 2004-02-26 22:00:20 +00:00
LiveIntervalAnalysis.h Abstract merging of ranges away from number of slots per instruction. 2004-02-22 04:05:13 +00:00
LiveVariables.cpp Add an assert 2004-02-29 22:01:51 +00:00
MachineBasicBlock.cpp Use MachineBasicBlock::getParent(). 2004-02-23 18:36:38 +00:00
MachineCodeEmitter.cpp Finegrainify namespacification 2004-02-23 18:38:20 +00:00
MachineCodeForInstruction.cpp Add back #include I messed up 2004-02-29 21:40:53 +00:00
MachineFunction.cpp Remove use of an ugly header 2004-02-29 19:04:31 +00:00
MachineInstr.cpp int64_t -> int 2004-02-29 05:07:02 +00:00
MachineInstrAnnot.cpp Move the private MachineInstrAnnot.h into a private directory. 2004-02-29 19:12:51 +00:00
Makefile Move InstrSelection into lib/Target/Sparc, as it's sparc specific 2004-01-09 06:24:06 +00:00
Passes.cpp
PHIElimination.cpp Finegrainify namespacification 2004-02-23 18:38:20 +00:00
PhysRegTracker.h Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker using a std::auto_ptr 2004-02-23 06:10:13 +00:00
PrologEpilogInserter.cpp Make dense maps keyed on physical registers smallerusing 2004-02-15 21:37:17 +00:00
RegAllocLinearScan.cpp Rename member function to be consistent with the rest. 2004-02-27 06:11:15 +00:00
RegAllocLocal.cpp Uncomment assertions that register# != 0 on calls to 2004-02-26 22:00:20 +00:00
RegAllocSimple.cpp Simplify iterator usage now that we have next(). Also don't pass iterators by reference now that MachineInstr* are in an ilist 2004-02-23 04:12:30 +00:00
TwoAddressInstructionPass.cpp Beautify debug output. 2004-02-18 00:35:06 +00:00
VirtRegMap.cpp Make spiller push stores right after the definition of a register so 2004-02-27 04:51:35 +00:00
VirtRegMap.h Rename member function to be consistent with the rest. 2004-02-27 06:11:15 +00:00