- Nov 08, 2001
-
-
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
-
Chris Lattner authored
llvm-svn: 1161
-
Chris Lattner authored
llvm-svn: 1160
-
Chris Lattner authored
llvm-svn: 1159
-
Ruchira Sasanka authored
is already pushed to stack by a previous call to the same method. llvm-svn: 1154
-
Chris Lattner authored
llvm-svn: 1152
-
Chris Lattner authored
llvm-svn: 1151
-
Chris Lattner authored
llvm-svn: 1150
-
Vikram S. Adve authored
llvm-svn: 1147
-
Vikram S. Adve authored
were declared, and in some cases when they were unintialized. llvm-svn: 1146
-
Chris Lattner authored
llvm-svn: 1145
-
- Nov 05, 2001
-
-
Chris Lattner authored
llvm-svn: 1144
-
Chris Lattner authored
Cleanup ExprTypeConvert a bit. llvm-svn: 1141
-
Chris Lattner authored
llvm-svn: 1140
-
Vikram S. Adve authored
Avoids having to handle some special cases that cause complex interactions with instr. selection. llvm-svn: 1138
-
Vikram S. Adve authored
llvm-svn: 1137
-
Chris Lattner authored
llvm-svn: 1128
-
Chris Lattner authored
llvm-svn: 1127
-