llvm-6502/include/llvm/Target
Chris Lattner 09d53fecfc move three lowering hooks from MAI to TLOF and make one of them
semantic instead of syntactic.  This completes MCization of
darwin/x86[-64]!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98145 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-10 07:20:42 +00:00
..
Mangler.h refactor x86 conditional branches to use a multipattern 2010-02-11 19:31:22 +00:00
SubtargetFeature.h
Target.td The mayHaveSideEffects flag is no longer used. 2010-02-27 23:47:46 +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 Add @earlyclobber TableGen constraint 2009-12-16 19:43:02 +00:00
TargetInstrInfo.h - Change MachineInstr::isIdenticalTo to take a new option that determines whether it should skip checking defs or at least virtual register defs. This subsumes part of the TargetInstrInfo::isIdentical functionality. 2010-03-03 01:44:33 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h Use Other as a sentinel instead of iAny. 2010-03-07 07:45:08 +00:00
TargetLoweringObjectFile.h move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +00:00
TargetMachine.h Add a flag to addPassesToEmit* to disable the Verifier pass run 2010-02-28 00:41:59 +00:00
TargetOpcodes.h Use Doxygen comment syntax. 2010-03-01 17:45:15 +00:00
TargetOptions.h Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect 2010-02-08 20:27:50 +00:00
TargetRegisterInfo.h Change the Value argument to eliminateFrameIndex to a type-tagged value. This 2010-03-09 21:45:49 +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 remove a dead PatLeaf, I previously changed all uses to use -1 instead. 2010-02-25 17:39:34 +00:00
TargetSubtarget.h