- Nov 08, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 1207
-
Vikram S. Adve authored
Also, fix rule for $(LLCLIBS). llvm-svn: 1206
-
Vikram S. Adve authored
llvm-svn: 1205
-
Vikram S. Adve authored
llvm-svn: 1204
-
Vikram S. Adve authored
llvm-svn: 1203
-
Vikram S. Adve authored
llvm-svn: 1202
-
Vikram S. Adve authored
llvm-svn: 1201
-
Vikram S. Adve authored
Include handle to TargetMachine in each Machine...Info object. llvm-svn: 1200
-
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: 1190
-
Vikram S. Adve authored
operations in BURG input trees. llvm-svn: 1189
-
Vikram S. Adve authored
llvm-svn: 1188
-
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: 1184
-
Vikram S. Adve authored
llvm-svn: 1183
-
- Nov 07, 2001
-
-
Chris Lattner authored
llvm-svn: 1182
-
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
2. Fix the "rebuild everything if I change one file" problem llvm-svn: 1176
-
Chris Lattner authored
llvm-svn: 1175
-
Chris Lattner authored
llvm-svn: 1174
-
Chris Lattner authored
llvm-svn: 1173
-
Vikram S. Adve authored
llvm-svn: 1172
-
Chris Lattner authored
llvm-svn: 1171
-
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: 1167
-
Chris Lattner authored
llvm-svn: 1166
-