- Sep 15, 2003
-
-
Chris Lattner authored
llvm-svn: 8519
-
- Aug 07, 2003
-
-
John Criswell authored
The original code does not work because the value from WorkList.end() is invalidated once WorkList.erase() is called. To ensure proper functionality, we must ensure that WorkList.erase() is always called before WorkList.end(). llvm-svn: 7673
-
- Jun 26, 2003
-
-
Chris Lattner authored
llvm-svn: 6918
-
- Oct 13, 2002
-
-
Chris Lattner authored
llvm-svn: 4142
-
- Oct 02, 2002
-
-
Chris Lattner authored
* 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
-
- Aug 18, 2002
-
-
Chris Lattner authored
cases like: test/Regression/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll llvm-svn: 3381
-
- Aug 08, 2002
-
-
Chris Lattner authored
- Cleaned up the interface to AnalysisUsage to take analysis class names instead of ::ID's. - Pass::getAnalysis<> now no longer takes an optional argument llvm-svn: 3265
-
- Jul 26, 2002
-
-
Chris Lattner authored
* Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Add support for different "PassType's" * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Remove getPassName implementations from various subclasses llvm-svn: 3112
-
- Jul 24, 2002
-
-
Chris Lattner authored
llvm-svn: 3043
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3016
-
- Jul 18, 2002
-
-
Chris Lattner authored
llvm-svn: 2961
-
Chris Lattner authored
llvm-svn: 2959
-
- Jun 25, 2002
-
-
Chris Lattner authored
MEGAPATCH checkin. For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
-
- May 10, 2002
-
-
Chris Lattner authored
the command line llvm-svn: 2601
-
- Apr 29, 2002
-
-
Chris Lattner authored
llvm-svn: 2400
-
Chris Lattner authored
llvm-svn: 2397
-
Chris Lattner authored
to make debugging output a lot nicer. llvm-svn: 2395
-
- Apr 27, 2002
-
-
Chris Lattner authored
- Rename runOnMethod to runOnFunction * Transform getAnalysisUsageInfo into getAnalysisUsage - Method is now const - It now takes one AnalysisUsage object to fill in instead of 3 vectors to fill in - Pass's now specify which other passes they _preserve_ not which ones they modify (be conservative!) - A pass can specify that it preserves all analyses (because it never modifies the underlying program) * s/Method/Function/g in other random places as well llvm-svn: 2333
-
- Apr 07, 2002
-
-
Chris Lattner authored
class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
-
- Mar 06, 2002
-
-
Chris Lattner authored
llvm-svn: 1820
-
- Feb 26, 2002
-
-
Chris Lattner authored
creation functions in their public header file, unless they can help it. llvm-svn: 1816
-
- Jan 31, 2002
-
-
Chris Lattner authored
llvm-svn: 1605
-
- Jan 21, 2002
-
-
Chris Lattner authored
out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Nov 27, 2001
-
-
Chris Lattner authored
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
-
- Nov 26, 2001
-
-
Chris Lattner authored
llvm-svn: 1360
-