.. |
AsmWriter.cpp
|
Support opaque type printing a little bit at least
|
2002-05-26 20:17:54 +00:00 |
BasicBlock.cpp
|
Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
|
2002-05-23 16:52:34 +00:00 |
ConstantFold.cpp
|
Implement constant propogation of PHI instructions like this:
|
2002-05-07 20:44:59 +00:00 |
ConstantFold.h
|
Move a bunch of code to a .cpp file, don't #include Instruction.h
|
2002-05-06 17:54:50 +00:00 |
ConstantFolding.h
|
Move a bunch of code to a .cpp file, don't #include Instruction.h
|
2002-05-06 17:54:50 +00:00 |
Constants.cpp
|
Split ConstantVals.h into Constant.h and Constants.h
|
2002-04-28 19:55:58 +00:00 |
Dominators.cpp
|
Add method to check to see if two _Instructions_ dominate each other
|
2002-05-13 22:03:16 +00:00 |
Function.cpp
|
Eliminate duplicate or unneccesary #include's
|
2002-04-29 17:42:12 +00:00 |
iBranch.cpp
|
|
|
iCall.cpp
|
|
|
iMemory.cpp
|
Replace all usages of Type::isPointerType with isa<PointerType>
|
2002-05-06 16:15:30 +00:00 |
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
|
|
|
iOperators.cpp
|
|
|
iSwitch.cpp
|
Add a couple of extra casts to avoid extra #include
|
2002-04-09 18:37:08 +00:00 |
Linker.cpp
|
*** empty log message ***
|
2002-06-25 16:12:52 +00:00 |
Makefile
|
|
|
Module.cpp
|
Eliminate duplicate or unneccesary #include's
|
2002-04-29 17:42:12 +00:00 |
Pass.cpp
|
Make functions that preserve the CFG not invalidate analyses that only depend
|
2002-05-06 19:31:52 +00:00 |
PassManagerT.h
|
Fix problem where subpasses would invalidate all analyses outstanding
|
2002-04-30 18:50:17 +00:00 |
SlotCalculator.cpp
|
Split ConstantVals.h into Constant.h and Constants.h
|
2002-04-28 19:55:58 +00:00 |
SymbolTable.cpp
|
We actually need this code for the release build to prevent link errors,
|
2002-05-10 18:54:35 +00:00 |
Type.cpp
|
Implement getPrimitiveSize()
|
2002-05-06 16:14:39 +00:00 |
Value.cpp
|
The contents of the SymTabValue class have been incorporated into the
|
2002-04-28 04:52:28 +00:00 |
ValueHolderImpl.h
|
Avoid creating the symbol table if we don't need it.
|
2002-05-22 22:53:05 +00:00 |
Verifier.cpp
|
* Update to work with Megapatch
|
2002-06-25 15:56:27 +00:00 |