Taints relaxed loads to enforce load/store ordering
[oota-llvm.git] / utils / emacs /
2015-09-10 Rafael EspindolaCleaning up LLVM IR mode for Emacs.
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-02-09 Ramkumar Ramachandra[emacs] Get llvm-mode to font-lock "personality"
2015-02-06 Rafael EspindolaCorrecting keyword highlighting in llvm-mode.el.
2015-01-23 Ramkumar Ramachandra[emacs] llvm-mode: fix parens, font-lock i*
2015-01-22 Ramkumar Ramachandra[emacs] Use c-mode-common-hook, derive from "gnu"
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-07 Rafael EspindolaImprovements to emacs packages for llvm and tablegen...
2014-12-09 Will NewtonImprove emacs coding style
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-06-24 Adam Nemet[Emacs] Use spaces rather than tabs for indentation...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Matt ArsenaultUpdate emacs llvm mode.
2012-12-03 Bill WendlingRemove 'deplibs' keyword, since it's no longer used.
2012-12-01 Michael IlsemanUpdate the emacs mode to recognize fadd, fsum, fmul...
2012-02-22 Bill WendlingRemove bad comma from .el file.
2012-02-22 David GreeneAdd Foreach Loop
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreeneEmacs Support for Multidefs
2010-09-19 Misha BrukmanUsing regexp-opt for keyword regex declarations makes...
2009-12-19 Chris Lattner.llx is no more.
2009-10-21 Chris LattnerSet comment string, patch by Johnny Chen!
2009-07-28 Daniel DunbarTweak LLVM emacs style to make default namespace indent...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-04 Mike Stump.emacs file bits for automatically setting the llvm...
2008-07-23 Chris Lattner'Previously, the emacs tablegen mode would highlight...
2007-12-19 Bill WendlingModified to support comments better.
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-10-19 Anton KorobeynikovUpdate this file for 2.0 syntax. Contributed by Jan...
2007-03-27 Bill WendlingAdd better support for keywords.
2006-03-14 Reid SpencerChange llvm.cs.uiuc.edu -> llvm.org
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
2005-04-24 Misha Brukmanelisp code to help with LLVM code standards compliance
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-09-28 Misha Brukman* Add `deplibs' keyword for specifying a list of depend...
2004-04-28 Misha BrukmanAdded `zeroinitializer' keyword.
2004-03-12 Chris LattnerTeach emacs about the select instruction
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 hilight
2003-08-11 Misha Brukman* Added (X)Emacs mode for TableGen description files
2003-06-03 Misha BrukmanRemoving personal name from source code.
2003-06-03 Misha BrukmanAdded the `to' keyword as in `cast <type> <data> to...
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 missing keyword, add new linkage keywords
2002-10-09 Misha BrukmanAdded a major mode for Emacs to edit LLVM assembler...