aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/emacs/llvm-mode.el
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Cleaning up LLVM IR mode for Emacs.Rafael Espindola1-78/+19
2015-02-09[emacs] Get llvm-mode to font-lock "personality"Ramkumar Ramachandra1-1/+1
2015-02-06Correcting keyword highlighting in llvm-mode.el.Rafael Espindola1-12/+12
2015-01-23[emacs] llvm-mode: fix parens, font-lock i*Ramkumar Ramachandra1-10/+3
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith1-0/+2
2015-01-07Improvements to emacs packages for llvm and tablegen mode.Rafael Espindola1-44/+50
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith1-0/+2
2013-11-15Add addrspacecast instruction.Matt Arsenault1-1/+1
2013-11-14Update emacs llvm mode.Matt Arsenault1-4/+11
2012-12-03Remove 'deplibs' keyword, since it's no longer used.Bill Wendling1-1/+1
2012-12-01Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman1-3/+4
2010-09-19Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman1-6/+11
2009-12-19.llx is no more.Chris Lattner1-1/+1
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-1/+1
2007-10-19Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov1-11/+12
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer1-1/+1
2005-05-13add support for fastcc and friendsChris Lattner1-1/+1
2005-05-06Hilight tailChris Lattner1-1/+1
2004-10-16Add support for undef and unreachableChris Lattner1-2/+2
2004-09-28* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman1-4/+4
2004-04-28Added `zeroinitializer' keyword.Misha Brukman1-1/+1
2004-03-12Teach emacs about the select instructionChris Lattner1-1/+1
2003-10-27Make sure to syntax hilight the 'unwind' keyword!Chris Lattner1-1/+1
2003-10-21Syntax highlight the new operatorsChris Lattner1-1/+1
2003-10-10Add support for the weak linkage specifierChris Lattner1-1/+1
2003-09-08Syntax hilightChris Lattner1-1/+1
2003-08-11* Added (X)Emacs mode for TableGen description filesMisha Brukman1-1/+1
2003-06-03Removing personal name from source code.Misha Brukman1-1/+1
2003-06-03Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman1-7/+4
2003-05-08Add support for new va_arg instructionChris Lattner1-1/+1
2003-04-22Update to add new keywordsChris Lattner1-2/+2
2003-04-16Add missing keyword, add new linkage keywordsChris Lattner1-1/+1
2002-10-09Added a major mode for Emacs to edit LLVM assembler code with syntaxMisha Brukman1-0/+130