aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
3 days[SimplifyLibCall][Attribute] Fix bug where we may keep `range` attr with inco...goldsteinn1-2/+3
3 days[APInt] Fix APInt constructions where value does not fit bitwidth (NFCI) (#80...Nikita Popov1-1/+2
5 days[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty1-3/+6
8 days[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf1-0/+2
9 days[IR] Allow MDString in operand bundles (#110805)Serge Pavlov1-2/+19
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan1-0/+2
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson1-0/+2
2024-09-09[NFCI][BitcodeReader]Read real GUID from VI as opposed to storing it in map (...Mingming Liu1-15/+12
2024-09-08[Clang] C++20 Coroutines: Introduce Frontend Attribute [[clang::coro_await_el...Yuxuan Chen1-0/+2
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata1-8/+7
2024-09-07[Bitcode] Fix -Wunused-but-set-variable in BitcodeReader.cpp (NFC)Jie Fu1-2/+0
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu1-4/+4
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata1-9/+9
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner1-0/+4
2024-09-05[IR] Check parameters of target extension types on construction (#107268)Jay Foad1-1/+5
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple1-2/+0
2024-08-27Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung1-2/+7
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple1-0/+2
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple1-0/+2
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight1-1/+3
2024-07-11[BitcodeReader] Remove dead increment (#98412)Tom Stellard1-1/+0
2024-07-11[MemProf] Track and report profiled sizes through cloning (#98382)Teresa Johnson1-1/+31
2024-07-07[Bitcode] Use range-based for loops (NFC) (#97776)Kazu Hirata1-2/+2
2024-06-24[BitcodeReader] Use poison instead of undef for invalid instructionsNikita Popov1-5/+5
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu1-5/+44
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung1-1/+7
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov1-0/+1
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 Shaposhnikov1-0/+2
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-1/+1
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-4/+2
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha1-1/+24
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov1-19/+34
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-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 Voung1-7/+2
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 Voung1-2/+7
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 Voung1-7/+2
2024-04-30Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summaries (#90497)Jan Voung1-2/+7
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 Liu1-1/+2