- Dec 19, 2003
-
-
Chris Lattner authored
llvm-svn: 10529
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8093
-
- Aug 17, 2003
-
-
Chris Lattner authored
Implements SimplifyCFG/2003-08-17-FoldSwitch.ll llvm-svn: 7923
-
Chris Lattner authored
llvm-svn: 7921
-
Chris Lattner authored
This fixes testcase: SimplifyCFG/2003-08-17-BranchFold.ll llvm-svn: 7919
-
- May 20, 2003
-
-
Misha Brukman authored
llvm-svn: 6251
-
- Feb 24, 2003
-
-
Chris Lattner authored
llvm-svn: 5620
-
- Jun 25, 2002
-
-
Chris Lattner authored
llvm-svn: 2777
-
- May 26, 2002
-
-
Chris Lattner authored
llvm-svn: 2749
-
- May 21, 2002
-
-
Chris Lattner authored
llvm-svn: 2697
-
- May 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2513
-
- May 06, 2002
-
-
Chris Lattner authored
* Convert main constant propogation pass to be worklist driven instead of iterative. * -constprop pass no longer "constant propogates" terminator instructions - CFG is now preserved! llvm-svn: 2502
-
Chris Lattner authored
* Remove dead PHI case (which could not work due to getNumOperands rather than getNumIncomingValues. This really belongs in InstCombine, anyway so we'll move it there. llvm-svn: 2497
-
Chris Lattner authored
llvm-svn: 2471
-
- Apr 29, 2002
-
-
Chris Lattner authored
to make debugging output a lot nicer. llvm-svn: 2395
-
- Apr 28, 2002
-
-
Chris Lattner authored
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA llvm-svn: 2386
-
Chris Lattner authored
llvm-svn: 2378
-
- 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
Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
-
- Apr 08, 2002
-
-
Chris Lattner authored
llvm-svn: 2165
-
- 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 11, 2002
-
-
Chris Lattner authored
llvm-svn: 1858
-
- Feb 26, 2002
-
-
Chris Lattner authored
creation functions in their public header file, unless they can help it. llvm-svn: 1816
-
- Jan 22, 2002
-
-
Chris Lattner authored
directories. Eliminate the opt namespace. llvm-svn: 1520
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Dec 13, 2001
-
-
Chris Lattner authored
llvm-svn: 1449
-
- Dec 03, 2001
-
-
Chris Lattner authored
Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
-
Chris Lattner authored
llvm-svn: 1405
-
- Nov 26, 2001
-
-
Chris Lattner authored
llvm-svn: 1376
-
- Oct 31, 2001
-
-
Chris Lattner authored
llvm-svn: 1064
-
- Oct 18, 2001
-
-
Chris Lattner authored
llvm-svn: 873
-
- Oct 02, 2001
-
-
Chris Lattner authored
llvm-svn: 697
-
- Oct 01, 2001
-
-
Chris Lattner authored
Eliminate old style casts from value.h llvm-svn: 696
-
Chris Lattner authored
llvm-svn: 694
-
- Sep 07, 2001
-
-
Chris Lattner authored
* Remove support for local constant pools * Eliminate constant pool merging method, which is no longer neccesary * Disable invalid optimization (todo: fix it) llvm-svn: 452
-
- Jul 07, 2001
-
-
Chris Lattner authored
* Renamed getOpcode to getOpcodeName * Changed getOpcodeName to return a const char * instead of string * Added a getOpcode method to replace getInstType * Changed code to use getOpcode instead of getInstType llvm-svn: 152
-
Chris Lattner authored
Operands are maintained as a vector<Use> in the User class, and operator iterators are provided as before. Getting an operand no longer requires a virtual function call. WARNING: getOperand(x) where x >= getNumOperands() will now assert instead of returning null! llvm-svn: 149
-
- Jun 30, 2001
-
-
Chris Lattner authored
Optimizations now live in the 'opt' namespace include/llvm/Opt was renamed include/llvm/Optimizations llvm-svn: 113
-