Mention that llvm_report_error() does not return.
[oota-llvm.git] / utils / vim /
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-21 Dan GohmanFix a missing word.
2009-01-21 Dan GohmanVersions of VIM included with Intrepid and Leopard...
2009-01-21 Dan GohmanEnable syntax highlighting of LLVM and tablegen files...
2009-01-21 Dan GohmanOnly set cindent for C and C++ source files.
2009-01-08 Misha BrukmanUse VIM's built-in shorthand for whitespace in regex.
2009-01-05 Dan GohmanAdd the keyword 'default'.
2009-01-05 Dan Gohmangc is not an obsolete keyword.
2009-01-04 Dan GohmanThe .llx suffix is obsolete.
2009-01-04 Dan GohmanUpdate VIM LLVM IR syntax highlighting.
2009-01-04 Dan GohmanSet a few more vimrc indentation options.
2009-01-04 Dan GohmanUse softtabstop instead of redefining tabstop.
2009-01-04 Dan GohmanSwitch the vimrc file from smartindent to cindent,...
2009-01-02 Misha Brukmanvimrc
2008-04-27 Bill WendlingAdded support for:
2008-01-29 Dan GohmanUpdate this file for 2.0 syntax.
2006-08-11 Reid SpencerRemove blank line at end of file, removing test user...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2005-05-13 Chris Lattneradd support for fastcc and friends
2005-05-12 Misha Brukman* Fix wording of the warning
2005-05-06 Chris LattnerHilight tail
2005-04-24 Misha Brukman.vimrc file to aid in LLVM coding standards conformance
2004-12-09 Test CommitTest commit
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-09-28 Misha BrukmanAdd `deplibs' keyword for specifying a list of dependen...
2004-05-19 Misha BrukmanAdd hint about syntax-highlighting non-standardly-named...
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-08-11 Misha BrukmanAdded keyword `include', and a FIXME for hex and binary...
2003-08-11 Misha Brukmantablegen.vim:
2003-08-11 Chris LattnerAdd .llx
2003-08-11 Misha BrukmanAdded a TableGen syntax highlighting mode for VIM and...
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.