llvm-6502/include/llvm
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
..
ADT Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for 2005-03-21 01:36:35 +00:00
Analysis add new spliceFrom methods. 2005-03-24 23:45:20 +00:00
Assembly Add llvm-as project to Visual Studio 2005-01-01 20:51:41 +00:00
Bytecode Implement an isBytecodeArchive method to determine if an archive contains 2005-02-26 22:00:32 +00:00
CodeGen add support for prefix/suffix strings to go around GlobalValue(s) 2005-04-02 12:21:51 +00:00
Config Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. 2005-02-19 03:01:13 +00:00
Debugger For PR351: \ 2004-12-13 17:01:53 +00:00
ExecutionEngine Add a convenience function for clearing the two global areas. 2004-12-13 16:22:32 +00:00
Support Use static_cast and #include Instructions.h 2005-03-09 05:35:16 +00:00
System Do not clean up if the MappedFile was never used or if the client already 2005-01-28 16:08:23 +00:00
Target Change LowerCallTo to take a boolean isVarArg argument. This is needed 2005-03-26 01:30:30 +00:00
Transforms Fix VC++ build breakage 2005-03-28 02:52:28 +00:00
AbstractTypeUser.h Convert 'struct' to 'class' in various places to adhere to the coding standards 2004-10-27 16:14:51 +00:00
Argument.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
BasicBlock.h remove reverse BB iterators. 2005-03-15 05:17:48 +00:00
CallGraphSCCPass.h 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
Constant.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
Constants.h Add new function getPtrPtrFromArrayPtr(). 2005-03-19 11:40:31 +00:00
DerivedTypes.h Fix VC++ compilation error 2005-01-08 22:44:06 +00:00
Function.h remove a whole bunch of dead methods. Noone should use reverse iterators anyway. 2005-03-15 05:13:47 +00:00
GlobalValue.h Adjust to changes in the User class. 2005-01-29 00:33:00 +00:00
GlobalVariable.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
InstrTypes.h Adjust to changes in the User class. Introduce a new UnaryInstruction 2005-01-29 00:32:51 +00:00
Instruction.def Add new unreachable instruction 2004-10-16 18:05:37 +00:00
Instruction.h Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to 2005-03-07 20:35:45 +00:00
Instructions.h Convert tabs to spaces 2005-03-16 03:46:55 +00:00
IntrinsicInst.h Fix bountiful sources of VC++ 'possible loss of data' warnings 2005-01-01 18:58:23 +00:00
Intrinsics.h First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. 2005-03-28 20:05:49 +00:00
Linker.h Completely rewrite the interface to be class based 2004-12-13 02:58:05 +00:00
Module.h remove a whole bunch of dead methods. Noone should use reverse iterators anyway. 2005-03-15 05:13:47 +00:00
ModuleProvider.h
Pass.h Fix grammar wrt apostrophe's 2005-03-16 03:54:50 +00:00
PassAnalysisSupport.h
PassManager.h 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
PassSupport.h
SymbolTable.h move some method declarations around to make it clear that users should 2005-03-06 06:03:44 +00:00
SymbolTableListTraits.h
Type.def Packed types, brought to you by Brad Jones 2004-08-20 06:00:58 +00:00
Type.h Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to 2005-03-07 20:35:45 +00:00
Use.h Switch from using an ilist for uses to using a custom doubly linked list. 2005-02-01 01:22:06 +00:00
User.h Fix spelling, patch contributed by Gabor Greif 2005-02-27 06:15:51 +00:00
Value.h Convert tabs to spaces 2005-03-16 03:46:55 +00:00