- 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
-
Vikram S. Adve authored
and generate actual machine instruction sequences directly. llvm-svn: 2858
-
Vikram S. Adve authored
llvm-svn: 2857
-
Vikram S. Adve authored
and generate actual machine instruction sequences directly. Also a couple of bug fixes in code for putting constants into registers: -- Do *not* sign-extend unsigned constant that is shorter than int reg size -- Fix handling of address constant (a GlobalValue) vs. constant that must be loaded. llvm-svn: 2856
-
Vikram S. Adve authored
-- FP argument to a function with no prototype going on stack was not being copied to the stack in colorCallArgs(). -- Put caller-saving code *before* argument copying code so that we don't trash a register before saving it! -- Two other minor fixes. llvm-svn: 2855
-
- Jul 09, 2002
-
-
Anand Shukla authored
llvm-svn: 2845
-
Vikram S. Adve authored
assembly. llvm-svn: 2842
-
Vikram S. Adve authored
changes in class MachineRegInfo (see MachineRegInfo.h for details). Added {LD,ST}[X]FSR instructions. llvm-svn: 2839
-
Vikram S. Adve authored
llvm-svn: 2838
-
Vikram S. Adve authored
llvm-svn: 2837
-
Vikram S. Adve authored
basic block. Mark setCCInstr used as dest. of conditional-move as both a def and a use. BA instruction no longer has the unused CC argument. llvm-svn: 2836
-