index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
vim
/
llvm.vim
Age
Commit message (
Expand
)
Author
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2012-12-02
Bring vim keyword lists up to date.
Benjamin Kramer
2012-11-30
Vim mode updated to recognize fast-math flags
Michael Ilseman
2012-10-19
lit: Remove support for XTARGET.
Daniel Dunbar
2012-05-03
Add the half type to the LLVM IR vim syntax highlighting.
Owen Anderson
2011-08-17
Update uwtable vim color!
Bruno Cardoso Lopes
2010-09-25
Add ret instruction to PTX backend
Che-Liang Chiou
2010-08-28
Remove obsolete keywords which are no longer relevant.
Dan Gohman
2010-08-28
Remove unions from the vim syntax highlighting.
Dan Gohman
2010-07-29
Make un-named values legible in certain vim configurations.
Owen Anderson
2010-02-26
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
Add the alignstack keyword.
Dan Gohman
2010-02-26
Remove bogus Updated line.
Dan Gohman
2010-02-25
Add the union keyword.
Dan Gohman
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-01-15
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2010-01-09
Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a
Dan Gohman
2009-10-29
Add indirectbr and blockaddress to the vim syntax highlighting file.
Dan Gohman
2009-08-26
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-08-05
Add new function attribute keywords to the vim syntax.
Dan Gohman
2009-07-27
vim syntax highlighting for inbounds keyword.
Dan Gohman
2009-07-22
Add new keywords to the vim syntax highlighting.
Dan Gohman
2009-07-17
Add the private keyword to the VIM syntax highlighting.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-03-11
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-01-05
Add the keyword 'default'.
Dan Gohman
2009-01-05
gc is not an obsolete keyword.
Dan Gohman
2009-01-04
Update VIM LLVM IR syntax highlighting.
Dan Gohman
2009-01-02
vimrc
Misha Brukman
2008-01-29
Update this file for 2.0 syntax.
Dan Gohman
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-06
Hilight tail
Chris Lattner
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-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-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