llvm-6502/include/llvm/Target
2011-06-27 19:41:39 +00:00
..
Mangler.h
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 Add a RegisterTuples class to Target.td and TableGen. 2011-06-20 02:50:54 +00:00
TargetAsmBackend.h
TargetAsmInfo.h Use the presence of the __compact_unwind section to indicate that a target 2011-06-23 05:13:28 +00:00
TargetAsmLexer.h
TargetAsmParser.h
TargetCallingConv.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameLowering.h
TargetInstrDesc.h
TargetInstrInfo.h Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
TargetInstrItineraries.h Initialize IssueWidth to zero. 2011-06-01 17:19:08 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLibraryInfo.h add a copy ctor to TargetLibraryInfo. 2011-05-21 20:09:13 +00:00
TargetLowering.h Fix a bug in the type-lowering of integer-promoted elements. Add a check that 2011-06-17 20:54:12 +00:00
TargetLoweringObjectFile.h Use the presence of the __compact_unwind section to indicate that a target 2011-06-23 05:13:28 +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 Change the REG_SEQUENCE SDNode to take an explict register class ID as its first operand. This operand is lowered away by the time we reach MachineInstrs, so the actual register-allocation handling of them doesn't need to change. 2011-06-16 18:17:13 +00:00
TargetOptions.h Rename TargetOptions::StackAlignment to StackAlignmentOverride. 2011-06-23 18:15:47 +00:00
TargetRegisterInfo.h Rename unnecessary forward declaration. 2011-06-27 19:41:39 +00:00
TargetRegistry.h - Add MCRegisterInfo registration machinery. Also added x86 registration routines. 2011-06-24 20:42:09 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td Add one more argument to the prefetch intrinsic to indicate whether it's a data 2011-06-14 04:58:37 +00:00
TargetSelectionDAGInfo.h
TargetSubtarget.h