summaryrefslogtreecommitdiff
path: root/utils/vim
Commit message (Expand)AuthorAge
...
* Only set cindent for C and C++ source files.Dan Gohman2009-01-21
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-08
* Add the keyword 'default'.Dan Gohman2009-01-05
* gc is not an obsolete keyword.Dan Gohman2009-01-05
* The .llx suffix is obsolete.Dan Gohman2009-01-04
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-04
* Set a few more vimrc indentation options.Dan Gohman2009-01-04
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-04
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-04
* vimrcMisha Brukman2009-01-02
* Added support for:Bill Wendling2008-04-27
* Update this file for 2.0 syntax.Dan Gohman2008-01-29
* Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer2006-08-11
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* add support for fastcc and friendsChris Lattner2005-05-13
* * Fix wording of the warningMisha Brukman2005-05-12
* Hilight tailChris Lattner2005-05-06
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-24
* Test commitTest Commit2004-12-09
* Add support for undef and unreachableChris Lattner2004-10-16
* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-28
* Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.Misha Brukman2004-05-19
* 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 keyword `include', and a FIXME for hex and binary constants.Misha Brukman2003-08-11
* tablegen.vim:Misha Brukman2003-08-11
* Add .llxChris Lattner2003-08-11
* Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman2003-08-11
* * 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