- Aug 22, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3449
-
Vikram S. Adve authored
llvm-svn: 3448
-
Vikram S. Adve authored
llvm-svn: 3447
-
Vikram S. Adve authored
llvm-svn: 3446
-
Vikram S. Adve authored
llvm-svn: 3445
-
Vikram S. Adve authored
llvm-svn: 3444
-
Vikram S. Adve authored
llvm-svn: 3443
-
Vikram S. Adve authored
as an expression. llvm-svn: 3442
-
Vikram S. Adve authored
reg and Constant instead. llvm-svn: 3441
-
Vikram S. Adve authored
Eliminate bool, boolreg and boolconst nonterminals, and just use reg and Constant instead. llvm-svn: 3440
-
Chris Lattner authored
llvm-svn: 3439
-
Chris Lattner authored
llvm-svn: 3437
-
Chris Lattner authored
implementation .cpp files for analyses are not being included into gccas and friends because it is linking to the .a file and there is no explicit symbol reference to bring in the .o file. The new IncludeFile hack is the result. llvm-svn: 3436
-
Chris Lattner authored
Now an obnoxious warning is emitted to discourage usage. Eventually support will be removed. llvm-svn: 3435
-
Chris Lattner authored
pass implementations not being linked in when they are used if the implementation is in a .a file. - Fighting with linking problem due to removing the ::ID elements. Now the implementation .cpp files for analyses are not being included into gccas and friends because it is linking to the .a file and there is no explicit symbol reference to bring in the .o file. The new IncludeFile hack is the result. llvm-svn: 3434
-
Chris Lattner authored
so now we can link to analyze.a again. llvm-svn: 3433
-
Chris Lattner authored
llvm-svn: 3432
-
Chris Lattner authored
instructions that use indexing. Convert them transparently into a pair of instructions. llvm-svn: 3431
-
Chris Lattner authored
llvm-svn: 3430
-
Chris Lattner authored
llvm-svn: 3429
-
Chris Lattner authored
llvm-svn: 3428
-
Chris Lattner authored
llvm-svn: 3427
-
Chris Lattner authored
llvm-svn: 3426
-
Chris Lattner authored
llvm-svn: 3425
-
Chris Lattner authored
llvm-svn: 3424
-
Chris Lattner authored
- Fix Pass::getAnalysis<AnalysisType>() to use dynamic_cast instead of a static cast to handle the case where the cast from & two classes are not related via inheritance. llvm-svn: 3423
-
Chris Lattner authored
llvm-svn: 3422
-
Chris Lattner authored
llvm-svn: 3421
-
Chris Lattner authored
llvm-svn: 3420
-
Chris Lattner authored
llvm-svn: 3419
-
- Aug 21, 2002
-
-
Chris Lattner authored
llvm-svn: 3418
-
Chris Lattner authored
llvm-svn: 3417
-
Chris Lattner authored
- Do not expose ::ID from any of the analyses anymore. llvm-svn: 3416
-
Chris Lattner authored
llvm-svn: 3415
-
Chris Lattner authored
llvm-svn: 3414
-
Chris Lattner authored
llvm-svn: 3413
-
- Aug 20, 2002
-
-
Chris Lattner authored
llvm-svn: 3412
-
Chris Lattner authored
llvm-svn: 3411
-
Chris Lattner authored
llvm-svn: 3410
-
Chris Lattner authored
llvm-svn: 3409
-