summaryrefslogtreecommitdiff
path: root/utils/emacs/llvm-mode.el
AgeCommit message (Expand)Author
2015-09-10Cleaning up LLVM IR mode for Emacs.Rafael Espindola
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-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-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith
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
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-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2007-10-19Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-05-13add support for fastcc and friendsChris Lattner
2005-05-06Hilight tailChris Lattner
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