llvm-6502/include/llvm/CodeGen
Dale Johannesen 81da02b553 Make tail merging the default, except on powerPC. There was no prior art
for a target-dependent default with a command-line override; this way
should be generally usable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37285 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-22 17:14:46 +00:00
..
AsmPrinter.h Drop 'const' 2007-05-03 01:11:54 +00:00
CallingConvLower.h
DwarfWriter.h
ELFRelocation.h Implement review feedback. 2007-04-30 23:54:10 +00:00
FileWriters.h
InstrScheduling.h
IntrinsicLowering.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervalAnalysis.h Fix for PR1406: 2007-05-14 21:10:05 +00:00
LiveVariables.h Eliminate MarkVirtRegAliveInBlock recursion. 2007-05-08 19:00:00 +00:00
MachineBasicBlock.h Move isSuccessor() offline, change it to use std::find. 2007-05-17 23:58:53 +00:00
MachineCodeEmitter.h
MachineConstantPool.h
MachineFrameInfo.h Fix prolific source of 'possible loss of data' warnings. 2007-04-27 14:43:05 +00:00
MachineFunction.h Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. 2007-04-25 22:10:09 +00:00
MachineFunctionPass.h Do not use typeinfo to identify pass in pass manager. 2007-05-01 21:15:47 +00:00
MachineInstr.h Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() to MachineInstr::isPredicable(). 2007-05-16 20:43:42 +00:00
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineModuleInfo.h Emit multiple common EH frames for multiple (including blank) personality 2007-05-13 15:42:26 +00:00
MachinePassRegistry.h
MachineRelocation.h Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. 2007-04-21 16:29:37 +00:00
MachORelocation.h
Passes.h Make tail merging the default, except on powerPC. There was no prior art 2007-05-22 17:14:46 +00:00
RegAllocRegistry.h
RegisterScavenging.h Pass call frame setup SP adjustment along to eliminateFrameIndex(). 2007-05-01 08:59:18 +00:00
RuntimeLibcalls.h
SchedGraphCommon.h
ScheduleDAG.h
SchedulerRegistry.h
SelectionDAG.h PR400 phase 2. Propagate attributed load/store information through DAGs. 2007-04-22 23:15:30 +00:00
SelectionDAGISel.h Drop 'const' 2007-05-03 01:11:54 +00:00
SelectionDAGNodes.h Correct a comment. 2007-05-15 00:20:13 +00:00
SSARegMap.h
ValueTypes.h add a way to make this less brittle 2007-04-28 05:38:52 +00:00
ValueTypes.td