llvm-6502/include/llvm/Target
Benjamin Kramer 41ab14b725 Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
- Add overrides for ARM.
- Teach llvm-objdump to use this instead of plain MCInstrDesc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137059 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-08 18:56:44 +00:00
..
Mangler.h
Target.td Enhance the FixedLengthDecoder to be able to generate plausible-looking decoders for ARM. 2011-07-19 21:06:00 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetData.h Convert TargetData::getIndexedOffset to use ArrayRef. 2011-07-19 14:01:37 +00:00
TargetELFWriterInfo.h
TargetFrameLowering.h Remove the now defunct getCompactUnwindEncoding method from the frame lowering code. 2011-07-20 23:04:09 +00:00
TargetInstrInfo.h Use BranchProbability instead of floating points in IfConverter. 2011-07-10 02:58:07 +00:00
TargetIntrinsicInfo.h land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
TargetJITInfo.h
TargetLibraryInfo.h
TargetLowering.h Fix a place that was clearly forgotten when the type legalization 2011-08-04 16:01:54 +00:00
TargetLoweringObjectFile.h Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. 2011-07-20 19:50:42 +00:00
TargetMachine.h - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This should be faster and smaller. 2011-07-23 00:47:49 +00:00
TargetRegistry.h Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. 2011-08-08 18:56:44 +00:00
TargetSchedule.td
TargetSelect.h Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, 2011-07-22 21:58:54 +00:00
TargetSelectionDAG.td Code generation for 'fence' instruction. 2011-07-27 22:21:52 +00:00
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h