summaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser
AgeCommit message (Expand)Author
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch
2025-01-29[MemProf] Fix summary identification for imported locals (#124659)Teresa Johnson
2025-01-29[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)Alex MacLean
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-20[LLParser] Avoid PointerType::get() with type argument (NFC)Nikita Popov
2025-01-15[AsmParser] Avoid repeated map lookups (NFC) (#123015)Kazu Hirata
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-12-19[LLParser] Remove redundant code (NFC) (#120478)Pedro Lobo
2024-12-12[AsmParser] Convert empty arrays to `poison` (#119754)Pedro Lobo
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn
2024-11-27AsmParser: parse zeroinitializer, poison constants (#117809)Ramkumar Ramachandra
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha
2024-11-06[DebugInfo] Add num_extra_inhabitants to debug info (#112590)Augusto Noronha
2024-11-05[LLVM][AsmParser] Add support for C style comments (#111554)Rahul Joshi
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad
2024-10-29[LLVM] Change error messages to start with lower case (#113748)Rahul Joshi
2024-10-25[IR] Fix undiagnosed cases of structs containing scalable vectors (#113455)Jay Foad
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
2024-10-08[AsmParser] Simplify code with std::map::operator[] (NFC) (#111480)Kazu Hirata
2024-10-07[LLVM][AsmParser] Make error reporting of lexer errors more precise (#111077)Rahul Joshi
2024-09-30[NFC] Move intrinsic related functions to Intrinsic namespace (#110125)Rahul Joshi
2024-09-27[LLVM][NFC] Remove redundant copy parameter in lambda (#110156)Amr Hesham
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-09-05[IR] Check parameters of target extension types on construction (#107268)Jay Foad
2024-08-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight
2024-07-28[LLParser] Use SmallVector instead of std::vector (#100916)Kazu Hirata
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-07-10[MIR] Replace bespoke DIExpression parserScott Linder
2024-07-03[AsmParser] Use range-based for loops (NFC) (#97499)Kazu Hirata
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-06-24[LLParser] Use poison instead of undef when cleaning up forward refsNikita Popov
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz87
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz87
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-06-11Revert new debug info format commits:Stephen Tozer
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-06-06[AArch64][SME] Add calling convention for __arm_get_current_vg (#93963)Kerry McLaughlin
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-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song