llvm-6502/include/llvm/CodeGen
Bill Wendling 305635abea Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
some uses of std::vector, where it's return std::vector by value. Yuck!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52800 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-27 00:09:40 +00:00
..
AsmPrinter.h
BreakCriticalMachineEdge.h
CallingConvLower.h
Collector.h
CollectorMetadata.h
Collectors.h
DAGISelHeader.h Sometimes (rarely) nodes held in LegalizeTypes 2008-06-11 11:42:12 +00:00
DwarfWriter.h
ELFRelocation.h
FileWriters.h
IntrinsicLowering.h
LinkAllCodegenComponents.h
LiveInterval.h Instead of adding an isSS field to LiveInterval to denote stack slot. Use top bit of 'reg' instead. If the top bit is set, than the LiveInterval represents a stack slot live interval. 2008-06-23 21:03:19 +00:00
LiveIntervalAnalysis.h Remember which MachineOperand we were processing, so we don't have to scan the list to find it again later. 2008-06-25 23:39:39 +00:00
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineConstantPool.h
MachineDebugInfoDesc.h Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up 2008-06-27 00:09:40 +00:00
MachineDominators.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
MachineFrameInfo.h
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up 2008-06-27 00:09:40 +00:00
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h Minor spiller tweak to unfavor reload into load/store instructions. 2008-06-19 01:16:17 +00:00
MachineRelocation.h
MachORelocation.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h Add support for expanding PPC 128 bit floats. 2008-06-25 20:24:48 +00:00
SchedGraphCommon.h
ScheduleDAG.h Comment fixes, and make Schedule() pure virtual. 2008-06-24 00:02:44 +00:00
SchedulerRegistry.h
SelectionDAG.h Remove the OrigVT member from AtomicSDNode, as it is redundant with 2008-06-25 16:07:49 +00:00
SelectionDAGISel.h add a new -enable-value-prop flag for llcbeta, that enables propagation 2008-06-17 06:09:18 +00:00
SelectionDAGNodes.h Remove warnings about shadowed and unused variables. 2008-06-26 18:11:45 +00:00
ValueTypes.h Allow these transforms for types like i256 while 2008-06-16 08:14:38 +00:00
ValueTypes.td