llvm-6502/lib/VMCore
Chris Lattner 1be1d79a1d Added a note about a new verification the verifier should do
Removed a redundant check


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100 91177308-0d34-0410-b5e6-96231b3b80d8
2001-06-29 05:22:12 +00:00
..
AsmWriter.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
BasicBlock.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
ConstantFold.cpp Initial revision 2001-06-06 20:29:01 +00:00
ConstantFold.h Add instructions to fold unary and binary instructions. 2001-06-27 23:31:34 +00:00
ConstantFolding.h Add instructions to fold unary and binary instructions. 2001-06-27 23:31:34 +00:00
ConstantPool.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Function.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
iBranch.cpp Initial revision 2001-06-06 20:29:01 +00:00
iCall.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
InstrTypes.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Instruction.cpp Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp 2001-06-25 07:33:13 +00:00
iOperators.cpp Change to use the new GenericBinaryInst class. Support lots more operators. 2001-06-27 23:36:49 +00:00
iReturn.cpp Initial revision 2001-06-06 20:29:01 +00:00
iSwitch.cpp Initial revision 2001-06-06 20:29:01 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
SlotCalculator.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
SymbolTable.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Type.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Value.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
ValueHolderImpl.h Convert postincrements to more efficient preincrements 2001-06-27 23:28:02 +00:00
Verifier.cpp Added a note about a new verification the verifier should do 2001-06-29 05:22:12 +00:00