summaryrefslogtreecommitdiff
path: root/utils/vim
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-2/+1
2013-11-15Add addrspacecast instruction.Matt Arsenault1-11/+12
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola1-2/+2
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio1-1/+1
2013-07-12Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis1-6/+7
2013-02-28Enable syntax highlighting for reStructuredText files.Bill Wendling1-0/+7
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany1-2/+2
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany1-0/+1
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling1-4/+4
2012-12-02Bring vim keyword lists up to date.Benjamin Kramer1-36/+33
2012-11-30Vim mode updated to recognize fast-math flagsMichael Ilseman1-1/+1
2012-10-19lit: Remove support for XTARGET.Daniel Dunbar1-1/+0
2012-05-03Add the half type to the LLVM IR vim syntax highlighting.Owen Anderson1-1/+1
2012-02-22Add Foreach LoopDavid Greene1-1/+1
2011-10-07Remove MultidefsDavid Greene1-1/+1
2011-10-05Vim Support for MultidefsDavid Greene1-1/+1
2011-08-17Update uwtable vim color!Bruno Cardoso Lopes1-1/+1
2010-10-26Enable clang autocompletion by default.Dan Gohman1-3/+4
2010-09-25Add ret instruction to PTX backendChe-Liang Chiou1-0/+1
2010-09-03Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman1-4/+0
2010-08-28Remove obsolete keywords which are no longer relevant.Dan Gohman1-2/+1
2010-08-28Remove unions from the vim syntax highlighting.Dan Gohman1-1/+0
2010-08-27Clarify a comment.Dan Gohman1-1/+1
2010-08-27Parse " (Hidden)" and cope with it.Dan Gohman1-0/+7
2010-08-27Default to looking for clang++ in the PATH, rather than trying toDan Gohman1-2/+2
2010-08-26Experimental clang-based code-completion support for vim. This currentlyDan Gohman1-0/+124
2010-07-29Make un-named values legible in certain vim configurations.Owen Anderson1-2/+2
2010-02-26Fix grammaro in a comment.Dan Gohman1-1/+1
2010-02-26Add Revision keywords to these files, as it's common for them to beDan Gohman3-1/+3
2010-02-26Improve the vim code for highlighting trailing whitespace and linesDan Gohman1-5/+25
2010-02-26Add the alignstack keyword.Dan Gohman1-1/+1
2010-02-26Remove bogus Updated line.Dan Gohman1-1/+0
2010-02-25Add the union keyword.Dan Gohman1-0/+1
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen1-1/+1
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher1-1/+1
2010-01-09Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman1-1/+3
2010-01-09Set the vim auto-indent setting for open braces after case statements toDan Gohman1-1/+1
2009-10-29Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman1-1/+2
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen1-1/+1
2009-08-05Add new function attribute keywords to the vim syntax.Dan Gohman1-1/+2
2009-07-27vim syntax highlighting for inbounds keyword.Dan Gohman1-1/+1
2009-07-22Add new keywords to the vim syntax highlighting.Dan Gohman1-0/+1
2009-07-17Add the private keyword to the VIM syntax highlighting.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-1/+2
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands1-1/+1
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands1-1/+1
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-1/+2
2009-01-21Fix a missing word.Dan Gohman1-2/+2
2009-01-21Versions of VIM included with Intrepid and Leopard at least appearDan Gohman1-7/+8
2009-01-21Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman1-0/+12