llvm-6502/include/llvm
Vikram S. Adve 5814008f4b Create a static version of Instruction::getOpcodeName(opCode) that
can be invoked with only an opcode (i.e., without an instruction).
Move all opCode->opCodeName translations there.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2892 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-14 22:48:20 +00:00
..
ADT
Analysis * Nodes now keep track of any global variables contained within them 2002-07-11 20:30:18 +00:00
Assembly Allow specifying a module for context instead of a slot calculator directly 2002-07-10 16:48:14 +00:00
Bytecode added include<iostream> for cerr 2002-06-25 22:04:00 +00:00
CodeGen Bug fix: cast (bool) has higher precedence than %... who knew! 2002-07-10 21:51:46 +00:00
Support
System
Target added std:: to vector 2002-07-11 00:16:28 +00:00
Transforms initial version: for emitfuncs pass 2002-07-12 20:28:22 +00:00
AbstractTypeUser.h
Annotation.h
Argument.h
BasicBlock.h Moved MachineCodeForBB to be an annotation on BasicBlock. 2002-07-08 22:31:11 +00:00
Constant.h Add a couple of virtual functions to support subclass ConstantExpr. 2002-07-14 22:46:32 +00:00
ConstantHandling.h
Constants.h Added subclass ConstantExpr to represent expressions consructed from 2002-07-14 22:47:54 +00:00
DerivedTypes.h
Function.h
GlobalValue.h
GlobalVariable.h
iMemory.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
InstrTypes.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
Instruction.def
Instruction.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
iOperators.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
iOther.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
iPHINode.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
iTerminators.h Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 22:48:20 +00:00
Linker.h
Module.h Add new << to allow printing modules by reference. 2002-07-03 16:52:15 +00:00
Pass.h
PassManager.h
SlotCalculator.h
SymbolTable.h
SymbolTableListTraits.h
Type.def
Type.h
User.h
Value.h