- Aug 28, 2002
-
-
Anand Shukla authored
llvm-svn: 3515
-
- Aug 27, 2002
-
-
Anand Shukla authored
llvm-svn: 3513
-
- Aug 26, 2002
-
-
Chris Lattner authored
llvm-svn: 3511
-
Chris Lattner authored
llvm-svn: 3509
-
Anand Shukla authored
llvm-svn: 3508
-
- Aug 25, 2002
-
-
Vikram S. Adve authored
no parens are printed around *, **, ... alone, except if it is a pointer type for which no name should be printed, as in the result of a cast. llvm-svn: 3506
-
- Aug 24, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3501
-
Vikram S. Adve authored
whether FoldGetElemNodes should be called. This is machine-independent but was in the Sparc directory. This is in a new function: GetMemInstArgs. llvm-svn: 3500
-
Vikram S. Adve authored
llvm-svn: 3499
-
Vikram S. Adve authored
SetOperandsForMemInstr significantly). Load and Store no longer have any indices. Eliminate spurious sign-extension on a cast to float/double. llvm-svn: 3498
-
Vikram S. Adve authored
llvm-svn: 3497
-
Vikram S. Adve authored
llvm-svn: 3496
-
- Aug 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3495
-
Anand Shukla authored
llvm-svn: 3492
-
Anand Shukla authored
llvm-svn: 3491
-
Vikram S. Adve authored
llvm-svn: 3490
-
Vikram S. Adve authored
since uint is not normally sign-extended when casting to uint64_t. llvm-svn: 3489
-
Chris Lattner authored
Eliminated the MemAccessInst class, folding contents into GEP class. llvm-svn: 3488
-
Chris Lattner authored
llvm-svn: 3487
-
Chris Lattner authored
to handle indexing anymore llvm-svn: 3485
-
Chris Lattner authored
Load & StoreInst no longer derive from MemAccessInst, so we don't have to handle indexing anymore llvm-svn: 3484
-
Chris Lattner authored
llvm-svn: 3483
-
Chris Lattner authored
store is not possible anymore. llvm-svn: 3482
-
Chris Lattner authored
llvm-svn: 3481
-
- Aug 22, 2002
-
-
Chris Lattner authored
llvm-svn: 3478
-
Chris Lattner authored
llvm-svn: 3476
-
Chris Lattner authored
Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll llvm-svn: 3474
-
Chris Lattner authored
%PN = phi PN, PN, PN into 0 (because the phi must not be reachable) llvm-svn: 3470
-
Chris Lattner authored
llvm-svn: 3467
-
Chris Lattner authored
llvm-svn: 3465
-
Chris Lattner authored
llvm-svn: 3463
-
Chris Lattner authored
llvm-svn: 3461
-
Chris Lattner authored
more efficient to boot. llvm-svn: 3453
-
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
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
-