llvm-6502/include/llvm/CodeGen
Chris Lattner a2a8f0919d Iterative coallescing doesn't buy us anything (we get identical results on
crafty with and without it).  Removing it speeds up live intervals 6%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30010 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-01 04:02:42 +00:00
..
AsmPrinter.h Emit .set directives for jump table entries when possible, which reduces 2006-08-12 21:29:52 +00:00
DwarfWriter.h
ELFWriter.h
InstrScheduling.h
IntrinsicLowering.h
LinkAllCodegenComponents.h Now that the ISel is available, it's possible to create a default instruction 2006-08-01 19:14:14 +00:00
LiveInterval.h avoid calling the virtual isMoveInstr method endlessly by caching its results. 2006-08-31 05:54:43 +00:00
LiveIntervalAnalysis.h Iterative coallescing doesn't buy us anything (we get identical results on 2006-09-01 04:02:42 +00:00
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineConstantPool.h
MachineDebugInfo.h
MachineFrameInfo.h Tidy up. 2006-08-25 22:56:30 +00:00
MachineFunction.h Constify some methods. Patch provided by Anton Vayvod, thanks! 2006-08-17 22:00:08 +00:00
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachinePassRegistry.h Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
MachineRelocation.h
MachOWriter.h Properly size the string table, and emit symbol table and string table 2006-08-26 15:46:34 +00:00
Passes.h
RegAllocRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SchedGraphCommon.h
ScheduleDAG.h switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
SchedulerRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SelectionDAG.h fix 80 column issue 2006-08-30 05:56:52 +00:00
SelectionDAGCSEMap.h Start using SDVTList more consistently 2006-08-15 19:11:05 +00:00
SelectionDAGISel.h Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code. 2006-08-07 22:16:08 +00:00
SelectionDAGNodes.h Eliminate SelectNodeTo() and getTargetNode() variants which take more than 2006-08-27 08:08:54 +00:00
SSARegMap.h
ValueTypes.h
ValueTypes.td