.. |
AsmWriter.cpp
|
* Clean up code to use isa & dyncast instead of poking directly into instructions
|
2002-04-13 18:34:38 +00:00 |
BasicBlock.cpp
|
s/Method/Function
|
2002-04-08 22:03:57 +00:00 |
ConstantFold.cpp
|
ConstantHandling moved into VMCore library
|
2002-04-08 20:18:09 +00:00 |
ConstantFold.h
|
Minor change to reflect that ConstantHandling is now part of VMCore
|
2002-04-08 20:15:12 +00:00 |
ConstantFolding.h
|
Minor change to reflect that ConstantHandling is now part of VMCore
|
2002-04-08 20:15:12 +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
|
Move FunctionArgument out of iOther.h into Argument.h and rename class to
|
2002-04-09 19:39:35 +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
|
Add a couple of extra casts to avoid having to add #include
|
2002-04-09 18:36:52 +00:00 |
iMemory.cpp
|
|
|
InstrTypes.cpp
|
Move FunctionArgument out of iOther.h into Argument.h and rename class to
|
2002-04-09 19:39:58 +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
|
Add a couple of extra casts to avoid extra #include
|
2002-04-09 18:37:08 +00:00 |
Linker.cpp
|
Move FunctionArgument out of iOther.h into Argument.h and rename class to
|
2002-04-09 19:48:49 +00:00 |
Makefile
|
|
|
Module.cpp
|
Add Module::getTypeName
|
2002-04-13 18:58:33 +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 FunctionArgument out of iOther.h into Argument.h and rename class to
|
2002-04-09 19:48:49 +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
|
*blush* somehow this debugging code got checked in...
|
2002-04-09 05:10:39 +00:00 |
Value.cpp
|
Fix pure virtual function called exception!
|
2002-04-12 18:19:45 +00:00 |
ValueHolderImpl.h
|
|
|
Verifier.cpp
|
Add new check of return value type matching ret instruction values types
|
2002-04-12 18:20:49 +00:00 |