llvm-6502/include/llvm/CodeGen
Bill Wendling 7cdc3c8ad2 Implement the sadd_with_overflow intrinsic. This is converted into
"ISD::ADDO". ISD::ADDO is lowered into a target-independent form that does the
addition and then checks if the result is less than one of the operands. (If it
is, then there was an overflow.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59779 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-21 02:03:52 +00:00
..
AsmPrinter.h
BreakCriticalMachineEdge.h
CallingConvLower.h
DAGISelHeader.h
DwarfWriter.h
ELFRelocation.h
FastISel.h
FileWriters.h
GCMetadata.h Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
LatencyPriorityQueue.h Experimental post-pass scheduling support. Post-pass scheduling 2008-11-19 23:18:57 +00:00
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h Experimental post-pass scheduling support. Post-pass scheduling 2008-11-19 23:18:57 +00:00
LiveInterval.h
LiveIntervalAnalysis.h
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h - Register scavenger should use MachineRegisterInfo and internal map to find the first use of a register after a given machine instruction. 2008-11-20 02:32:35 +00:00
RuntimeLibcalls.h
ScheduleDAG.h Factor out the code for verifying the work of the scheduler, 2008-11-20 01:26:25 +00:00
ScheduleDAGInstrs.h Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor 2008-11-21 00:12:10 +00:00
ScheduleDAGSDNodes.h Experimental post-pass scheduling support. Post-pass scheduling 2008-11-19 23:18:57 +00:00
SchedulerRegistry.h
SelectionDAG.h Fix indentation. 2008-11-18 22:27:13 +00:00
SelectionDAGISel.h
SelectionDAGNodes.h Implement the sadd_with_overflow intrinsic. This is converted into 2008-11-21 02:03:52 +00:00
ValueTypes.h
ValueTypes.td