summaryrefslogtreecommitdiff
path: root/utils/emacs
AgeCommit message (Expand)Author
2015-09-10Cleaning up LLVM IR mode for Emacs.Rafael Espindola
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-02-09[emacs] Get llvm-mode to font-lock "personality"Ramkumar Ramachandra
2015-02-06Correcting keyword highlighting in llvm-mode.el.Rafael Espindola
2015-01-23[emacs] llvm-mode: fix parens, font-lock i*Ramkumar Ramachandra
2015-01-22[emacs] Use c-mode-common-hook, derive from "gnu"Ramkumar Ramachandra
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith
2015-01-07Improvements to emacs packages for llvm and tablegen mode.Rafael Espindola
2014-12-09Improve emacs coding styleWill Newton
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith
2014-06-24[Emacs] Use spaces rather than tabs for indentation in tablegen-modeAdam Nemet
2013-11-15Add addrspacecast instruction.Matt Arsenault
2013-11-14Update emacs llvm mode.Matt Arsenault
2012-12-03Remove 'deplibs' keyword, since it's no longer used.Bill Wendling
2012-12-01Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman
2012-02-22Remove bad comma from .el file.Bill Wendling
2012-02-22Add Foreach LoopDavid Greene
2011-10-07Remove MultidefsDavid Greene
2011-10-05Emacs Support for MultidefsDavid Greene
2010-09-19Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman
2009-12-19.llx is no more.Chris Lattner
2009-10-21Set comment string, patch by Johnny Chen!Chris Lattner
2009-07-28Tweak LLVM emacs style to make default namespace indentation closer to styleDaniel Dunbar
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-03-04.emacs file bits for automatically setting the llvm.org coding style. Thanks...Mike Stump
2008-07-23'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner
2007-12-19Modified to support comments better.Bill Wendling
2007-12-08Reverting 44702. It wasn't correct to rename them.Bill Wendling
2007-10-19Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov
2007-03-27Add better support for keywords.Bill Wendling
2006-03-14Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-05-13add support for fastcc and friendsChris Lattner
2005-05-06Hilight tailChris Lattner
2005-04-24elisp code to help with LLVM code standards complianceMisha Brukman
2004-10-16Add support for undef and unreachableChris Lattner
2004-09-28* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman
2004-04-28Added `zeroinitializer' keyword.Misha Brukman
2004-03-12Teach emacs about the select instructionChris Lattner
2003-10-27Make sure to syntax hilight the 'unwind' keyword!Chris Lattner
2003-10-21Syntax highlight the new operatorsChris Lattner
2003-10-10Add support for the weak linkage specifierChris Lattner
2003-09-08Syntax hilightChris Lattner
2003-08-11* Added (X)Emacs mode for TableGen description filesMisha Brukman
2003-06-03Removing personal name from source code.Misha Brukman
2003-06-03Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman
2003-05-08Add support for new va_arg instructionChris Lattner
2003-04-22Update to add new keywordsChris Lattner
2003-04-16Add missing keyword, add new linkage keywordsChris Lattner
2002-10-09Added a major mode for Emacs to edit LLVM assembler code with syntaxMisha Brukman