| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Make llvm-as --help great again | Serge Guelton | 2019-05-27 | 1 | -8/+14 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ThinLTO] Parse module summary index from assembly | Teresa Johnson | 2018-06-26 | 1 | -7/+29 |
* | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -6/+2 |
* | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -1/+1 |
* | LLParser: add an argument for overriding data layout and do not check alloca ... | Yaxun Liu | 2018-01-30 | 1 | -2/+7 |
* | Move the stripping of invalid debug info from the Verifier to AutoUpgrade. | Adrian Prantl | 2017-10-02 | 1 | -1/+2 |
* | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -2/+2 |
* | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
* | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -1/+1 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+1 |
* | Move summary creation out of llvm-as into opt | Mehdi Amini | 2016-04-12 | 1 | -12/+2 |
* | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 2016-04-11 | 1 | -3/+9 |
* | clang-format llvm-as.cpp (NFC) | Teresa Johnson | 2016-04-04 | 1 | -16/+17 |
* | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 1 | -1/+4 |
* | Revert "Add support for computing SHA1 in LLVM" | Mehdi Amini | 2016-04-01 | 1 | -4/+1 |
* | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 1 | -1/+4 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-15 | 1 | -4/+4 |
* | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 2016-03-14 | 1 | -4/+4 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-14 | 1 | -4/+4 |
* | Support for function summary index bitcode sections and files. | Teresa Johnson | 2015-10-04 | 1 | -1/+6 |
* | Fix input validation issues in llvm-as/llvm-dis | Alexey Samsonov | 2015-05-11 | 1 | -8/+2 |
* | uselistorder: Remove the global bits | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -7/+6 |
* | uselistorder: Pull the bit through WriteToBitcodFile() | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -1/+1 |
* | IR: Set -preserve-bc-uselistorder=false by default | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -0/+6 |
* | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -4/+4 |
* | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -1/+1 |
* | raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne... | Benjamin Kramer | 2014-04-29 | 1 | -0/+1 |
* | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -3/+3 |
* | Replace the F_Binary flag with a F_Text one. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | [PM] Make the verifier work independently of any pass manager. | Chandler Carruth | 2014-01-19 | 1 | -3/+4 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." | Andrew Trick | 2013-09-19 | 1 | -5/+0 |
* | Encapsulate PassManager debug flags to avoid static init and cxa_exit. | Andrew Trick | 2013-09-18 | 1 | -0/+5 |
* | Add a wrapper for open. | Rafael Espindola | 2013-07-16 | 1 | -3/+2 |
* | Replace uses of the deprecated std::auto_ptr with OwningPtr. | Andy Gibbs | 2013-04-12 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 1 | -2/+2 |
* | Use the new tool_output_file in several tools. This fixes a variety | Dan Gohman | 2010-08-20 | 1 | -8/+6 |
* | llvm-as: Simplify, and don't create empty output files with -disable-output. | Daniel Dunbar | 2009-10-17 | 1 | -31/+35 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -7/+6 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -4/+1 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |