llvm-6502/include/llvm/Target
Chris Lattner 3192d14076 rename getSymbolForDwarf* to getExprForDwarf* since it returns
an MCExpr and not an MCSymbol.  Change it to take an MCStreamer,
which is currently unused.

No functionality change.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98278 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-11 19:41:58 +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 some TargetAsmBackend hooks we are going to need. 2010-03-11 01:34:21 +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 - 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 rename getSymbolForDwarf* to getExprForDwarf* since it returns 2010-03-11 19:41:58 +00:00
TargetMachine.h MC: Provide MCAssembler with a TargetAsmBackend. 2010-03-11 01:34:27 +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 Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this. 2010-03-11 02:28:52 +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