summaryrefslogtreecommitdiff
path: root/utils/vim
AgeCommit message (Expand)Author
2010-10-26Enable clang autocompletion by default.Dan Gohman
2010-09-25Add ret instruction to PTX backendChe-Liang Chiou
2010-09-03Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman
2010-08-28Remove obsolete keywords which are no longer relevant.Dan Gohman
2010-08-28Remove unions from the vim syntax highlighting.Dan Gohman
2010-08-27Clarify a comment.Dan Gohman
2010-08-27Parse " (Hidden)" and cope with it.Dan Gohman
2010-08-27Default to looking for clang++ in the PATH, rather than trying toDan Gohman
2010-08-26Experimental clang-based code-completion support for vim. This currentlyDan Gohman
2010-07-29Make un-named values legible in certain vim configurations.Owen Anderson
2010-02-26Fix grammaro in a comment.Dan Gohman
2010-02-26Add Revision keywords to these files, as it's common for them to beDan Gohman
2010-02-26Improve the vim code for highlighting trailing whitespace and linesDan Gohman
2010-02-26Add the alignstack keyword.Dan Gohman
2010-02-26Remove bogus Updated line.Dan Gohman
2010-02-25Add the union keyword.Dan Gohman
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-09Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman
2010-01-09Set the vim auto-indent setting for open braces after case statements toDan Gohman
2009-10-29Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-08-05Add new function attribute keywords to the vim syntax.Dan Gohman
2009-07-27vim syntax highlighting for inbounds keyword.Dan Gohman
2009-07-22Add new keywords to the vim syntax highlighting.Dan Gohman
2009-07-17Add the private keyword to the VIM syntax highlighting.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-01-21Fix a missing word.Dan Gohman
2009-01-21Versions of VIM included with Intrepid and Leopard at least appearDan Gohman
2009-01-21Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman
2009-01-21Only set cindent for C and C++ source files.Dan Gohman
2009-01-08Use VIM's built-in shorthand for whitespace in regex.Misha Brukman
2009-01-05Add the keyword 'default'.Dan Gohman
2009-01-05gc is not an obsolete keyword.Dan Gohman
2009-01-04The .llx suffix is obsolete.Dan Gohman
2009-01-04Update VIM LLVM IR syntax highlighting.Dan Gohman
2009-01-04Set a few more vimrc indentation options.Dan Gohman
2009-01-04Use softtabstop instead of redefining tabstop.Dan Gohman
2009-01-04Switch the vimrc file from smartindent to cindent, which isDan Gohman
2009-01-02vimrcMisha Brukman
2008-04-27Added support for:Bill Wendling
2008-01-29Update this file for 2.0 syntax.Dan Gohman
2006-08-11Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-05-13add support for fastcc and friendsChris Lattner
2005-05-12* Fix wording of the warningMisha Brukman
2005-05-06Hilight tailChris Lattner