llvm-6502/include/llvm/CodeGen
Jakob Stoklund Olesen acf9f48c5e Optimize SlotIndex equality tests.
IndexListEntries have unique indexes, so it is not necessary to dereference
pointers to them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126923 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-03 05:18:15 +00:00
..
PBQP
Analysis.h
AsmPrinter.h Omit private_extern declarations of extern symbols; followup to 2011-02-23 02:27:05 +00:00
BinaryObject.h
CalcSpillWeights.h Move more fragments of spill weight calculation into CalcSpillWeights.h 2011-02-14 23:15:38 +00:00
CallingConvLower.h
EdgeBundles.h
FastISel.h
FunctionLoweringInfo.h Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no uses. 2011-02-27 08:06:01 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h fix thinko :) 2011-02-13 19:53:36 +00:00
JITCodeEmitter.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h Move LiveIntervalMap::extendTo into LiveInterval itself. 2011-03-02 00:06:15 +00:00
LiveIntervalAnalysis.h Move more fragments of spill weight calculation into CalcSpillWeights.h 2011-02-14 23:15:38 +00:00
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h Add LiveIntervals::getLastSplitPoint(). 2011-02-04 19:33:11 +00:00
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h MachineConstantPoolValues are not uniqued, so they need to be freed if they 2011-02-22 08:54:30 +00:00
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." 2011-02-21 23:21:26 +00:00
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h Merge .debug_loc entries whenever possible to reduce debug_loc size. 2011-02-04 22:57:18 +00:00
MachineLoopInfo.h
MachineLoopRanges.h
MachineMemOperand.h
MachineModuleInfo.h
MachineModuleInfoImpls.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." 2011-02-21 23:21:26 +00:00
MachineRelocation.h
MachineSSAUpdater.h
MachORelocation.h
ObjectCodeEmitter.h
Passes.h
ProcessImplicitDefs.h
PseudoSourceValue.h
RegAllocPBQP.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SelectionDAG.h Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SelectionDAGISel.h Generalize the register matching code in DAGISel a bit. 2011-03-01 01:37:19 +00:00
SelectionDAGNodes.h
SlotIndexes.h Optimize SlotIndex equality tests. 2011-03-03 05:18:15 +00:00
TargetLoweringObjectFileImpl.h Delay the creation of eh_frame so that the user can change the defaults. 2011-01-23 05:43:40 +00:00
ValueTypes.h
ValueTypes.td