aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)AuthorFilesLines
5 hours[LLVM][NFC] Remove redundant copy parameter in lambda (#110156)Amr Hesham1-2/+2
8 days[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad1-1/+1
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata1-2/+3
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu1-2/+2
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata1-3/+3
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner1-0/+6
2024-09-05[IR] Check parameters of target extension types on construction (#107268)Jay Foad1-1/+6
2024-08-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson1-2/+2
2024-07-28[LLParser] Use SmallVector instead of std::vector (#100916)Kazu Hirata1-3/+3
2024-07-10[MIR] Replace bespoke DIExpression parserScott Linder1-6/+28
2024-07-03[AsmParser] Use range-based for loops (NFC) (#97499)Kazu Hirata1-36/+35
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-3/+3
2024-06-24[LLParser] Use poison instead of undef when cleaning up forward refsNikita Popov1-2/+2
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu1-0/+49
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz871-10/+7
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov1-2/+3
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz871-7/+10
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-18/+16
2024-06-11Revert new debug info format commits:Stephen Tozer1-16/+18
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-18/+16
2024-06-06[AArch64][SME] Add calling convention for __arm_get_current_vg (#93963)Kerry McLaughlin1-0/+4
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-31/+3
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha1-0/+54
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov1-8/+28
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song1-16/+18
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-18/+16
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-16/+18
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer1-18/+16
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer1-16/+18
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer1-18/+16
2024-04-19[AsmParser] Support calling intrinsics without mangling suffix (#89172)Nikita Popov1-33/+52
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu1-3/+30
2024-04-09Add support for `nneg` flag with `uitofp`Noah Goldstein1-1/+1
2024-04-06[RFC] IR: Support atomicrmw FP ops with vector types (#86796)Matt Arsenault1-1/+3
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer1-7/+20
2024-03-29[IR] Add nowrap flags for trunc instruction (#85592)elhewaty1-1/+13
2024-03-28[LangRef] Try to clarify some Metadata semantics (#81948)Scott Linder1-2/+1
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+4
2024-03-20[RemoveDIs][NFC] Rename DPLabel->DbgLabelRecord (#85918)Stephen Tozer1-1/+1
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov1-17/+40
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer1-7/+7
2024-03-19[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#83862)Daniil Kovalev1-4/+19
2024-03-12[RemoveDIs][NFC] Rename common interface functions for DPValues->DbgRecords (...Stephen Tozer1-1/+1
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson1-0/+43
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer1-43/+0
2024-03-08[IR] Add new Range attribute using new ConstantRange Attribute type (#83171)Andreas Jonson1-0/+43
2024-03-07[RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (#79818)Stephen Tozer1-2/+166
2024-03-02Revert "[Dwarf] Support `__ptrauth` qualifier in metadata nodes" (#83672)Daniil Kovalev1-19/+4
2024-03-01[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#82363)Daniil Kovalev1-4/+19
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+2