aboutsummaryrefslogtreecommitdiff
path: root/utils/vim
AgeCommit message (Expand)Author
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
2005-04-24.vimrc file to aid in LLVM coding standards conformanceMisha Brukman
2004-12-09Test commitTest Commit
2004-10-16Add support for undef and unreachableChris Lattner
2004-09-28Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman
2004-05-19Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.Misha Brukman
2004-04-28Added `zeroinitializer' keyword.Misha Brukman
2004-03-12Teach vim about the select instruction. Allow it to forget about the long-deadChris Lattner
2003-10-27Make sure to syntax hilight the 'unwind' keyword!Chris Lattner
2003-10-21Syntax highlight the new operatorsChris Lattner
2003-10-10Add support for the weak linkage specifierChris Lattner
2003-09-08syntax highlightifyChris Lattner
2003-08-11Added keyword `include', and a FIXME for hex and binary constants.Misha Brukman
2003-08-11tablegen.vim:Misha Brukman
2003-08-11Add .llxChris Lattner
2003-08-11Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman
2003-06-03* Added the `to' keyword, as in `cast <type> <data> to <type>'.Misha Brukman