llvm-6502/lib/Transforms/Instrumentation
Chris Lattner 6ee6bbeb04 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@4001 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-01 22:38:37 +00:00
..
ProfilePaths Updates to work with recent Statistic's changes: 2002-10-01 22:38:37 +00:00
EmitFunctions.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Makefile Build subdirs in parallel 2002-10-01 22:36:35 +00:00
TraceValues.cpp - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:29 +00:00