- Aug 23, 2002
-
-
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
-
- Aug 22, 2002
-
-
Chris Lattner authored
more efficient to boot. llvm-svn: 3453
-
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
-
- Aug 20, 2002
-
-
Chris Lattner authored
llvm-svn: 3402
-
- Aug 15, 2002
-
-
Vikram S. Adve authored
no longer a separate instruction but is instead implemented with XOR. llvm-svn: 3342
-
- Aug 13, 2002
-
-
Vikram S. Adve authored
type instead of the element type for the element size for arrays. llvm-svn: 3302
-
Vikram S. Adve authored
llvm-svn: 3301
-
Vikram S. Adve authored
Bug fixes in casting to signed int values. llvm-svn: 3297
-
Brian Ensink authored
-Chris llvm-svn: 3296
-
- Aug 12, 2002
-
-
Chris Lattner authored
- Eliminate Sparc*Order classes, moving contents to Sparc*Class classes - get register name methods now return const char * const pointers instead of std::string's. - Added file header comments to SparcRegClassInfo.(cpp|h) - Moved BIG constant arrays out of SparcRegClassInfo.h, into SparcRegInfo.cpp. This should allow a LOT of std::string constructors to not have to be called. llvm-svn: 3295
-
- Aug 09, 2002
-
-
Chris Lattner authored
* Removed extraneous #includes * Fixed file headers to be consistent with the rest of LLVM * Other minor fixes llvm-svn: 3278
-
Chris Lattner authored
* Fixed file headers to be consistent with the rest of LLVM * Other minor fixes llvm-svn: 3277
-
- Aug 07, 2002
-
-
Chris Lattner authored
llvm-svn: 3259
-
Chris Lattner authored
llvm-svn: 3258
-
- Aug 06, 2002
-
-
Mehwish Nagda authored
llvm-svn: 3251
-
- Aug 04, 2002
-
-
Vikram S. Adve authored
in choosing how to create int-set instructions. llvm-svn: 3248
-
Vikram S. Adve authored
after array offset correctly. The type was not being updated for array offsets! llvm-svn: 3246
-
Vikram S. Adve authored
when folding or not folding GEPs. llvm-svn: 3245
-
- Aug 03, 2002
-
-
Chris Lattner authored
llvm-svn: 3243
-
Vikram S. Adve authored
llvm-svn: 3236
-
- Aug 01, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3198
-
- Jul 31, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3191
-
Vikram S. Adve authored
llvm-svn: 3188
-
- Jul 30, 2002
-
-
Chris Lattner authored
shared by backends. llvm-svn: 3146
-
- Jul 25, 2002
-
-
Mehwish Nagda authored
llvm-svn: 3089
-
Chris Lattner authored
llvm-svn: 3075
-
Chris Lattner authored
llvm-svn: 3073
-
- Jul 24, 2002
-
-
Chris Lattner authored
llvm-svn: 3056
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3002
-
Mehwish Nagda authored
llvm-svn: 2992
-
- Jul 21, 2002
-
-
Anand Shukla authored
llvm-svn: 2979
-
- Jul 16, 2002
-
-
Chris Lattner authored
* Do NOT add a prefix to global variables that are external * Add newline after emitting a constpointerref llvm-svn: 2925
-
Mehwish Nagda authored
llvm-svn: 2913
-
- Jul 11, 2002
-
-
Anand Shukla authored
llvm-svn: 2874
-
- Jul 10, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2859
-