- 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
- 2cd41eb [tools] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
- 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
- 3fc649c [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
- b5ab895 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
- df8598d This reverts r313381 by Vivek Pandya · 8 years ago
- 00d8874 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
- 55d93e7 [ThinLTO] Fix ThinLTO crash while destroying context by Charles Saternos · 8 years ago
- bda4498 llvm-dis: Remove dead code. by Peter Collingbourne · 9 years ago
- d9445c4 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
- ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
- 7f00d0a Bitcode: Change the materializer interface to return llvm::Error. by Peter Collingbourne · 9 years ago
- e2dcf7c IR, Bitcode: Change bitcode reader to no longer own its memory buffer. by Peter Collingbourne · 9 years ago
- 028eb5a Bitcode: Change reader interface to take memory buffers. by Peter Collingbourne · 9 years ago
- 2152189 IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals. by Peter Collingbourne · 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 · 9 years ago
- c4a0348 Drop materializeAllPermanently. by Rafael Espindola · 10 years ago
- 1aabf98 Use std::unique_ptr to manage the DataStreamer in bitcode parsing. by Rafael Espindola · 10 years ago
- d923508 Fix input validation issues in llvm-as/llvm-dis by Alexey Samsonov · 10 years ago
- a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
- 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 10 years ago
- 8a7b84b uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 10 years ago
- c4f0a32 uselistorder: Pull the assembly bit up out of the printer by Duncan P. N. Exon Smith · 10 years ago
- 7348dda DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 10 years ago
- b8afdd6 llvm-dis: Use the new `DebugLoc` API, NFC by Duncan P. N. Exon Smith · 10 years ago
- a6b8895 llvm-dis: Stop crashing when dropping debug info by Duncan P. N. Exon Smith · 11 years ago
- d0b23be Use the DiagnosticHandler to print diagnostics when reading bitcode. by Rafael Espindola · 11 years ago
- 7d727b5 Modernize the getStreamedBitcodeModule interface a bit. NFC. by Rafael Espindola · 11 years ago
- 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
- 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
- d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
- e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
- e56917c [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
- 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
- 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
- e9fab9b Return an error_code from materializeAllPermanently. by Rafael Espindola · 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 · 12 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
- e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
- 6970fa8 Remove assignments which aren't used afterwards. by Bill Wendling · 13 years ago
- 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
- 0f214eb eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 14 years ago
- ec54bd7 Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 15 years ago
- ead01c4 Revert 127813 while fixing broken test. by Stuart Hastings · 15 years ago
- 8e08a78 Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 15 years ago
- 982efb5 While printing annotations, print line number and variable name if debug info is present. by Devang Patel · 15 years ago
- a646f39 llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of by Michael J. Spencer · 15 years ago
- 5223d53 llvm-dis: Simplify MemoryBuffer usage. by Michael J. Spencer · 15 years ago
- 7fda8fe Fix whitespace. by Michael J. Spencer · 15 years ago
- 2115a3f Fix some compiler warnings. by Daniel Dunbar · 15 years ago
- 39a0ffc MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 15 years ago
- 7b6fef8 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 15 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
- 7f2f093 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 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
- 972c9c5 Don't bother using a PassManager just to print a Module. by Dan Gohman · 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
- 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
- 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
- 81b5fa5 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 17 years ago
- 54d5b9e Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 17 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
- 9e9a34c use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
- f693167 simplify code by Chris Lattner · 18 years ago
- 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
- 8ca41bf don't break reading from stdin by Chris Lattner · 18 years ago
- e224446 teach llvm-dis to read bitcode files by Chris Lattner · 18 years ago
- a0e49f2 push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
- 216835d add an option for timing bc file reading. 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
- a531ac2 Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
- 650ba8e Remove trailing whitespace by Misha Brukman · 20 years ago
- 0174b52 clean up comments by Chris Lattner · 21 years ago
- e89f022 This has been deprecated for long enough, nuke it. by Chris Lattner · 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
- 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
- bbc373b Eliminate more traces of the -c option by Chris Lattner · 21 years ago