..
AsmWriter.cpp
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
2002-04-07 22:49:37 +00:00
BasicBlock.cpp
Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll
2002-02-25 00:35:07 +00:00
ConstantFold.cpp
Implement constant propogation of multiply and divide instructions!!
2002-04-07 08:10:14 +00:00
ConstantFold.h
Implement constant propogation of multiply and divide instructions!!
2002-04-07 08:10:14 +00:00
ConstantFolding.h
Implement constant propogation of multiply and divide instructions!!
2002-04-07 08:10:14 +00:00
Constants.cpp
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
2002-04-07 22:49:37 +00:00
Dominators.cpp
Change references to the Method class to be references to the Function
2002-04-07 20:49:59 +00:00
Function.cpp
s/Method/Function
2002-03-29 03:44:36 +00:00
iBranch.cpp
Remove some gross code by using the Value::dump method to do debug dumps
2002-04-07 22:33:13 +00:00
iCall.cpp
Change references to the Method class to be references to the Function
2002-04-07 20:49:59 +00:00
iMemory.cpp
* AllocationInst ctor moved here from iMemory.h
2002-03-21 22:37:48 +00:00
InstrTypes.cpp
Change references from Method to Function
2002-03-26 18:01:55 +00:00
Instruction.cpp
Change references to the Method class to be references to the Function
2002-04-07 20:49:59 +00:00
iOperators.cpp
iSwitch.cpp
Linker.cpp
Eliminate explicit use of Writer library, using debug dump output instead.
2002-04-07 22:31:23 +00:00
Makefile
Module.cpp
Add new addTypeName method to Module class
2002-03-29 04:48:40 +00:00
Pass.cpp
Make the release build compile
2002-04-04 19:24:48 +00:00
PassManagerT.h
Make build work in release mode
2002-04-04 19:35:24 +00:00
SlotCalculator.cpp
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
2002-04-07 22:49:37 +00:00
SymbolTable.cpp
Remove some gross code by using the Value::dump method to do debug dumps
2002-04-07 22:33:13 +00:00
Type.cpp
* Make all of the refineAbstractType functions work identically
2002-04-07 06:14:56 +00:00
Value.cpp
Remove some gross code by using the Value::dump method to do debug dumps
2002-04-07 22:33:13 +00:00
ValueHolderImpl.h
Add a new replaceWith method useful for replacing instructions
2002-04-01 17:52:16 +00:00
Verifier.cpp
Remove some gross code by using the Value::dump method to do debug dumps
2002-04-07 22:33:13 +00:00