[Utils] Updated shuffle fuzz script to generate more modern (valid) IR.
[oota-llvm.git] / utils / vim /
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-03 Jonathan Roelofsllvm.vim: 'musttail' is a keyword too
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-07-15 Chandler Carruth[vim] Update the syntax to mark REQUIRES lines and...
2015-07-15 Chandler Carruth[vim] Add the IR's comment prefix to the comments list...
2015-05-04 Matthias BraunVim: Fix some bugs in llvm indent plugin.
2015-05-04 Matthias BraunVim: Set filetype=python for lit configuration files.
2015-04-21 Matthias BraunEnhanced vim support.
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2014-12-12 Saleem Abdulrasoolutils: update vim syntax highlighting for LLVM IR
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
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-28 Bill WendlingEnable syntax highlighting for reStructuredText files.
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.
2012-02-22 David GreeneAdd Foreach Loop
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreeneVim Support for Multidefs
2011-08-17 Bruno Cardoso LopesUpdate uwtable vim color!
2010-10-26 Dan GohmanEnable clang autocompletion by default.
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-03 Dan GohmanRemove a TODO comment; this is now filed in bugzilla...
2010-08-28 Dan GohmanRemove obsolete keywords which are no longer relevant.
2010-08-28 Dan GohmanRemove unions from the vim syntax highlighting.
2010-08-27 Dan GohmanClarify a comment.
2010-08-27 Dan GohmanParse " (Hidden)" and cope with it.
2010-08-27 Dan GohmanDefault to looking for clang++ in the PATH, rather...
2010-08-26 Dan GohmanExperimental clang-based code-completion support for...
2010-07-29 Owen AndersonMake un-named values legible in certain vim configurations.
2010-02-26 Dan GohmanFix grammaro in a comment.
2010-02-26 Dan GohmanAdd Revision keywords to these files, as it's common...
2010-02-26 Dan GohmanImprove the vim code for highlighting trailing whitespa...
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...
2010-01-09 Dan GohmanSet the vim auto-indent setting for open braces after...
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-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...
next