- a8b2ddb Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
- 3fc649c [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
- ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
- 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
- 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
- 68da426 Move summary creation out of llvm-as into opt by Mehdi Amini · 10 years ago
- 2d5487c [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 10 years ago
- 7ddec63 clang-format llvm-as.cpp (NFC) by Teresa Johnson · 10 years ago
- d7ad221 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
- 85fb9e0 Revert "Add support for computing SHA1 in LLVM" by Mehdi Amini · 10 years ago
- 4c2ed33 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
- 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
- cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
- 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
- 403a787 Support for function summary index bitcode sections and files. by Teresa Johnson · 10 years ago
- d923508 Fix input validation issues in llvm-as/llvm-dis by Alexey Samsonov · 10 years ago
- 8a7b84b uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 11 years ago
- a052ed6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 11 years ago
- c55dee1 IR: Set -preserve-bc-uselistorder=false by default by Duncan P. N. Exon Smith · 11 years ago
- 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
- 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
- d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 12 years ago
- e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 12 years ago
- 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
- 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
- 043949d [PM] Make the verifier work independently of any pass manager. by Chandler Carruth · 12 years ago
- 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
- 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
- b5e1e6c Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." by Andrew Trick · 12 years ago
- f33d6df Encapsulate PassManager debug flags to avoid static init and cxa_exit. by Andrew Trick · 12 years ago
- 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
- 9577755 Replace uses of the deprecated std::auto_ptr with OwningPtr. by Andy Gibbs · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
- a3a0681 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
- 0df7ea4 Move tool_output_file into its own file. by Dan Gohman · 15 years ago
- a2233f2 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 15 years ago
- 268b0f4 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
- 2bdc1a5 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 16 years ago
- e592923 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
- 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- b9f25f9 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 16 years ago
- 9e6f1f1 Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
- ee05152 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
- 19251ec To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 16 years ago
- 607818a Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
- a76611a switch the .ll parser into SMDiagnostic. by Chris Lattner · 16 years ago
- 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
- 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- e3fc2d1 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 17 years ago
- ac161bf Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
- c6f915e Add -disable-output option. by Devang Patel · 18 years ago
- 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
- 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 19 years ago
- 52e1f0f add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file 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
- 713eedc For PR797: by Reid Spencer · 19 years ago
- 5734e8d Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 19 years ago
- d659289 Silly cleanup by Chris Lattner · 19 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
- 742af2f Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 21 years ago
- ca7d19e2 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
- 996ec72 For PR351: 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
- feb3d50 Turn on compression by default. by Reid Spencer · 21 years ago
- 2e49204 Add support for compressed bytecode 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
- ab1aeda Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
- 2c1bc9e There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
- a9e8360 Correct an output typo. 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
- 10247b1 Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 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
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 22feb17 Fix file header by Chris Lattner · 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
- 9893027 Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 22 years ago
- 016ccdf Add new -disable-verify option by Chris Lattner · 22 years ago
- 306f8b4 Add support for: -o - by Chris Lattner · 22 years ago
- 02a1683 Kill using declarations by Chris Lattner · 22 years ago
- 4a84ad57 by Chris Lattner · 23 years ago
- 6f43f6d by Chris Lattner · 23 years ago
- 880cfed *** empty log message *** 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
- 68c9977 Changes for 64bit gcc by Anand Shukla · 23 years ago
- d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
- 17a4573 Use operator << to print modules by Chris Lattner · 24 years ago