aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-as/llvm-as.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner1-1/+1
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-75/+51
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-7/+6
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman1-27/+21
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner1-2/+3
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-1/+3
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner1-2/+5
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner1-2/+3