- Nov 09, 2001
-
-
Vikram S. Adve authored
Align data larger than an L1 cache line on L1 cache line boundary. llvm-svn: 1228
-
Vikram S. Adve authored
Also check IsPointerType() in addition to IsIntegral() in several places. llvm-svn: 1227
-
Vikram S. Adve authored
llvm-svn: 1226
-
Vikram S. Adve authored
llvm-svn: 1225
-
Vikram S. Adve authored
Added class UltraSparcCacheInfo. Added function to convert float to int by copying via memory. llvm-svn: 1224
-
Vikram S. Adve authored
Much nicer. llvm-svn: 1223
-
Chris Lattner authored
llvm-svn: 1219
-
- Nov 08, 2001
-
-
Chris Lattner authored
* Only check to see if uses of instructions can be converted for expressions... so we don't look at all of the uses of a constant. This was making the code unnecessarily conservative llvm-svn: 1218
-
Chris Lattner authored
llvm-svn: 1217
-
Chris Lattner authored
llvm-svn: 1214
-
Chris Lattner authored
llvm-svn: 1213
-
Ruchira Sasanka authored
llvm-svn: 1212
-
Ruchira Sasanka authored
llvm-svn: 1207
-
Vikram S. Adve authored
llvm-svn: 1205
-
Vikram S. Adve authored
llvm-svn: 1203
-
Vikram S. Adve authored
are now found as part of the initial walk of the machine code). Also memory load/store instructions can be generated for non-memory LLVM instructions, which wasn't handled before. It is now. llvm-svn: 1199
-
Vikram S. Adve authored
llvm-svn: 1198
-
Vikram S. Adve authored
llvm-svn: 1197
-
Vikram S. Adve authored
for these than for boolean logicals to avoid making Burg diverge. See Burg manual for more information. llvm-svn: 1196
-
Vikram S. Adve authored
for symbol names! (And renamed it to getValidSymbolName). Fixed format for float and other constants. llvm-svn: 1195
-
Vikram S. Adve authored
The space for optional args in the stack frame is now being computed, so finish the code generation for the variable `alloca'. Finally, made a major overhaul of how stack frame is managed. llvm-svn: 1194
-
Vikram S. Adve authored
Also major overhaul of how stack frame is managed. llvm-svn: 1193
-
Vikram S. Adve authored
directly to manage stack frame. llvm-svn: 1192
-
Vikram S. Adve authored
a major overhaul of this class and how stack frames are managed. llvm-svn: 1191
-
Vikram S. Adve authored
llvm-svn: 1187
-
Vikram S. Adve authored
directly to manage stack frame. llvm-svn: 1186
-
Vikram S. Adve authored
llvm-svn: 1185
-
Vikram S. Adve authored
llvm-svn: 1183
-
- Nov 07, 2001
-
-
Chris Lattner authored
llvm-svn: 1181
-
Chris Lattner authored
llvm-svn: 1179
-
Chris Lattner authored
* Fix misspeling * Catch SIGFPE for traps * info XXX now prints the raw contents of the GenericValue * Switch to calloc instead of malloc (temporarily I hope) to bandaid Olden benchmarks * Implement binary And & Or * Convert expressions like this: PointerTy SrcPtr = getOperandValue(I->getPtrOperand(), SF).PointerVal; to: GenericValue SRC = getOperandValue(I->getPtrOperand(), SF); PointerTy SrcPtr = SRC.PointerVal; because the prior way confuses purify. * Taint the initial values of the value planes * Handling 'print bb4' in the interpreter without crashing * Print nicer stack frames with concise return type * printf doesn't suck nearly as badly as it used to llvm-svn: 1177
-
Chris Lattner authored
llvm-svn: 1175
-
Chris Lattner authored
llvm-svn: 1174
-
Chris Lattner authored
llvm-svn: 1173
-
Chris Lattner authored
* Use the cache writer for all it's problems. * print arguments to methods in stack traces. *Print the current stack from for up/down commands. llvm-svn: 1170
-
Chris Lattner authored
* When a segfault or bus error occurs, stop the program, print a stack trace, and dump the user in the debugger mode llvm-svn: 1169
-
Chris Lattner authored
llvm-svn: 1168
-
Chris Lattner authored
llvm-svn: 1166
-
- Nov 06, 2001
-
-
Chris Lattner authored
llvm-svn: 1165
-
Chris Lattner authored
llvm-svn: 1163
-