llvm-6502/include/llvm
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
ADT Rename identifier that GCC uses as a macro, breaking llvm-gcc build. 2007-04-26 15:07:47 +00:00
Analysis Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Assembly Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Bitcode update to reflect reality 2007-05-02 05:47:22 +00:00
Bytecode Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CodeGen Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Config
Debugger
ExecutionEngine
Support Add a new memorybuffer class, to unify all the file reading code in the system 2007-04-29 06:58:52 +00:00
System Jeff's fix was fine 2007-04-29 17:44:10 +00:00
Target Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Transforms Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
.cvsignore
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h Do not use typeinfo to identify pass in pass manager. 2007-05-01 21:15:47 +00:00
CallingConv.h
Constant.h
Constants.h
DerivedTypes.h
Function.h Implement review feedback 2007-04-29 18:02:48 +00:00
GlobalAlias.h Implement review feedback 2007-04-29 18:02:48 +00:00
GlobalValue.h Fix comment 2007-04-30 19:14:56 +00:00
GlobalVariable.h Implement review feedback. Aliasees can be either GlobalValue's or 2007-04-28 13:45:00 +00:00
InlineAsm.h represent indirect operands explicitly in inline asm strings. 2007-04-28 01:02:58 +00:00
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h add a GEP helper function 2007-04-27 20:35:56 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h If an archive is not recognized as an LLVM bytecode archive then declare 2007-04-30 00:29:39 +00:00
LinkTimeOptimizer.h
Module.h Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part 2007-04-25 14:27:10 +00:00
ModuleProvider.h
ParameterAttributes.h
Pass.h Re-install patch to enable use of PassID. 2007-05-02 20:38:25 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
PassSupport.h Re-install patch to enable use of PassID. 2007-05-02 20:38:25 +00:00
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part 2007-04-25 14:27:10 +00:00
ValueSymbolTable.h Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part 2007-04-25 14:27:10 +00:00