summaryrefslogtreecommitdiff
path: root/utils/vim/llvm.vim
Commit message (Expand)AuthorAge
* Add Revision keywords to these files, as it's common for them to beDan Gohman2010-02-26
* Add the alignstack keyword.Dan Gohman2010-02-26
* Remove bogus Updated line.Dan Gohman2010-02-26
* Add the union keyword.Dan Gohman2010-02-25
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman2010-01-09
* Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman2009-10-29
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Add new function attribute keywords to the vim syntax.Dan Gohman2009-08-05
* vim syntax highlighting for inbounds keyword.Dan Gohman2009-07-27
* Add new keywords to the vim syntax highlighting.Dan Gohman2009-07-22
* Add the private keyword to the VIM syntax highlighting.Dan Gohman2009-07-17
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Add the keyword 'default'.Dan Gohman2009-01-05
* gc is not an obsolete keyword.Dan Gohman2009-01-05
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-04
* vimrcMisha Brukman2009-01-02
* Update this file for 2.0 syntax.Dan Gohman2008-01-29
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* add support for fastcc and friendsChris Lattner2005-05-13
* Hilight tailChris Lattner2005-05-06
* Add support for undef and unreachableChris Lattner2004-10-16
* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-28
* Added `zeroinitializer' keyword.Misha Brukman2004-04-28
* Teach vim about the select instruction. Allow it to forget about the long-deadChris Lattner2004-03-12
* Make sure to syntax hilight the 'unwind' keyword!Chris Lattner2003-10-27
* Syntax highlight the new operatorsChris Lattner2003-10-21
* Add support for the weak linkage specifierChris Lattner2003-10-10
* syntax highlightifyChris Lattner2003-09-08
* * Added the `to' keyword, as in `cast <type> <data> to <type>'.Misha Brukman2003-06-03
* Add support for new va_arg instructionChris Lattner2003-05-08
* Update to add new keywordsChris Lattner2003-04-22
* Add new linkage keywords. Spell uninitialized correctlyChris Lattner2003-04-16
* LLVM syntax highlighting for VIM.Nick Hildenbrandt2002-10-07