aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-as
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams1-0/+7
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams1-7/+0
2024-03-15[RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams1-0/+7
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-01-12[IR] Support importing modules with invalid data layouts.Jannik Silvanus1-1/+1
2022-12-07[IRReader] Convert Optional in DataLayoutCallbackTy to std::optionalKrzysztof Parzyszek1-1/+2
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-01-31[BitcodeWriter] Fix cases of some functionsFangrui Song1-1/+1
2021-06-24[OpaquePtr] Introduce option to force all pointers to be opaque pointersArthur Eubanks1-1/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-07-08[opt] Remove obsolete --quiet optionArthur Eubanks1-1/+1
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman1-2/+13
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 Carruth2-8/+6
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-19[CMake] llvm-as depends on intrinsics_genChris Bieneman1-0/+3
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 Amini3-14/+3
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson3-4/+11
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
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
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