- May 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2537
-
Chris Lattner authored
llvm-svn: 2516
-
Chris Lattner authored
* Convert to worklist instead of iterative algorithm llvm-svn: 2510
-
- May 06, 2002
-
-
Chris Lattner authored
void "test3"(bool %T) { br bool %T, label %BB1, label %BB1 BB1: ret void } llvm-svn: 2472
-
- Apr 29, 2002
-
-
Chris Lattner authored
llvm-svn: 2397
-
Chris Lattner authored
to make debugging output a lot nicer. llvm-svn: 2395
-
- Apr 28, 2002
-
-
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
-
Chris Lattner authored
llvm-svn: 2323
-
- Apr 09, 2002
-
-
Chris Lattner authored
llvm-svn: 2207
-
Chris Lattner authored
Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
-
- Mar 26, 2002
-
-
Chris Lattner authored
change references from MethodARgument to FunctionArgument llvm-svn: 1991
-
- Feb 26, 2002
-
-
Chris Lattner authored
creation functions in their public header file, unless they can help it. llvm-svn: 1816
-
- 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
-
- Jan 23, 2002
-
-
Chris Lattner authored
remove old comment llvm-svn: 1555
-
- Jan 22, 2002
-
-
Chris Lattner authored
directories. Eliminate the opt namespace. llvm-svn: 1520
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Dec 03, 2001
-
-
Chris Lattner authored
Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
-
Chris Lattner authored
llvm-svn: 1405
-
- Nov 27, 2001
-
-
Chris Lattner authored
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
-
- Nov 03, 2001
-
-
Chris Lattner authored
llvm-svn: 1115
-
- Nov 01, 2001
-
-
Chris Lattner authored
Refactor code to support it llvm-svn: 1083
-
Chris Lattner authored
llvm-svn: 1079
-
- Oct 18, 2001
-
-
Chris Lattner authored
llvm-svn: 873
-
- Oct 02, 2001
-
-
Chris Lattner authored
llvm-svn: 697
-
- Oct 01, 2001
-
-
Chris Lattner authored
the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock, and the cfg namespace isn't used anymore. llvm-svn: 691
-
- Sep 07, 2001
-
-
Chris Lattner authored
* Eliminate DoRemoveUnusedConstants llvm-svn: 453
-
- Jul 28, 2001
-
-
Chris Lattner authored
llvm-svn: 325
-
- Jul 23, 2001
-
-
Chris Lattner authored
llvm-svn: 279
-
- Jul 14, 2001
-
-
Chris Lattner authored
llvm-svn: 182
-
- Jul 09, 2001
-
-
Chris Lattner authored
llvm-svn: 172
-
- Jul 07, 2001
-
-
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
-
- Jun 29, 2001
-
-
Chris Lattner authored
* Avoid messing around with this case: br label %A %A: br label %A * Enable optimizations that are correct now. llvm-svn: 102
-
- Jun 28, 2001
-
-
Chris Lattner authored
* Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96
-
- Jun 21, 2001
-
-
Chris Lattner authored
llvm-svn: 45
-
- Jun 13, 2001
-
-
Chris Lattner authored
llvm-svn: 29
-
- Jun 11, 2001
-
-
Chris Lattner authored
* Changes in PHI node structure llvm-svn: 25
-
- Jun 07, 2001
-
-
Chris Lattner authored
llvm-svn: 15
-
Chris Lattner authored
but at least the stuff that is checked in, now works. llvm-svn: 10
-