llvm-6502/lib/Transforms/Utils
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
..
BasicBlockUtils.cpp Implement a new RemoveSuccessor function 2002-07-29 22:32:08 +00:00
BreakCriticalEdges.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
CloneFunction.cpp *** empty log message *** 2002-06-30 16:25:25 +00:00
Linker.cpp Insert resolved constants into the global map so they are reused correctly. 2002-09-23 18:14:15 +00:00
Local.cpp *** empty log message *** 2002-06-25 16:12:52 +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
PromoteMemoryToRegister.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SimplifyCFG.cpp Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll 2002-09-24 16:09:17 +00:00
UnifyFunctionExitNodes.cpp Fix bug I introduced with one of my previous changes. 2002-09-12 19:00:43 +00:00