llvm-6502/include/llvm/Target
Dan Gohman aa9d854b33 Revert r97064. Duncan pointed out that bitcasts are defined in
terms of store and load, which means bitcasting between scalar
integer and vector has endian-specific results, which undermines
this whole approach.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97137 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-25 15:20:39 +00:00
..
Mangler.h refactor x86 conditional branches to use a multipattern 2010-02-11 19:31:22 +00:00
SubtargetFeature.h
Target.td Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
TargetAsmBackend.h MC: Sketch registry support for target specific assembler backends. 2010-02-21 21:53:53 +00:00
TargetAsmLexer.h Moved InstallLexer() from the X86-specific AsmLexer 2010-01-31 02:28:18 +00:00
TargetAsmParser.h Fix various doxygen warnings. 2010-02-22 04:10:52 +00:00
TargetCallingConv.td
TargetData.h Revert r97064. Duncan pointed out that bitcasts are defined in 2010-02-25 15:20:39 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h The previous fix of widening divides that trap was too fragile as it depends on custom 2010-02-10 23:37:45 +00:00
TargetLoweringObjectFile.h Move TLOF implementations to libCodegen to resolve layering violation. 2010-02-15 22:37:53 +00:00
TargetMachine.h Fix a few unused parameter warnings. 2010-02-17 23:55:26 +00:00
TargetOpcodes.h move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
TargetOptions.h Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect 2010-02-08 20:27:50 +00:00
TargetRegisterInfo.h Updated version of r96634 (which was reverted due to failing 176.gcc and 2010-02-22 23:10:38 +00:00
TargetRegistry.h MC: Sketch registry support for target specific assembler backends. 2010-02-21 21:53:53 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td Eliminate some uses of immAllOnes, just use -1, it does 2010-02-21 03:13:10 +00:00
TargetSubtarget.h