summaryrefslogtreecommitdiff
path: root/utils/vim
AgeCommit message (Expand)Author
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
2016-10-14vim: add `comdat` keywordSaleem Abdulrasool
2016-08-11[vim] Add more attributes to llvm.vimDavid Majnemer
2016-08-09[vim] Update the llvm.vim syntax fileDavid Majnemer
2016-07-13vim: separate the keywords into one per lineSaleem Abdulrasool
2016-07-13vim: add local_unnamed_addr keywordSaleem Abdulrasool
2016-04-19vim: add swiftcc keywordSaleem Abdulrasool
2016-04-06vim: add missing keywordSaleem Abdulrasool
2015-12-28[vim] Add token type to Vim syntax file.Manuel Jacob
2015-09-29HHVM calling conventions.Maksim Panchenko
2015-09-03llvm.vim: 'musttail' is a keyword tooJonathan Roelofs
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-07-15[vim] Update the syntax to mark REQUIRES lines and not talk aboutChandler Carruth
2015-07-15[vim] Add the IR's comment prefix to the comments list. This allows vimChandler Carruth
2015-05-04Vim: Fix some bugs in llvm indent plugin.Matthias Braun
2015-05-04Vim: Set filetype=python for lit configuration files.Matthias Braun
2015-04-21Enhanced vim support.Matthias Braun
2015-02-21AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith
2015-02-13AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith
2015-02-13AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith
2015-02-13AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith
2015-02-03AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith
2015-01-13AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith
2014-12-12utils: update vim syntax highlighting for LLVM IRSaleem Abdulrasool
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola
2013-11-15Add addrspacecast instruction.Matt Arsenault
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio
2013-07-12Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis
2013-02-28Enable syntax highlighting for reStructuredText files.Bill Wendling
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2012-12-02Bring vim keyword lists up to date.Benjamin Kramer
2012-11-30Vim mode updated to recognize fast-math flagsMichael Ilseman
2012-10-19lit: Remove support for XTARGET.Daniel Dunbar
2012-05-03Add the half type to the LLVM IR vim syntax highlighting.Owen Anderson
2012-02-22Add Foreach LoopDavid Greene
2011-10-07Remove MultidefsDavid Greene
2011-10-05Vim Support for MultidefsDavid Greene
2011-08-17Update uwtable vim color!Bruno Cardoso Lopes