llvm-6502/include/llvm
Reid Spencer 75719bf239 Provide the correct patch for bug 345. The solution is to add a setTypeName
function to llvmAsmParser.y and then use it in the one place in the grammar
that needs it. Also had to make Type::setName public because setTypeName
needs it in order to retain compatibility with setValueName.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13795 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-26 21:48:31 +00:00
..
ADT Remember the set of leaders. Also compute on demand and cache the equiv 2004-05-23 08:05:14 +00:00
Analysis Part of bug 122: 2004-05-26 07:37:11 +00:00
Assembly Part of bug 122: 2004-05-26 07:37:11 +00:00
Bytecode
CodeGen Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. 2004-05-24 07:14:35 +00:00
Config
Debugger
ExecutionEngine
Internal Make the constructor explicit so we can't implicitly convert bool to 2004-05-25 19:09:25 +00:00
Support Removed unused, useless header file. 2004-05-25 17:28:35 +00:00
System
Target Changed CPUResource to allow access to max num users for a resource. 2004-05-08 16:13:26 +00:00
Transforms Add a new prototype 2004-05-23 21:16:13 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h Minor aesthetic alignments; no functional changes. 2004-05-17 22:28:21 +00:00
CallGraphSCCPass.h
Constant.h
Constants.h Add some helpers 2004-05-25 05:32:13 +00:00
DerivedTypes.h Convert dump() method to call Type::dump() instead of Value::dump(). 2004-05-25 08:45:42 +00:00
Function.h
GlobalValue.h
GlobalVariable.h
iMemory.h Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
InstrTypes.h Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
Instruction.def
Instruction.h Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
Instructions.h
IntrinsicLowering.h Add support for inserting all prototypes up-front 2004-05-09 04:29:49 +00:00
Intrinsics.h Add the new GC intrinsics 2004-05-23 21:16:33 +00:00
iOperators.h
iOther.h
iPHINode.h
iTerminators.h Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Tighten up checking on SymbolTable interface to make it illegal to pass a 2004-05-26 21:46:18 +00:00
SymbolTableListTraits.h
Type.def
Type.h Provide the correct patch for bug 345. The solution is to add a setTypeName 2004-05-26 21:48:31 +00:00
Use.h
User.h
Value.h