aboutsummaryrefslogtreecommitdiffstats
path: root/utils/vim
Commit message (Expand)AuthorAgeFilesLines
* Enable clang autocompletion by default.Dan Gohman2010-10-261-3/+4
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-0/+1
* Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman2010-09-031-4/+0
* Remove obsolete keywords which are no longer relevant.Dan Gohman2010-08-281-2/+1
* Remove unions from the vim syntax highlighting.Dan Gohman2010-08-281-1/+0
* Clarify a comment.Dan Gohman2010-08-271-1/+1
* Parse " (Hidden)" and cope with it.Dan Gohman2010-08-271-0/+7
* Default to looking for clang++ in the PATH, rather than trying toDan Gohman2010-08-271-2/+2
* Experimental clang-based code-completion support for vim. This currentlyDan Gohman2010-08-261-0/+124
* Make un-named values legible in certain vim configurations.Owen Anderson2010-07-291-2/+2
* Fix grammaro in a comment.Dan Gohman2010-02-261-1/+1
* Add Revision keywords to these files, as it's common for them to beDan Gohman2010-02-263-1/+3
* Improve the vim code for highlighting trailing whitespace and linesDan Gohman2010-02-261-5/+25
* Add the alignstack keyword.Dan Gohman2010-02-261-1/+1
* Remove bogus Updated line.Dan Gohman2010-02-261-1/+0
* Add the union keyword.Dan Gohman2010-02-251-0/+1
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-1/+1
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-1/+1
* Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman2010-01-091-1/+3
* Set the vim auto-indent setting for open braces after case statements toDan Gohman2010-01-091-1/+1
* Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman2009-10-291-1/+2
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-261-1/+1
* Add new function attribute keywords to the vim syntax.Dan Gohman2009-08-051-1/+2
* vim syntax highlighting for inbounds keyword.Dan Gohman2009-07-271-1/+1
* Add new keywords to the vim syntax highlighting.Dan Gohman2009-07-221-0/+1
* Add the private keyword to the VIM syntax highlighting.Dan Gohman2009-07-171-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+2
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-1/+1
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+2
* Fix a missing word.Dan Gohman2009-01-211-2/+2
* Versions of VIM included with Intrepid and Leopard at least appearDan Gohman2009-01-211-7/+8
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-211-0/+12
* Only set cindent for C and C++ source files.Dan Gohman2009-01-211-4/+8
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-081-1/+1
* Add the keyword 'default'.Dan Gohman2009-01-051-1/+1
* gc is not an obsolete keyword.Dan Gohman2009-01-051-2/+2
* The .llx suffix is obsolete.Dan Gohman2009-01-041-1/+0
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-041-18/+52
* Set a few more vimrc indentation options.Dan Gohman2009-01-041-2/+4
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-041-1/+1
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-041-2/+3
* vimrcMisha Brukman2009-01-023-7/+20
* Added support for:Bill Wendling2008-04-271-7/+20
* Update this file for 2.0 syntax.Dan Gohman2008-01-291-9/+17
* Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer2006-08-111-1/+0
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-142-2/+2
* add support for fastcc and friendsChris Lattner2005-05-131-1/+1
* * Fix wording of the warningMisha Brukman2005-05-121-2/+8
* Hilight tailChris Lattner2005-05-061-1/+1