summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-as
AgeCommit message (Expand)Author
2025-10-11Move the preserve-{bc,ll}-uselistorder options out of individual tools, make ...Mingjie Xu
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2024-09-17[llvm][llvm-as] Fix file input extension description (#108295)Amr Hesham
2024-09-03[libclc] More cross compilation fixes (#97811)Harald van Dijk
2024-07-07[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97914)Kazu Hirata
2024-07-06[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97778)Kazu Hirata
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-06-11Revert new debug info format commits:Stephen Tozer
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer
2024-04-22[RemoveDIs] Make verify-uselistorder preserve the input debug info format (#8...Stephen Tozer
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams
2024-03-15[RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-01-12[IR] Support importing modules with invalid data layouts.Jannik Silvanus
2022-12-07[IRReader] Convert Optional in DataLayoutCallbackTy to std::optionalKrzysztof Parzyszek
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle
2022-01-31[BitcodeWriter] Fix cases of some functionsFangrui Song
2021-06-24[OpaquePtr] Introduce option to force all pointers to be opaque pointersArthur Eubanks
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-07-08[opt] Remove obsolete --quiet optionArthur Eubanks
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-02-26[Assembler] Allow assembling empty index with non-zero flagsevgeny
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-05-27Make llvm-as --help great againSerge Guelton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2018-01-30LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu
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