llvm-6502/lib/CodeGen
Chris Lattner cf5640bd52 Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for
the users set (most nodes have 1 or 2 users).  This speeds up the isel pass
3.2% on kimwitu.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33849 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-04 00:14:31 +00:00
..
SelectionDAG Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for 2007-02-04 00:14:31 +00:00
AsmPrinter.cpp Emit labels as label_n and not as debug_n 2007-02-01 17:46:10 +00:00
BranchFolding.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
DwarfWriter.cpp Slip up 2007-02-01 17:48:20 +00:00
ELFWriter.cpp Use TargetELFWriterInfo class. 2007-01-27 02:55:44 +00:00
IntrinsicLowering.cpp Use short form of BinaryOperator create function. 2007-02-02 14:09:34 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp
LiveVariables.cpp
LLVMTargetMachine.cpp
MachineBasicBlock.cpp
MachineFunction.cpp Teach TargetData to handle 'preferred' alignment for each target, and use 2007-01-20 22:35:55 +00:00
MachineInstr.cpp
MachineModuleInfo.cpp Support for non-landing pad exception handling. 2007-02-01 16:31:34 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp Pass in non-Mach-O-specific parameters to the GetTargetRelocation method. 2007-02-03 02:39:40 +00:00
Makefile
Passes.cpp
PHIElimination.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
RegAllocLinearScan.cpp
RegAllocLocal.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Switch this to use SmallSet to avoid mallocs in the common case. 2007-01-23 00:59:48 +00:00
VirtRegMap.h rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00