llvm-6502/lib/Transforms/Scalar
Chris Lattner a92f696b74 Updates to work with recent Statistic's changes:
* Renamed StatisticReporter.h/cpp to Statistic.h/cpp
    * Broke constructor to take two const char * arguments instead of one, so
      that indendation can be taken care of automatically.
    * Sort the list by pass name when printing
    * Make sure to print all statistics as a group, instead of randomly when
      the statistics dtors are called.
    * Updated ProgrammersManual with new semantics.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4002 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-01 22:38:41 +00:00
..
ADCE.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
BreakCriticalEdges.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
ConstantProp.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
CorrelatedExprs.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
DCE.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
DecomposeMultiDimRefs.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
GCSE.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
IndVarSimplify.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
InstructionCombining.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
LICM.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PiNodeInsertion.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
Reassociate.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SCCP.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SimplifyCFG.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SymbolStripping.cpp Function.h is unnecessary when Module.h is included. 2002-09-14 03:04:02 +00:00