summaryrefslogtreecommitdiff
path: root/tools/llvm-as
AgeCommit message (Expand)Author
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2016-11-19[CMake] llvm-as depends on intrinsics_genChris Bieneman
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-12Move summary creation out of llvm-as into optMehdi Amini
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-04clang-format llvm-as.cpp (NFC)Teresa Johnson
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-01-26Remove autoconf supportChris Bieneman
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-05-11Fix input validation issues in llvm-as/llvm-disAlexey Samsonov
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-01-19[PM] Make the verifier work independently of any pass manager.Chandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick
2013-07-16Add a wrapper for open.Rafael Espindola
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-10-26Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner