llvm-6502/include/llvm/Target
Chris Lattner da63b3ad63 add a method to get the alignment of an integer type even
when we don't have one laying around.  Useful if you don't
have an llvmcontext handy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94468 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-25 23:18:11 +00:00
..
Mangler.h Unnamed symbol index should be >= 1. This was lost during the mangler refactoring. Fixes PR6067. 2010-01-18 14:39:20 +00:00
SubtargetFeature.h
Target.td DEBUG_VALUE is now variable sized, as it has a 2010-01-15 22:22:35 +00:00
TargetAsmLexer.h Filled out the skeleton of the TargetAsmLexer to behave 2010-01-22 22:35:01 +00:00
TargetAsmParser.h allow registering target lexers. 2010-01-22 01:10:40 +00:00
TargetCallingConv.td
TargetData.h add a method to get the alignment of an integer type even 2010-01-25 23:18:11 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h Add two target hooks to determine whether two loads are near and should be scheduled together. 2010-01-22 03:34:51 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h Teach dag combine to fold the following transformation more aggressively: 2010-01-06 19:38:29 +00:00
TargetLoweringObjectFile.h stop using the .lcomm pseudoop on darwin, instead, directly use the 2010-01-19 06:25:51 +00:00
TargetMachine.h remove a couple of asserts that use RTTI. 2010-01-21 06:11:03 +00:00
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h Fix a comment. 2010-01-13 01:39:38 +00:00
TargetRegistry.h allow registering target lexers. 2010-01-22 01:10:40 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td
TargetSubtarget.h