llvm-6502/include/llvm/CodeGen
Dale Johannesen 3edb43e620 Add DebugLoc-aware constructors for SDNode derived
classes (those that reasonably have a DebugLoc
associated with them).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63236 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-28 21:18:29 +00:00
..
AsmPrinter.h
BreakCriticalMachineEdge.h
CallingConvLower.h
DAGISelHeader.h Delete unnecessary elses. 2009-01-28 18:03:09 +00:00
DebugLoc.h Comment fixes. 2009-01-28 01:19:52 +00:00
DwarfWriter.h Looks like comments were chopped off. 2009-01-26 07:40:13 +00:00
ELFRelocation.h
FastISel.h Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. 2009-01-22 09:10:11 +00:00
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervalAnalysis.h
LiveStackAnalysis.h Fix the name of an argument. 2009-01-26 20:27:11 +00:00
LiveVariables.h Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether the last reference is also the last def (i.e. dead def), it should also check if last reference is the current machine instruction being processed. This can happen when it is processing a physical register use and setting the current machine instruction as sub-register's last ref. 2009-01-20 21:25:12 +00:00
MachineBasicBlock.h
MachineCodeEmitter.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h Refine DebugLoc per review comments. 2009-01-27 21:15:07 +00:00
MachineFunctionPass.h
MachineInstr.h Embalm my ideas of how things should work. Not that 2009-01-27 23:32:10 +00:00
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h Need only one set of debug info versions enum. 2009-01-20 19:22:03 +00:00
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h
ScheduleDAGInstrs.h If a vector is empty, you're not allowed to access any 2009-01-20 09:05:19 +00:00
ScheduleDAGSDNodes.h Use .empty() instead of comparing .size() with 0. 2009-01-27 22:12:23 +00:00
ScheduleHazardRecognizer.h
SchedulerRegistry.h
SelectionDAG.h Make some comments doxygen-friendly. 2009-01-27 17:28:23 +00:00
SelectionDAGISel.h
SelectionDAGNodes.h Add DebugLoc-aware constructors for SDNode derived 2009-01-28 21:18:29 +00:00
ValueTypes.h Add an assertion to the form of SelectionDAG::getConstant that takes 2009-01-27 20:39:34 +00:00
ValueTypes.td