llvm-6502/lib/CodeGen
Chris Lattner 8abf69374e Switch this from using an std::map to using a DenseMap. This speeds up
phi-elimination from 0.6 to 0.54s on kc++.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13454 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-10 19:17:36 +00:00
..
InstrSched Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of 2004-04-23 18:15:46 +00:00
ModuloScheduling Updating my versions of ModuloScheduling in cvs. Still not complete. 2004-05-08 16:12:10 +00:00
SelectionDAG
IntrinsicLowering.cpp Implement the AddPrototypes method 2004-05-09 04:29:57 +00:00
LiveIntervalAnalysis.cpp Remove unneeded header 2004-05-08 03:49:35 +00:00
LiveIntervalAnalysis.h Add definition list to each live interval. 2004-04-09 18:07:57 +00:00
LiveVariables.cpp Patch to fix PR337. Make sure to mark all aliased physical registers as used 2004-05-10 05:12:43 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp Implement emitWordAt() for the debug emitter and the file printer emitter. (I 2004-04-23 17:11:13 +00:00
MachineCodeForInstruction.cpp
MachineFunction.cpp Change how the beginnings and ends of MachineFunctions are printed. Get 2004-03-29 21:58:31 +00:00
MachineInstr.cpp
MachineInstrAnnot.cpp
Makefile
Passes.cpp
PHIElimination.cpp Switch this from using an std::map to using a DenseMap. This speeds up 2004-05-10 19:17:36 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp Add required header 2004-05-08 03:50:03 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp Fix PR294 2004-03-16 01:45:55 +00:00
TwoAddressInstructionPass.cpp
VirtRegMap.cpp
VirtRegMap.h