..
DataStructure
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
2002-10-21 19:47:18 +00:00
LiveVar
- Do not expose ::ID from any of the analyses anymore.
2002-08-21 17:09:49 +00:00
AliasAnalysis.h
Add doxygen comments to AliasAnalysis class
2002-08-22 21:22:25 +00:00
AliasSetTracker.h
First try at implementing the AliasSetTracker class. I'm sure it will need
2002-09-26 21:49:07 +00:00
BasicAliasAnalysis.h
ImmutablePass's don't need a runOnFunction, nor do they need to explicitly say
2002-09-25 22:27:54 +00:00
CallGraph.h
- Do not expose ::ID from any of the analyses anymore.
2002-08-21 17:09:45 +00:00
ConstantsScanner.h
*** empty log message ***
2002-07-24 22:08:53 +00:00
DataStructure.h
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
2002-10-21 19:47:18 +00:00
Dominators.h
Use the forward declaration for GraphTraits instead of #including
2002-10-17 01:36:08 +00:00
DSGraph.h
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
2002-10-21 19:47:18 +00:00
DSGraphTraits.h
Be const correct. Handle both DSGraph* and const DSGraph*'s
2002-10-17 01:01:06 +00:00
Expressions.h
Remove extra #include
2002-09-17 17:18:12 +00:00
FindUnsafePointerTypes.h
- Do not expose ::ID from any of the analyses anymore.
2002-08-21 17:09:45 +00:00
FindUsedTypes.h
Make users of FindUsedTypes not have problems with linkage. This fixes
2002-09-24 00:07:17 +00:00
InductionVariable.h
Added capability to get execution count of a loop if it is a predictable
2002-10-11 05:34:32 +00:00
InstForest.h
Changes to be GCC 3.1 friendly
2002-07-31 19:31:59 +00:00
Interval.h
* Standardize how analysis results/passes as printed with the print() virtual
2002-07-27 01:12:15 +00:00
IntervalIterator.h
IntervalPartition.h
- Do not expose ::ID from any of the analyses anymore.
2002-08-21 17:09:45 +00:00
LoadValueNumbering.h
Initial version of LoadValueNumbering interface
2002-08-30 20:27:48 +00:00
LoopInfo.h
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
2002-10-11 05:31:10 +00:00
PostDominators.h
- Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 23:43:50 +00:00
SlotCalculator.h
ValueNumbering.h
Initial version of ValueNumbering interface
2002-08-30 20:27:15 +00:00
Verifier.h
Fix comments.
2002-08-30 22:51:08 +00:00