summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
AgeCommit message (Expand)Author
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson
2024-11-22Reapply "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#...Teresa Johnson
2024-11-22Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#1...Teresa Johnson
2024-11-22[MemProf] Use radix tree for alloc contexts in bitcode summaries (#117066)Teresa Johnson
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
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
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek
2022-12-02[Bitcode] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Restore "[MemProf] ThinLTO summary support" with more fixesTeresa Johnson
2022-11-16Revert "Restore "[MemProf] ThinLTO summary support" with fixes"Jeremy Morse
2022-11-15Restore "[MemProf] ThinLTO summary support" with fixesTeresa Johnson
2022-11-15Revert "[MemProf] ThinLTO summary support"Teresa Johnson
2022-11-15[MemProf] ThinLTO summary supportTeresa Johnson
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-12[Bitcode] materialize Functions early when BlockAddress takenNick Desaulniers
2022-04-05[Support/Hash functions] Change the `final()` and `result()` of the hashing f...Argyrios Kyrtzidis
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-12-20[llvm][IR] Add no_cfi constantSami Tolvanen
2021-12-05[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-20[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-10-25Bitcode: Use Expected<T>::takeError() and moveInto() more, NFCDuncan P. N. Exon Smith
2021-10-10[BitcodeAnalyzer] allow a motivated user to dump BLOCKINFOwilliam woodruff
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers
2021-02-22[llvm][Bitcode] Add bitcode reader/writer for DSOLocalEquivalentLeonard Chan
2020-10-12[BitCodeAnalyzer] Add a few missing TYPE_CODES and MODULE_CODE_COMDAT to GetC...Craig Topper
2020-06-25Remove references to the 4.0 release as a major breaking (NFC)Mehdi Amini
2020-06-10[StackSafety] Add info into function summaryVitaly Buka
2020-05-28[ThinLTO] Compute the basic block count across modules.Hiroshi Yamauchi
2020-04-06[llvm-bcanalyzer] Simplify code. NFCI.Benjamin Kramer
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-07-31Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-31Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih
2019-07-30[Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-17[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov
2019-07-09[Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih
2019-07-08[Bitcode][NFC] Remove unused variable from BitcodeAnalyzerFrancis Visoiu Mistrih
2019-07-08[llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih