- 345353d remove attributions from tools. by Chris Lattner · 18 years ago
- 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
- e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
- 9e9a34c use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- 05be1d4 remove dead option by Chris Lattner · 18 years ago
- 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
- 2793699 remove EH cruft, add bitcode support by Chris Lattner · 18 years ago
- a0e49f2 push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
- 19bb6b9 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
- afd54eb Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- c9c0473 For PR495: by Reid Spencer · 20 years ago
- 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
- 6983f5d Print the module, not the pointer. by Chris Lattner · 21 years ago
- c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- ca7d19e2 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
- 996ec72 For PR351: by Reid Spencer · 21 years ago
- 0ebb926 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
- 5ccfd5a Path::get -> Path::toString by Reid Spencer · 21 years ago
- 4cee8e3 Linker.h moved to include/llvm. by Reid Spencer · 21 years ago
- b2d0fa0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
- 505b225 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
- 7b05ef6 * Enable bytecode compression by default by Reid Spencer · 21 years ago
- 0c6a283 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
- dbf0a56 Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 21 years ago
- b956fc1 Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 21 years ago
- 1a8e15e Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 21 years ago
- c3ba6e2 Squelch compilation warnings on Sparc by Misha Brukman · 21 years ago
- fe020a3 Implement dependent library processing and search paths for them. by Reid Spencer · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- e3263ec The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
- f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
- 28ee8f0 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
- 278f515 Header file moved by Chris Lattner · 21 years ago
- 12439ff Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 22 years ago
- c8cbec2 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 567fe2f Removed extraneous comment line. by John Criswell · 22 years ago
- 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
- d676974 Fix grammar. by Misha Brukman · 22 years ago
- 825937d Fix file header by Chris Lattner · 22 years ago
- cf0c744 `link' is being renamed to `llvm-link'. by Misha Brukman · 22 years ago
- aa6a44f Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 22 years ago
- 3aa3257 Fix major bug in my last checkin. :( by Chris Lattner · 22 years ago
- 5eba707 Remove obsolete comments about llvm-ar by Chris Lattner · 22 years ago
- 02a1683 Kill using declarations by Chris Lattner · 22 years ago
- 6f43f6d by Chris Lattner · 23 years ago
- 17570e1 Fix synopsis by Chris Lattner · 23 years ago
- f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
- a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
- fef3241 Changes for 64bit gcc by Anand Shukla · 23 years ago
- 6c1e5c4 Drop something that link will never support, use gccld instead by Chris Lattner · 23 years ago
- 7608a46 Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
- 17a4573 Use operator << to print modules by Chris Lattner · 24 years ago
- c065ad8 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 24 years ago
- ef164d4 Perform debug outputs with ->dump() instead of << by Chris Lattner · 24 years ago
- 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
- 30b983a Accept, but ignore -lfoo options. by Chris Lattner · 24 years ago
- 0e11e54 In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
- 4f32cf1 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- 5053ba9 Tell the user if a file is corrupt or not... not that the file cannot be found. by Chris Lattner · 24 years ago
- 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
- 3d9510c Add support to enable -lfoo to be processed correctly by Chris Lattner · 24 years ago
- ae31f5b Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff by Chris Lattner · 24 years ago
- daebd75 Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. by Chris Lattner · 24 years ago
- ebaa788 Add '-v' option to enable verbose output from the linker by Chris Lattner · 24 years ago
- d631165 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 24 years ago
- 9d810e0 Add new linker by Chris Lattner · 24 years ago