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