summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2024-06-24[BitcodeReader] Use poison instead of undef for invalid instructionsNikita Popov
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung
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-12Reapply "[llvm][IR] Extend BranchWeightMetadata to track provenance o… (#95...Paul Kirth
2024-06-11Revert new debug info format commits:Stephen Tozer
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov
2024-05-19[llvm] Use SmallString::str (NFC) (#92712)Kazu Hirata
2024-05-15[lld] Fix -ObjC load behavior with LTO (#92162)Nuri Amari
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata
2024-05-06Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...Jan Voung
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-01Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung
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-30Revert "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summari...Jan Voung
2024-04-30Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summaries (#90497)Jan Voung
2024-04-15[DebugInfo][RemoveDIs] Fix error from not tracking seen debug labels (#88718)Stephen Tozer
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu
2024-04-09Add support for `nneg` flag with `uitofp`Noah Goldstein
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer
2024-03-29[IR] Add nowrap flags for trunc instruction (#85592)elhewaty
2024-03-22NFC Rename LoadBitcodeIntoNewDbgInforFormat to LoadBitcodeIntoNewDbgInfoFormatOrlando Cazalet-Hyams
2024-03-20[RemoveDIs][NFC] Rename DPLabel->DbgLabelRecord (#85918)Stephen Tozer
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer
2024-03-19[RemoveDIs] Add flag to control loading into new debug mode from bitcode (#85...Orlando Cazalet-Hyams
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
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer
2024-03-08[IR] Add new Range attribute using new ConstantRange Attribute type (#83171)Andreas Jonson
2024-02-23Revert "[llvm][AArch64] Autoupgrade function attributes from Module attribute...Daniel Kiss
2024-02-23[llvm][AArch64] Autoupgrade function attributes from Module attributes. (#80640)Dani
2024-02-22[LLVM][IR] Add native vector support to ConstantInt & ConstantFP. (#74502)Paul Walker
2024-02-07[RemoveDIs] Don't convert debug-info in bitcode-loading just now (#80865)Jeremy Morse
2024-01-25Reapply 215b8f1e252, reverted in c3f7fb1421eJeremy Morse
2024-01-25Revert "[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode ...Jeremy Morse
2024-01-25[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode (#78967)Jeremy Morse
2023-12-27[BitcodeReader] Add bounds checking on Strtab (#76403)DavidKorczynski
2023-12-14[IR] Add dead_on_unwind attribute (#74289)Nikita Popov