.. |
AsmWriter.cpp
|
Print functions with curly braces instead of begin/end
|
2002-05-06 03:00:40 +00:00 |
BasicBlock.cpp
|
Eliminate duplicate or unneccesary #include's
|
2002-04-29 17:42:12 +00:00 |
ConstantHandling.cpp
|
Implement constant propogation of PHI instructions like this:
|
2002-05-07 20:44:59 +00:00 |
Constants.cpp
|
Split ConstantVals.h into Constant.h and Constants.h
|
2002-04-28 19:55:58 +00:00 |
Dominators.cpp
|
Move UnifyFunctionExitNodes to Utils library: final resting place this time
|
2002-05-07 19:18:48 +00:00 |
Function.cpp
|
Eliminate duplicate or unneccesary #include's
|
2002-04-29 17:42:12 +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
|
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
|
Change references to the Method class to be references to the Function
|
2002-04-07 20:49:59 +00:00 |
iOperators.cpp
|
Changes to build successfully with GCC 3.02
|
2002-01-20 22:54:45 +00:00 |
iSwitch.cpp
|
Add a couple of extra casts to avoid extra #include
|
2002-04-09 18:37:08 +00:00 |
Makefile
|
Initial revision
|
2001-06-06 20:29:01 +00:00 |
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
|
Remove some gross code by using the Value::dump method to do debug dumps
|
2002-04-07 22:33:13 +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
|
Implement two iterator remove method
|
2002-05-06 02:59:34 +00:00 |
Verifier.cpp
|
Verify that function call arguments match the function signature
|
2002-05-08 19:49:50 +00:00 |