- Nov 30, 2004
-
-
Chris Lattner authored
llvm-svn: 18381
-
Chris Lattner authored
llvm-svn: 18380
-
Chris Lattner authored
addi r3, r3, -1 instead of addi r3, r3, 1 for 'sub int X, 1'. Secondarily, this fixes several cases where we could crash given an unsigned constant. And fixes a couple of minor missed optimization cases, such as xor X, ~0U -> not X llvm-svn: 18379
-
Reid Spencer authored
bytecode files. This should help linking substantially. llvm-svn: 18378
-
Chris Lattner authored
This only fails on darwin or on X86 under valgrind. llvm-svn: 18377
-
Chris Lattner authored
llvm-svn: 18376
-
Chris Lattner authored
llvm-svn: 18375
-
Chris Lattner authored
llvm-svn: 18374
-
Chris Lattner authored
llvm-svn: 18373
-
Tanya Lattner authored
llvm-svn: 18372
-
Chris Lattner authored
llvm-svn: 18371
-
Chris Lattner authored
llvm-svn: 18370
-
Chris Lattner authored
llvm-svn: 18369
-
Chris Lattner authored
llvm-svn: 18368
-
Chris Lattner authored
llvm-svn: 18367
-
Chris Lattner authored
if (x) { code ... } else { code ... } Turn it into: code if (x) { ... } else { ... } This reduces code size and in some common cases allows us to completely eliminate the conditional. This turns several if/then/else blocks in loops into straightline code in 179.art, turning the loops into single basic blocks (good for modsched even!). Maybe now brg will leave me alone ;-) llvm-svn: 18366
-
Chris Lattner authored
Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass llvm-svn: 18365
-
- Nov 29, 2004
-
-
John Criswell authored
Corrected a potential grammary issue. llvm-svn: 18364
-
Chris Lattner authored
llvm-svn: 18363
-
Chris Lattner authored
should fix the stale runtime libraries problem. llvm-svn: 18361
-
Reid Spencer authored
1. Nothing should happen on "make all". Doc generation is quick, but we don't want to do it unless we're installing. 2. Correct a dependency for the *.ps files .. didn't notice this before because of cruft in my directory. It failed on a clean build. llvm-svn: 18359
-
Reid Spencer authored
implementation llvm-svn: 18358
-
Reid Spencer authored
llvm-svn: 18357
-
Reid Spencer authored
llvm-svn: 18356
-
Reid Spencer authored
SearchForAddressOfSymbol. llvm-svn: 18355
-
Reid Spencer authored
library into the address space permanently. SearchForAddressOfSymbol looks in all previously permanently loaded libraries and any currently open libraries for a symbol, instead of just one library like GetAddressOfSymbol llvm-svn: 18354
-
Reid Spencer authored
llvm-svn: 18353
-
Reid Spencer authored
more platforms than LLVM supports. llvm-svn: 18352
-
Reid Spencer authored
changing directory first. Also make sure that we don't attempt to run config.status if the recheck didn't work. llvm-svn: 18351
-
Reid Spencer authored
llvm-svn: 18350
-
Reid Spencer authored
llvm-svn: 18349
-
Reid Spencer authored
* Add instructions about upgrading autoconf llvm-svn: 18348
-
Reid Spencer authored
llvm-svn: 18347
-
Reid Spencer authored
llvm-svn: 18346
-
Reid Spencer authored
llvm-svn: 18345
-
Reid Spencer authored
llvm-svn: 18344
-
Reid Spencer authored
llvm-svn: 18343
-
Reid Spencer authored
our own library so that it is magically hidden and we don't have to depend on linking with -lltdl option. llvm-svn: 18342
-
Reid Spencer authored
opened as if it was a dynamic library so its symbols can be searched too. llvm-svn: 18341
-
Reid Spencer authored
if it was a dynamic library. llvm-svn: 18340
-