aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu2-11/+63
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung1-1/+7
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz872-14/+4
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov1-0/+1
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz872-4/+14
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-1/+1
2024-06-12Reapply "[llvm][IR] Extend BranchWeightMetadata to track provenance o… (#95...Paul Kirth1-1/+4
2024-06-11Revert new debug info format commits:Stephen Tozer1-1/+1
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov2-0/+4
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-1/+1
2024-06-05Revert "[ThinLTO][Bitcode] Generate import type in bitcode (#87600)" (#94502)Mingming Liu1-30/+8
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov2-12/+2
2024-06-03[MemProf] Determine stack id references in BitcodeWriter without sorting (#94...Teresa Johnson1-21/+31
2024-06-03BitcodeWriter: ensure `Buffer` is heap allocatedMircea Trofin1-1/+2
2024-05-30Unittests and usability for BitstreamWriter incremental flushing (#92983)Mircea Trofin1-33/+37
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha3-1/+31
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov2-24/+45
2024-05-22[ThinLTO][Bitcode] Generate import type in bitcode (#87600)Mingming Liu1-8/+30
2024-05-19[llvm] Use SmallString::str (NFC) (#92712)Kazu Hirata1-1/+1
2024-05-15[lld] Fix -ObjC load behavior with LTO (#92162)Nuri Amari1-1/+2
2024-05-15Fix typo "indicies" (#92232)Jay Foad3-8/+8
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song1-1/+1
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-05-06Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...Jan Voung2-33/+6
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-1/+1
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-1/+1
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer1-1/+1
2024-05-01Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung2-6/+33
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer1-1/+1
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer1-1/+1
2024-04-30Revert "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summari...Jan Voung2-33/+6
2024-04-30Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summaries (#90497)Jan Voung2-6/+33
2024-04-22[RemoveDIs] Make verify-uselistorder preserve the input debug info format (#8...Stephen Tozer1-0/+4
2024-04-15[DebugInfo][RemoveDIs] Fix error from not tracking seen debug labels (#88718)Stephen Tozer1-0/+1
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu2-1/+4
2024-04-09Add support for `nneg` flag with `uitofp`Noah Goldstein1-1/+1
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer1-13/+59
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer1-13/+4
2024-04-01[ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu1-2/+11
2024-03-29[IR] Add nowrap flags for trunc instruction (#85592)elhewaty2-3/+18
2024-03-22NFC Rename LoadBitcodeIntoNewDbgInforFormat to LoadBitcodeIntoNewDbgInfoFormatOrlando Cazalet-Hyams1-3/+3
2024-03-20[RemoveDIs][NFC] Rename DPMarker->DbgMarker (#85931)Stephen Tozer1-1/+1
2024-03-20[RemoveDIs][NFC] Rename DPLabel->DbgLabelRecord (#85918)Stephen Tozer3-8/+9
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov2-28/+44
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer4-49/+54
2024-03-19[RemoveDIs] Auto-upgrade debug intrinsics to DbgRecords (default false) (#85650)Orlando Cazalet-Hyams1-9/+17
2024-03-19[RemoveDIs] Add flag to control loading into new debug mode from bitcode (#85...Orlando Cazalet-Hyams1-6/+18
2024-03-19[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#83862)Daniil Kovalev2-4/+18
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams5-80/+315
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams5-315/+80