- Apr 27, 2002
-
-
Chris Lattner authored
llvm-svn: 2331
-
Chris Lattner authored
* Add support for pool allocating array allocations of varying size llvm-svn: 2329
-
Chris Lattner authored
llvm-svn: 2328
-
Chris Lattner authored
llvm-svn: 2327
-
Chris Lattner authored
llvm-svn: 2325
-
Chris Lattner authored
* Remove some unused code llvm-svn: 2324
-
Chris Lattner authored
llvm-svn: 2323
-
Chris Lattner authored
llvm-svn: 2322
-
- Apr 25, 2002
-
-
Vikram S. Adve authored
AddedInstrns sets for the first machine instruction. It is hard to ensure that the right order is preserved, and sure enough, the order was broken. Instead, use a separate set for the function entry. llvm-svn: 2318
-
Vikram S. Adve authored
Freeze auto vars and spill areas when their sizes are used for computing other offsets. llvm-svn: 2317
-
Vikram S. Adve authored
function calls were simply wrong; other functions were just not using all available registers. llvm-svn: 2316
-
Vikram S. Adve authored
for a particular argument in a list of arguments. llvm-svn: 2315
-
Vikram S. Adve authored
to copy the FP arg. to an integer. Necessary so that the register allocator has two different live ranges for the FP value and the int. argument. llvm-svn: 2314
-
Vikram S. Adve authored
llvm-svn: 2313
-
Vikram S. Adve authored
AddedInstrns sets for the first machine instruction. It is hard to ensure that the right order is preserved, and sure enough, the order was broken. Instead, use a separate set for the function entry. llvm-svn: 2312
-
Vikram S. Adve authored
llvm-svn: 2311
-
Vikram S. Adve authored
(This can be improved to avoid making the initial pass over the method.) Also, ensure automatic vars and reg. spills areas are not extended if their sizes are used for computing some other offset. llvm-svn: 2310
-
- Apr 24, 2002
-
-
Chris Lattner authored
* Verify that load, store, and GEP instructions indices are correct, because they _continually_ bite me on this pool allocations stuff llvm-svn: 2309
-
- Apr 19, 2002
-
-
Chris Lattner authored
Assert now returns from the current function on error. llvm-svn: 2308
-
Chris Lattner authored
llvm-svn: 2307
-
- Apr 18, 2002
-
-
Chris Lattner authored
* Implement checking that a binary operator's two sides are the same type * Actually check that an instruction does not have a name if it has a void return type. llvm-svn: 2305
-
Chris Lattner authored
llvm-svn: 2302
-
Chris Lattner authored
llvm-svn: 2300
-
Chris Lattner authored
put it into the AsmWriter. This code is kinda gross and could probably be cleaned up, but not now. llvm-svn: 2299
-
Chris Lattner authored
llvm-svn: 2298
-
Chris Lattner authored
assert it. * Use WriteAsOperand instead of getStringValue for constants llvm-svn: 2296
-
Chris Lattner authored
llvm-svn: 2295
-
Chris Lattner authored
llvm-svn: 2294
-
Chris Lattner authored
llvm-svn: 2293
-
Chris Lattner authored
We now use an InstVisitor to delegate to different cases that we are interested in handling. We also fix the FIXME's by adding users to the worklist when appropriate. llvm-svn: 2292
-
Chris Lattner authored
llvm-svn: 2286
-
Chris Lattner authored
CTor's do not allow names anymore for StoreInst objects llvm-svn: 2285
-
Chris Lattner authored
llvm-svn: 2284
-
Chris Lattner authored
llvm-svn: 2283
-
Chris Lattner authored
llvm-svn: 2282
-
- Apr 17, 2002
-
-
Chris Lattner authored
llvm-svn: 2277
-
Chris Lattner authored
llvm-svn: 2275
-
Chris Lattner authored
nodes that are not shadow nodes This fixes em3d to be _correct_ if not optimial llvm-svn: 2274
-
Chris Lattner authored
llvm-svn: 2272
-
Chris Lattner authored
* Allow structs with negative offsets. This enables the em3d benchmark to be made typesafe. In this case, the struct had an array as the first element, so a negative index was ok (the expr was -8 + 8x) llvm-svn: 2271
-