llvm-6502/lib/VMCore
Chris Lattner a137f87051 Add multiply as a supported constant propogation operation
Include the LevelChange.h header in AllOpts.h


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-20 19:14:41 +00:00
..
AsmWriter.cpp Implement forward/external declarations for methods. 2001-07-15 06:35:59 +00:00
BasicBlock.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ConstantFold.cpp Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
ConstantFold.h Add multiply as a supported constant propogation operation 2001-07-20 19:14:41 +00:00
ConstantFolding.h Add multiply as a supported constant propogation operation 2001-07-20 19:14:41 +00:00
ConstantPool.cpp Add support for assembly printing fp constants 2001-07-15 00:18:39 +00:00
Dominators.cpp Fixed post dominator frontiers! Yaay! 2001-07-08 05:54:09 +00:00
Function.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
iBranch.cpp
iCall.cpp
iMemory.cpp Add support for assembly printing fp constants 2001-07-15 00:18:39 +00:00
InstrTypes.cpp Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
Instruction.cpp
iOperators.cpp Moved Cast from being a Unary instruction to being an "Other" instruction 2001-07-08 19:03:27 +00:00
iSwitch.cpp
Makefile
Module.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
SlotCalculator.cpp
SymbolTable.cpp
Type.cpp Implementation of Store & GetElementPtr 2001-07-08 23:22:50 +00:00
Value.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ValueHolderImpl.h Made the following changes: 2001-07-14 06:07:58 +00:00
Verifier.cpp