llvm-6502/include/llvm/Target
Dan Gohman 095cc29f32 Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Currently it just holds the calling convention and flags
for isVarArgs and isTailCall.

And it has several utility methods, which eliminate magic
5+2*i and similar index computations in several places.

CallSDNodes are not CSE'd. Teach UpdateNodeOperands to handle
nodes that are not CSE'd gracefully.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56183 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-13 01:54:27 +00:00
..
DarwinTargetAsmInfo.h Move the uglier parts of deciding not to emit a 2008-09-09 22:29:13 +00:00
ELFTargetAsmInfo.h Reduce heap trashing due to std::string construction / concatenation via caching of section flags string representations 2008-08-16 12:57:07 +00:00
SubtargetFeature.h
TargetAsmInfo.h Move the uglier parts of deciding not to emit a 2008-09-09 22:29:13 +00:00
TargetData.h Remove trailing spaces. 2008-08-07 09:00:46 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Add a flag to indicate that an instruction is as cheap (or cheaper) than a move 2008-05-28 22:54:52 +00:00
TargetInstrInfo.h - small bug corrected: incorrect iterator type. 2008-08-26 19:49:04 +00:00
TargetInstrItineraries.h
TargetJITInfo.h Switch the PPC backend and target-independent JIT to use the libsystem 2008-06-25 17:18:44 +00:00
TargetLowering.h Define CallSDNode, an SDNode subclass for use with ISD::CALL. 2008-09-13 01:54:27 +00:00
TargetMachine.h Accidental commit of partial 'stack canaries' code 2008-09-08 18:12:00 +00:00
TargetMachineRegistry.h Revert 51775. 2008-05-30 22:47:19 +00:00
TargetMachOWriterInfo.h
TargetOptions.h This option doesn't need to be a target option. It can be in SDISel instead. 2008-08-05 00:27:28 +00:00
TargetRegisterInfo.h Eliminate some unused methods. 2008-09-11 17:31:47 +00:00
TargetSubtarget.h Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal 2008-04-12 04:36:06 +00:00