llvm-6502/include/llvm/CodeGen
Duraid Madina 855a519741 add support for prefix/suffix strings to go around GlobalValue(s)
(which may or be function pointers) in the asmprinter. For the moment,
this changes nothing, except the IA64 backend which can use this to write:

  data8.ua  @fptr(blah__blah__mangled_function_name)

  (by setting FunctionAddrPrefix/Suffix to "@fptr(" / ")")


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21024 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-02 12:21:51 +00:00
..
AsmPrinter.h add support for prefix/suffix strings to go around GlobalValue(s) 2005-04-02 12:21:51 +00:00
InstrScheduling.h
IntrinsicLowering.h Use class instead of struct for defining classes. This unbreaks the 2004-09-28 01:59:17 +00:00
LiveInterval.h Fix typeo 2004-11-18 04:31:10 +00:00
LiveIntervalAnalysis.h Allow the live interval analysis pass to be a bit more aggressive about 2005-03-09 23:05:19 +00:00
LiveVariables.h Add a useful accessor 2005-01-01 15:58:55 +00:00
MachineBasicBlock.h Improve spelling 2005-01-30 00:13:34 +00:00
MachineCodeEmitter.h Fix the FIXME, nuke the JIT specific forceCompilationOf method. 2004-11-22 21:54:35 +00:00
MachineConstantPool.h
MachineFrameInfo.h
MachineFunction.h dainty 2005-03-17 18:23:22 +00:00
MachineFunctionPass.h
MachineInstr.h Instead of storing std::string's for ExternalSymbol references, rely on the 2004-11-19 20:46:15 +00:00
MachineInstrBuilder.h Instead of storing std::string's for ExternalSymbol references, rely on the 2004-11-19 20:46:15 +00:00
MachineRelocation.h Add another bit, to make the JIT a bit more efficient. 2004-11-21 03:27:13 +00:00
Passes.h
SchedGraphCommon.h Changes For Bug 352 2004-09-01 22:55:40 +00:00
SelectionDAG.h Map doubles from integers, not the double itself. 2005-02-17 20:16:58 +00:00
SelectionDAGISel.h Make methods private, add a method. 2005-01-17 17:14:43 +00:00
SelectionDAGNodes.h Add two happy new nodes for FABS and FNEG 2005-04-02 04:58:28 +00:00
SSARegMap.h add an assertion 2005-01-05 16:27:34 +00:00
ValueSet.h
ValueTypes.h Add some helper methods. 2005-01-15 06:52:18 +00:00