aboutsummaryrefslogtreecommitdiffstats
path: root/utils/vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-241-0/+34
* Test commitTest Commit2004-12-091-0/+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
* Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.Misha Brukman2004-05-191-0/+9
* 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 keyword `include', and a FIXME for hex and binary constants.Misha Brukman2003-08-111-1/+2
* tablegen.vim:Misha Brukman2003-08-112-4/+9
* Add .llxChris Lattner2003-08-111-0/+1
* Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman2003-08-112-0/+68
* * 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