llvm-6502/include/llvm/Target
Dan Gohman cca82149ad Add an unfolded offset field to LSR's Formula record. This is used to
model constants which can be added to base registers via add-immediate
instructions which don't require an additional register to materialize
the immediate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130743 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-03 00:46:49 +00:00
..
Mangler.h Remove std::string version of getNameWithPrefix. 2011-02-11 05:23:09 +00:00
SubtargetFeature.h Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some targets are getting very close to 32 subtarget features. Also teach tablegen to error when there are more than 64 features to guard against undefined behavior. rdar://9282332 2011-04-15 19:35:46 +00:00
Target.td Don't allow per-register spill size and alignment. 2011-04-21 03:43:21 +00:00
TargetAsmBackend.h Add createELFObjectTargetWriter method to TargetAsmBackend, which enables construction of non-standard ELFObjectWriters that can be used in MCJIT. 2011-03-09 18:44:41 +00:00
TargetAsmInfo.h GCC uses a different encoding of pointers in the FDE when using 2011-05-01 04:49:54 +00:00
TargetAsmLexer.h
TargetAsmParser.h
TargetCallingConv.h
TargetCallingConv.td
TargetData.h Add TargetData::fitsInLegalInteger(). 2011-03-16 00:13:28 +00:00
TargetELFWriterInfo.h
TargetFrameLowering.h
TargetInstrDesc.h - Add "Bitcast" target instruction property for instructions which perform 2011-03-15 05:09:26 +00:00
TargetInstrInfo.h Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
TargetInstrItineraries.h Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. 2011-04-13 00:38:32 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLibraryInfo.h enhance memcpyopt to obey -fno-builtin and friends. This addresses a 2011-05-01 18:27:11 +00:00
TargetLowering.h Add an unfolded offset field to LSR's Formula record. This is used to 2011-05-03 00:46:49 +00:00
TargetLoweringObjectFile.h GCC uses a different encoding of pointers in the FDE when using 2011-05-01 04:49:54 +00:00
TargetMachine.h Add all the plumbing needed for MC to expand cfi to the old tables in 2011-04-30 03:44:37 +00:00
TargetOpcodes.h
TargetOptions.h Remove -use-divmod-libcall. Let targets opt in when they are available. 2011-04-20 22:20:12 +00:00
TargetRegisterInfo.h Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on register class inflation. 2011-04-26 18:52:33 +00:00
TargetRegistry.h Add all the plumbing needed for MC to expand cfi to the old tables in 2011-04-30 03:44:37 +00:00
TargetSchedule.td
TargetSelect.h Add InitializeNativeAsmParser function. 2011-03-09 17:25:46 +00:00
TargetSelectionDAG.td Let the immediate leaf pattern take transforms and switch the signed 2011-04-28 05:49:04 +00:00
TargetSelectionDAGInfo.h
TargetSubtarget.h