- Dec 02, 2004
-
-
Reid Spencer authored
Change construction of bytecode libraries from producing a single bytecode file to producing a library containing bytecode files. This gets around the problem of multiple symbol definitions in the linker if something like -lc -lc is attempted on the command line. Previously this happened because the linker would find libc.bc as a "library". It will now find libc.a which it can simply search for missing symbols instead of linking in wholesale. llvm-svn: 18425
-
Reid Spencer authored
llvm-svn: 18424
-
Reid Spencer authored
set. The member name comparison was failing for truncated names. This patch fixes that. Truncated names are now properly replaced. llvm-svn: 18423
-
Reid Spencer authored
llvm-svn: 18422
-
Reid Spencer authored
llvm-svn: 18421
-
Reid Spencer authored
llvm-svn: 18420
-
Tanya Lattner authored
llvm-svn: 18419
-
Chris Lattner authored
in scary and unknown ways before we promote it. This fixes the miscompilation of 188.ammp that has been plauging us since a globalopt patch went in. Thanks a ton to Tanya for helping me diagnose the problem! llvm-svn: 18418
-
Chris Lattner authored
This doesn't fix anything that I'm aware of, just noticed it by inspection llvm-svn: 18417
-
Reid Spencer authored
llvm-svn: 18415
-
Reid Spencer authored
* Don't search a bunch of .. directories for something we'd never find, because we don't imbed tclsh into LLVM. * Look for various tclsh versions because some platforms don't install the tclsh link but just have tclsh8.3 or tclsh8.4 or some such. llvm-svn: 18414
-
Chris Lattner authored
llvm-svn: 18412
-
Chris Lattner authored
llvm-svn: 18411
-
- Dec 01, 2004
-
-
Misha Brukman authored
llvm-svn: 18410
-
Misha Brukman authored
* Add testing notes to the instruction section similar as for intrinsics * Mention adding codegen support for new instructions llvm-svn: 18409
-
Misha Brukman authored
llvm-svn: 18408
-
Tanya Lattner authored
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041122/021428.html It broke Mutlisource/Applications/obsequi llvm-svn: 18407
-
Chris Lattner authored
llvm-svn: 18406
-
Chris Lattner authored
llvm-svn: 18405
-
Chris Lattner authored
llvm-svn: 18404
-
Chris Lattner authored
llvm-svn: 18403
-
John Criswell authored
Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402
-
Reid Spencer authored
option so that permissions errors don't occur if the default, /usr/local, is taken. llvm-svn: 18401
-
Chris Lattner authored
llvm-svn: 18400
-
- Nov 30, 2004
-
-
Reid Spencer authored
llvm-svn: 18399
-
Chris Lattner authored
llvm-svn: 18398
-
Brian Gaeke authored
llvm-svn: 18397
-
Tanya Lattner authored
llvm-svn: 18396
-
Chris Lattner authored
llvm-svn: 18395
-
Chris Lattner authored
llvm-svn: 18394
-
Chris Lattner authored
not need it. Also, grep some output so we know that this command does something. llvm-svn: 18393
-
Chris Lattner authored
llvm-svn: 18392
-
Chris Lattner authored
llvm-svn: 18391
-
Chris Lattner authored
llvm-svn: 18390
-
Chris Lattner authored
llvm-svn: 18389
-
Chris Lattner authored
llvm-svn: 18388
-
Chris Lattner authored
llvm-svn: 18387
-
Chris Lattner authored
llvm-svn: 18386
-
Chris Lattner authored
llvm-svn: 18385
-
Brian Gaeke authored
llvm-svn: 18384
-