aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/vim
AgeCommit message (Expand)AuthorFilesLines
2025-10-13[Utils][vim] Match hexadecimal constants with u or s prefixes (#162613)Jim Lin1-1/+1
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver1-0/+1
2025-04-24[Utils][vim] Add missing highlights for disjoint (#136801)Jim Lin1-11/+11
2024-12-04[vim] Improve iskeyword for LLVM IR (#117905)Fraser Cormack1-0/+8
2024-07-17[Utils][vim] Match more hexadecimal float constants (#99000)Fraser Cormack1-1/+1
2024-07-17[Utils][vim] Match vector 'splat' keyword (#99004)Fraser Cormack1-0/+1
2024-05-30[RemoveDIs] Update syntax highlighting to include debug records (#93660)Stephen Tozer1-0/+3
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha1-0/+1
2024-02-28[vim] Fix command already exists on opening multiple mir buffers (#82410)Joe Nash1-0/+2
2023-11-27[vim] set commentstring (#71838)Nick Desaulniers1-0/+1
2023-10-19[TableGen] Update editor modes for new keywords and bang operators. (#68897)Francesco Petrogalli1-1/+1
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer1-0/+1
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang1-0/+1
2021-12-20[llvm][IR] Add no_cfi constantSami Tolvanen1-0/+1
2021-06-22[Utils][vim] Add missing highlights for fast-math flagsFraser Cormack1-10/+10
2021-06-14[Utils] Add missing freeze and poison keyword highlightsJuneyoung Lee1-1/+1
2021-06-09[Utils][vim] Highlight 'ptr' typeTom Stellard1-1/+1
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver1-0/+1
2021-05-18[Utils][vim] Highlight CHECK-EMPTY: & CHECK-COUNT: directivesSenran Zhang1-1/+2
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover1-0/+1
2021-04-29[Utils][vim] Highlight 'vscale' constantFraser Cormack1-1/+1
2021-03-19[Utils][vim] Highlight `poison` keywordSenran Zhang1-1/+1
2021-03-05[Utils] Add missing attributes in syntax filesAndrzej Warzynski1-9/+35
2021-03-03[NFC] Add x86_amx and some missed half, bfloat keywords to llvm plugin syntaxesWang, Pengfei1-1/+1
2021-02-17[vim] Highlight most common MIR syntax not in LLVM IRCassie Jones1-1/+28
2021-02-17[vim] Add initial syntax definition for .mir filesCassie Jones4-0/+73
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers1-1/+0
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers1-0/+1
2020-10-19[LangRef] Define mustprogress attributeAtmn Patel1-0/+1
2020-08-25[Utils] Add highlighting definition for byref IR attributeAnatoly Trosinenko1-0/+1
2020-08-03[Utils] Add noundef attribute to vim/emacs/vscode syntax scriptsGui Andrade1-0/+1
2020-06-18vim: add `bfloat` keywordCullen Rhodes1-1/+1
2020-03-18[lit] Add builtin support for flaky tests in litLouis Dionne1-0/+1
2020-01-14[TableGen] Update editor modes for new keywords.Simon Tatham1-1/+1
2019-10-07[X86] Add new calling convention that guarantees tail call optimizationReid Kleckner1-0/+1
2019-08-30vim: add `immarg` keywordSven van Haastregt1-0/+1
2019-03-14Line wrap README fileSam Clegg1-1/+2
2019-02-27vim: `swiftself` is an attributeSaleem Abdulrasool1-0/+1
2019-02-08Implementation of asm-goto support in LLVMCraig Topper1-1/+1
2018-11-13Add fneg instruction to syntax highlighting listsMatt Arsenault1-1/+1
2018-03-22vim: rename `singlethread` to `syncscope`Saleem Abdulrasool1-1/+1
2018-03-21vim: add `dso_local` and `dso_preemptable` keywordsSaleem Abdulrasool1-0/+2
2018-02-20[vim] Recognize more FileCheck commentsMikhail Maltsev1-0/+1
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor1-0/+1
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo1-1/+1
2017-07-07vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword...Craig Topper1-0/+4
2017-02-10vim: add `returned` keywordSaleem Abdulrasool1-0/+1
2017-01-31[Utils] Update comment in vimrcDan Gohman1-2/+2
2016-11-03vim: special case the CHECK prefixSaleem Abdulrasool1-0/+1
2016-10-14vim: add `norecurse` attributeSaleem Abdulrasool1-0/+1