Remove linkonce_odr_auto_hide.
[oota-llvm.git] / utils / vim / llvm.vim
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2012-12-02 Benjamin KramerBring vim keyword lists up to date.
2012-11-30 Michael IlsemanVim mode updated to recognize fast-math flags
2012-10-19 Daniel Dunbarlit: Remove support for XTARGET.
2012-05-03 Owen AndersonAdd the half type to the LLVM IR vim syntax highlighting.
2011-08-17 Bruno Cardoso LopesUpdate uwtable vim color!
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-08-28 Dan GohmanRemove obsolete keywords which are no longer relevant.
2010-08-28 Dan GohmanRemove unions from the vim syntax highlighting.
2010-07-29 Owen AndersonMake un-named values legible in certain vim configurations.
2010-02-26 Dan GohmanAdd Revision keywords to these files, as it's common...
2010-02-26 Dan GohmanAdd the alignstack keyword.
2010-02-26 Dan GohmanRemove bogus Updated line.
2010-02-25 Dan GohmanAdd the union keyword.
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-09 Dan GohmanTighten up the vim LLVM IR syntax highlighting regex...
2009-10-29 Dan GohmanAdd indirectbr and blockaddress to the vim syntax highl...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-05 Dan GohmanAdd new function attribute keywords to the vim syntax.
2009-07-27 Dan Gohmanvim syntax highlighting for inbounds keyword.
2009-07-22 Dan GohmanAdd new keywords to the vim syntax highlighting.
2009-07-17 Dan GohmanAdd the private keyword to the VIM syntax highlighting.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-05 Dan GohmanAdd the keyword 'default'.
2009-01-05 Dan Gohmangc is not an obsolete keyword.
2009-01-04 Dan GohmanUpdate VIM LLVM IR syntax highlighting.
2009-01-02 Misha Brukmanvimrc
2008-01-29 Dan GohmanUpdate this file for 2.0 syntax.
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2005-05-13 Chris Lattneradd support for fastcc and friends
2005-05-06 Chris LattnerHilight tail
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-09-28 Misha BrukmanAdd `deplibs' keyword for specifying a list of dependen...
2004-04-28 Misha BrukmanAdded `zeroinitializer' keyword.
2004-03-12 Chris LattnerTeach vim about the select instruction. Allow it...
2003-10-27 Chris LattnerMake sure to syntax hilight the 'unwind' keyword!
2003-10-21 Chris LattnerSyntax highlight the new operators
2003-10-10 Chris LattnerAdd support for the weak linkage specifier
2003-09-08 Chris Lattnersyntax highlightify
2003-06-03 Misha Brukman* Added the `to' keyword, as in `cast <type> <data...
2003-05-08 Chris LattnerAdd support for new va_arg instruction
2003-04-22 Chris LattnerUpdate to add new keywords
2003-04-16 Chris LattnerAdd new linkage keywords. Spell uninitialized correctly
2002-10-07 Nick HildenbrandtLLVM syntax highlighting for VIM.