..
DataStructure
* Changes to make NodeType be private to DSNode.
2003-06-19 21:15:11 +00:00
IPA
Fix bug: CBackend/2003-05-31-MissingStructName.ll
2003-05-31 23:30:52 +00:00
LiveVar
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
2003-05-27 00:06:48 +00:00
AliasAnalysis.cpp
Add new -no-aa implementation
2003-02-26 19:57:10 +00:00
AliasAnalysisCounter.cpp
Avoid divide by zero errors
2003-06-17 15:07:20 +00:00
AliasAnalysisEvaluator.cpp
Adjust to new AA interface
2003-02-26 19:29:16 +00:00
AliasSetTracker.cpp
Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll
2003-05-03 03:42:08 +00:00
BasicAliasAnalysis.cpp
Implement handling of constantexprs for disambiguation. This implements
2003-06-17 15:25:37 +00:00
ConstantRange.cpp
Minor bug fix.
2002-09-03 23:12:40 +00:00
Expressions.cpp
s/convertable/convertible/g
2003-05-20 18:45:36 +00:00
InductionVariable.cpp
Remove unneccesary &*
2003-04-23 16:36:11 +00:00
InstCount.cpp
Add total instruction, bb, & function counts
2002-12-07 23:24:24 +00:00
Interval.cpp
*** empty log message ***
2002-07-31 19:32:01 +00:00
IntervalPartition.cpp
Fix spelling of `propagate'.
2002-10-29 23:06:16 +00:00
LoadValueNumbering.cpp
Implement forwarding from stores to loads of must-aliased pointers.
2003-06-16 12:06:41 +00:00
LoopInfo.cpp
Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-15 18:03:51 +00:00
Makefile
Use PARALLEL_DIRS.
2002-10-11 16:08:17 +00:00
PostDominators.cpp
Handle post dominance correctly in the case where blocks do not have a path to
2002-10-04 14:50:20 +00:00
PrintSCC.cpp
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
2002-11-04 14:20:22 +00:00
ValueNumbering.cpp
Use new isCommutative interface, which gives us SetEQ and SetNE for free.
2002-10-31 04:20:07 +00:00