llvm-6502/lib/CodeGen
Alkis Evlogimenos 53eb37340c Some compile time improvements resulting in a 1sec speedup in the 5sec
compilation of gcc:

* Use vectors instead of lists for the intervals sets
* Use a heap for the unhandled set to keep intervals always sorted and
  makes insertions back to the heap very fast (compared to scanning a
  list)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15103 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-22 08:14:44 +00:00
..
InstrSched
ModuloScheduling These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
SelectionDAG
IntrinsicLowering.cpp
LiveIntervalAnalysis.cpp That funny 2-address lowering pass can also cause multiple definitions, 2004-07-22 00:04:14 +00:00
LiveIntervalAnalysis.h Split joinIntervals into two methods 2004-07-19 14:08:10 +00:00
LiveVariables.cpp There is no need to store the MBB along with the MI any more, we can now 2004-07-19 07:04:55 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp
MachineFunction.cpp
MachineInstr.cpp
MachineInstrAnnot.cpp
Makefile
Passes.cpp Add Iterative scan register allocator. 2004-07-21 08:24:35 +00:00
PHIElimination.cpp There is no need to store the MBB along with the MI any more, we can now 2004-07-19 07:04:55 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocIterativeScan.cpp Use reverse iterators when updating the vector, since scanning from 2004-07-22 02:16:53 +00:00
RegAllocLinearScan.cpp Some compile time improvements resulting in a 1sec speedup in the 5sec 2004-07-22 08:14:44 +00:00
RegAllocLocal.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
RegAllocSimple.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
TwoAddressInstructionPass.cpp Remove extraneous punctuation 2004-07-22 05:51:56 +00:00
UnreachableBlockElim.cpp
VirtRegMap.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
VirtRegMap.h Add function to clear all virtual->physical mappings but not assigned 2004-07-20 13:28:17 +00:00