summaryrefslogtreecommitdiff
path: root/llvm/utils/vim
AgeCommit message (Expand)Author
2025-10-13[Utils][vim] Match hexadecimal constants with u or s prefixes (#162613)Jim Lin
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver
2025-04-24[Utils][vim] Add missing highlights for disjoint (#136801)Jim Lin
2024-12-04[vim] Improve iskeyword for LLVM IR (#117905)Fraser Cormack
2024-07-17[Utils][vim] Match more hexadecimal float constants (#99000)Fraser Cormack
2024-07-17[Utils][vim] Match vector 'splat' keyword (#99004)Fraser Cormack
2024-05-30[RemoveDIs] Update syntax highlighting to include debug records (#93660)Stephen Tozer
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
2024-02-28[vim] Fix command already exists on opening multiple mir buffers (#82410)Joe Nash
2023-11-27[vim] set commentstring (#71838)Nick Desaulniers
2023-10-19[TableGen] Update editor modes for new keywords and bang operators. (#68897)Francesco Petrogalli
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2021-12-20[llvm][IR] Add no_cfi constantSami Tolvanen
2021-06-22[Utils][vim] Add missing highlights for fast-math flagsFraser Cormack
2021-06-14[Utils] Add missing freeze and poison keyword highlightsJuneyoung Lee
2021-06-09[Utils][vim] Highlight 'ptr' typeTom Stellard
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-05-18[Utils][vim] Highlight CHECK-EMPTY: & CHECK-COUNT: directivesSenran Zhang
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover
2021-04-29[Utils][vim] Highlight 'vscale' constantFraser Cormack
2021-03-19[Utils][vim] Highlight `poison` keywordSenran Zhang
2021-03-05[Utils] Add missing attributes in syntax filesAndrzej Warzynski
2021-03-03[NFC] Add x86_amx and some missed half, bfloat keywords to llvm plugin syntaxesWang, Pengfei
2021-02-17[vim] Highlight most common MIR syntax not in LLVM IRCassie Jones
2021-02-17[vim] Add initial syntax definition for .mir filesCassie Jones
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers
2020-10-19[LangRef] Define mustprogress attributeAtmn Patel
2020-08-25[Utils] Add highlighting definition for byref IR attributeAnatoly Trosinenko
2020-08-03[Utils] Add noundef attribute to vim/emacs/vscode syntax scriptsGui Andrade
2020-06-18vim: add `bfloat` keywordCullen Rhodes
2020-03-18[lit] Add builtin support for flaky tests in litLouis Dionne
2020-01-14[TableGen] Update editor modes for new keywords.Simon Tatham
2019-10-07[X86] Add new calling convention that guarantees tail call optimizationReid Kleckner
2019-08-30vim: add `immarg` keywordSven van Haastregt
2019-03-14Line wrap README fileSam Clegg
2019-02-27vim: `swiftself` is an attributeSaleem Abdulrasool
2019-02-08Implementation of asm-goto support in LLVMCraig Topper
2018-11-13Add fneg instruction to syntax highlighting listsMatt Arsenault
2018-03-22vim: rename `singlethread` to `syncscope`Saleem Abdulrasool
2018-03-21vim: add `dso_local` and `dso_preemptable` keywordsSaleem Abdulrasool
2018-02-20[vim] Recognize more FileCheck commentsMikhail Maltsev
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-07vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword...Craig Topper
2017-02-10vim: add `returned` keywordSaleem Abdulrasool
2017-01-31[Utils] Update comment in vimrcDan Gohman
2016-11-03vim: special case the CHECK prefixSaleem Abdulrasool
2016-10-14vim: add `norecurse` attributeSaleem Abdulrasool