llvm-6502/lib/CodeGen
Brian Gaeke 05b15fb075 TargetCacheInfo has been removed; its only uses were to propagate a constant
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12043 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-01 06:43:29 +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
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 TargetCacheInfo has been removed; its only uses were to propagate a constant 2004-03-01 06:43:29 +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
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
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
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