1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
llvm-mirror/lib/Transforms/Scalar
Chris Lattner 7cf9f6f4b1 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.

llvm-svn: 4002
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
LoopSimplify.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
LowerAllocations.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