aboutsummaryrefslogtreecommitdiffstats
path: root/utils/vim/llvm.vim
Commit message (Expand)AuthorAgeFilesLines
* Add Revision keywords to these files, as it's common for them to beDan Gohman2010-02-261-0/+1
* 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
* 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
* Add the keyword 'default'.Dan Gohman2009-01-051-1/+1
* gc is not an obsolete keyword.Dan Gohman2009-01-051-2/+2
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-041-18/+52
* vimrcMisha Brukman2009-01-021-1/+1
* Update this file for 2.0 syntax.Dan Gohman2008-01-291-9/+17
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* add support for fastcc and friendsChris Lattner2005-05-131-1/+1
* Hilight tailChris Lattner2005-05-061-1/+1
* Add support for undef and unreachableChris Lattner2004-10-161-2/+2
* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-281-1/+1
* Added `zeroinitializer' keyword.Misha Brukman2004-04-281-1/+1
* Teach vim about the select instruction. Allow it to forget about the long-deadChris Lattner2004-03-121-2/+2
* Make sure to syntax hilight the 'unwind' keyword!Chris Lattner2003-10-271-1/+1
* Syntax highlight the new operatorsChris Lattner2003-10-211-1/+1
* Add support for the weak linkage specifierChris Lattner2003-10-101-1/+1
* syntax highlightifyChris Lattner2003-09-081-1/+1
* * Added the `to' keyword, as in `cast <type> <data> to <type>'.Misha Brukman2003-06-031-8/+8
* Add support for new va_arg instructionChris Lattner2003-05-081-1/+1
* Update to add new keywordsChris Lattner2003-04-221-3/+4
* Add new linkage keywords. Spell uninitialized correctlyChris Lattner2003-04-161-1/+2
* LLVM syntax highlighting for VIM.Nick Hildenbrandt2002-10-071-0/+59