"llvm/lib/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "8228153f87707e9760a648608806cdba5e58141c"
- Aug 26, 2002
-
-
Anand Shukla authored
llvm-svn: 3508
-
- Aug 21, 2002
-
-
Chris Lattner authored
llvm-svn: 3417
-
- Aug 08, 2002
-
-
Chris Lattner authored
instead of ::ID's. - Pass::getAnalysis<> now no longer takes an optional argument llvm-svn: 3264
-
- Jul 30, 2002
-
-
Chris Lattner authored
llvm-svn: 3157
-
- Jul 29, 2002
-
-
Chris Lattner authored
provide themselves. llvm-svn: 3124
-
- Jul 27, 2002
-
-
Chris Lattner authored
methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3116
-
- 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
-
- Jun 25, 2002
-
-
Chris Lattner authored
For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
-
- Jun 04, 2002
-
-
Chris Lattner authored
llvm-svn: 2755
-
- May 06, 2002
-
-
Chris Lattner authored
llvm-svn: 2507
-
- Apr 28, 2002
-
-
Chris Lattner authored
to the global namespace llvm-svn: 2370
-
Chris Lattner authored
const BasicBlocks llvm-svn: 2337
-
- 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 09, 2002
-
-
Chris Lattner authored
llvm-svn: 2196
-
Chris Lattner authored
llvm-svn: 2180
-
- Feb 12, 2002
-
-
Chris Lattner authored
llvm/Support/CFG.h * Make pred & succ iterators for intervals global functions * Add #includes that are now neccesary because BasicBlock.h doesn't include InstrTypes.h anymore llvm-svn: 1750
-
Chris Lattner authored
Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
-
- Jan 31, 2002
-
-
Chris Lattner authored
llvm-svn: 1603
-
- 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
* Implement cleaner induction variable identification llvm-svn: 1359
-