llvm-6502/lib/VMCore
Vikram S. Adve 345e0cfb86 Added subclass ConstantExpr to represent expressions consructed from
constants using operators such as cast, getelementptr, add, shl, etc.
Note that a ConstantExpr can be of any type, so classof() in most
other subclasses (that discriminate by type) have to check that it
is also not a ConstantExpr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2901 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-14 23:13:17 +00:00
..
AsmWriter.cpp *** empty log message *** 2002-07-10 16:48:17 +00:00
BasicBlock.cpp Moved MachineCodeForBB to be an annotation on BasicBlock. 2002-07-08 22:31:11 +00:00
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
Constants.cpp Added subclass ConstantExpr to represent expressions consructed from 2002-07-14 23:13:17 +00:00
Dominators.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Function.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
iBranch.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
iCall.cpp
iMemory.cpp
InstrTypes.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Instruction.cpp Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 23:09:40 +00:00
iOperators.cpp Create a static version of Instruction::getOpcodeName(opCode) that 2002-07-14 23:09:40 +00:00
iSwitch.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Linker.cpp
Makefile
Module.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Pass.cpp changes for 64bit gcc 2002-06-25 22:07:38 +00:00
PassManagerT.h changes for 64bit gcc 2002-06-25 22:07:38 +00:00
SlotCalculator.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
SymbolTable.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
SymbolTableListTraitsImpl.h MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Type.cpp
Value.cpp *** empty log message *** 2002-06-30 16:25:25 +00:00
Verifier.cpp changes for 64bit gcc 2002-06-25 22:07:38 +00:00