aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-as/llvm-as.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-26[Assembler] Allow assembling empty index with non-zero flagsevgeny1-3/+5
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-05-27Make llvm-as --help great againSerge Guelton1-8/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson1-7/+29
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-6/+2
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-1/+1
2018-01-30LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu1-2/+7
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl1-1/+2
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+1
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-04-12Move summary creation out of llvm-as into optMehdi Amini1-12/+2
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson1-3/+9
2016-04-04clang-format llvm-as.cpp (NFC)Teresa Johnson1-16/+17
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-1/+4
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini1-4/+1
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-1/+4
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-4/+4
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson1-4/+4
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-4/+4
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson1-1/+6
2015-05-11Fix input validation issues in llvm-as/llvm-disAlexey Samsonov1-8/+2
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith1-7/+6
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith1-1/+1
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith1-0/+6
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-1/+1
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+3
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-19[PM] Make the verifier work independently of any pass manager.Chandler Carruth1-3/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-5/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-0/+5
2013-07-16Add a wrapper for open.Rafael Espindola1-3/+2
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-3/+3
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-2/+2
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman1-8/+6
2009-10-17llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar1-31/+35
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman1-7/+6
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-4/+1