llvm-6502/include/llvm/Target
Chris Lattner ef58218b8d remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
that type refinement is toast.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135245 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-15 05:21:59 +00:00
..
Mangler.h
Target.td Add a new field to MCOperandInfo that contains information about the type of the Operand. 2011-07-14 21:47:18 +00:00
TargetAsmBackend.h
TargetAsmInfo.h Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest 2011-07-15 02:09:41 +00:00
TargetAsmLexer.h
TargetAsmParser.h TargetAsmParser doesn't need reference to Target. 2011-07-08 19:33:14 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetData.h remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now 2011-07-15 05:21:59 +00:00
TargetELFWriterInfo.h
TargetFrameLowering.h Use ArrayRef instead of a std::vector&. 2011-07-07 04:42:01 +00:00
TargetInstrInfo.h Use BranchProbability instead of floating points in IfConverter. 2011-07-10 02:58:07 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLibraryInfo.h
TargetLowering.h Emit a more efficient magic number multiplication for exact sdivs. 2011-07-08 10:31:30 +00:00
TargetLoweringObjectFile.h
TargetMachine.h Eliminate asm parser's dependency on TargetMachine: 2011-07-08 01:53:10 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h Constify getCompactUnwindRegNum. 2011-07-06 20:33:48 +00:00
TargetRegistry.h Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
TargetSchedule.td
TargetSelect.h Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
TargetSelectionDAG.td Add an fma TableGen node. 2011-07-08 22:49:34 +00:00
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h Rename TargetSubtarget to TargetSubtargetInfo for consistency. 2011-07-01 21:01:15 +00:00