index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
vim
Age
Commit message (
Expand
)
Author
2006-08-11
Remove blank line at end of file, removing test user "foo" from CVS history.
Reid Spencer
2006-03-14
Convert llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2005-05-13
add support for fastcc and friends
Chris Lattner
2005-05-12
* Fix wording of the warning
Misha Brukman
2005-05-06
Hilight tail
Chris Lattner
2005-04-24
.vimrc file to aid in LLVM coding standards conformance
Misha Brukman
2004-12-09
Test commit
Test Commit
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-09-28
Add `deplibs' keyword for specifying a list of dependent libraries
Misha Brukman
2004-05-19
Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.
Misha Brukman
2004-04-28
Added `zeroinitializer' keyword.
Misha Brukman
2004-03-12
Teach vim about the select instruction. Allow it to forget about the long-dead
Chris Lattner
2003-10-27
Make sure to syntax hilight the 'unwind' keyword!
Chris Lattner
2003-10-21
Syntax highlight the new operators
Chris Lattner
2003-10-10
Add support for the weak linkage specifier
Chris Lattner
2003-09-08
syntax highlightify
Chris Lattner
2003-08-11
Added keyword `include', and a FIXME for hex and binary constants.
Misha Brukman
2003-08-11
tablegen.vim:
Misha Brukman
2003-08-11
Add .llx
Chris Lattner
2003-08-11
Added a TableGen syntax highlighting mode for VIM and a README that describes
Misha Brukman
2003-06-03
* Added the `to' keyword, as in `cast <type> <data> to <type>'.
Misha Brukman
2003-05-08
Add support for new va_arg instruction
Chris Lattner
2003-04-22
Update to add new keywords
Chris Lattner
2003-04-16
Add new linkage keywords. Spell uninitialized correctly
Chris Lattner
2002-10-07
LLVM syntax highlighting for VIM.
Nick Hildenbrandt