- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
- f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
- 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
- d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
- f1f1a4f Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before. by Tanya Lattner · 13 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 14 years ago
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
- 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 14 years ago
- 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 14 years ago
- 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 14 years ago
- d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 14 years ago
- 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- a93f30e Give llvm-link a -S option. by Dan Gohman · 15 years ago
- d624154 Convert llvm-link to IRReader. by Dan Gohman · 15 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
- 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
- e017fd1 Fix this comment to mention outs() rather than cout. by Dan Gohman · 15 years ago
- 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
- a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
- 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
- e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- ee335e3 Add #includes to make some dependencies explicit. by Dan Gohman · 16 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
- 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
- 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- c57ed8b remove dead option by Chris Lattner · 18 years ago
- 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
- c48e1db remove EH cruft, add bitcode support by Chris Lattner · 18 years ago
- f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- dd04df0 For PR495: by Reid Spencer · 19 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- a88155d Print the module, not the pointer. by Chris Lattner · 20 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
- 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
- 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
- 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 20 years ago
- d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 20 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
- 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
- ae70fed * Enable bytecode compression by default by Reid Spencer · 20 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 20 years ago
- dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
- a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
- a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
- 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
- b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 20 years ago
- 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
- b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
- 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
- 452fea9 Fix grammar. by Misha Brukman · 21 years ago
- bb37a69 Fix file header by Chris Lattner · 21 years ago
- 3ef3beb `link' is being renamed to `llvm-link'. by Misha Brukman · 21 years ago
- a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 21 years ago
- 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
- 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
- 6c8103f Kill using declarations by Chris Lattner · 21 years ago
- d4c7f27 by Chris Lattner · 22 years ago
- 56d2701 *** empty log message *** by Chris Lattner · 22 years ago