- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3016
-
Chris Lattner authored
llvm-svn: 3002
-
- Jul 18, 2002
-
-
Chris Lattner authored
* Fix a MAJOR thinko that was causing bad links to happen on Spec llvm-svn: 2953
-
Chris Lattner authored
llvm-svn: 2946
-
- Jun 30, 2002
-
-
Chris Lattner authored
llvm-svn: 2813
-
- Jun 25, 2002
-
-
Anand Shukla authored
llvm-svn: 2795
-
Chris Lattner authored
For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
-
Chris Lattner authored
llvm-svn: 2777
-
- May 26, 2002
-
-
Chris Lattner authored
llvm-svn: 2749
-
- May 21, 2002
-
-
Chris Lattner authored
llvm-svn: 2701
-
Chris Lattner authored
llvm-svn: 2697
-
- May 10, 2002
-
-
Chris Lattner authored
the command line llvm-svn: 2601
-
- May 08, 2002
-
-
Chris Lattner authored
llvm-svn: 2550
-
- May 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2537
-
Chris Lattner authored
llvm-svn: 2531
-
Chris Lattner authored
llvm-svn: 2526
-
Chris Lattner authored
the Scalar and Utils subdirectories llvm-svn: 2523
-
Chris Lattner authored
llvm-svn: 2513
-
- May 01, 2002
-
-
Chris Lattner authored
Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll llvm-svn: 2423
-
- Apr 29, 2002
-
-
Chris Lattner authored
This only requires Type.h anyway llvm-svn: 2405
-
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
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
-
Chris Lattner authored
class. llvm-svn: 2375
-
Chris Lattner authored
PromoteInstance. Make them local variables that are passed around as appropriate. Especially in the case of CurrentValue, this makes the code simpler. llvm-svn: 2374
-
Chris Lattner authored
* Minor cleanup that was missed in last patch llvm-svn: 2373
-
Chris Lattner authored
Bugfixes will come in the next revision so that the diff is obvious. llvm-svn: 2372
-
Chris Lattner authored
to the global namespace llvm-svn: 2370
-
Chris Lattner authored
const BasicBlocks llvm-svn: 2337
-
- Apr 27, 2002
-
-
Chris Lattner authored
llvm-svn: 2336
-
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
be 'Argument' instead of FunctionArgument. llvm-svn: 2216
-
Chris Lattner authored
llvm-svn: 2207
-
Chris Lattner authored
Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
-
- Apr 08, 2002
-
-
Chris Lattner authored
llvm-svn: 2147
-
- 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 29, 2002
-
-
Chris Lattner authored
llvm-svn: 2045
-
Chris Lattner authored
llvm-svn: 2034
-
- Mar 28, 2002
-
-
Cameron Buschardt authored
* rename constructor function * Move stuff into anonymous namespaces llvm-svn: 2007
-