summaryrefslogtreecommitdiffstats
path: root/llvm/utils/emacs/llvm-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-1/+1
* IR: Add immarg attributeMatt Arsenault2019-03-121-1/+1
* Add fneg instruction to syntax highlighting listsMatt Arsenault2018-11-131-1/+1
* Add attributes and fix some keywords in llvm-mode.elFangrui Song2018-03-081-5/+23
* Fix some regular expressions in llvm-mode.el.Rafael Espindola2018-01-291-5/+6
* Cleaning up LLVM IR mode for Emacs.Rafael Espindola2015-09-101-78/+19
* [emacs] Get llvm-mode to font-lock "personality"Ramkumar Ramachandra2015-02-091-1/+1
* Correcting keyword highlighting in llvm-mode.el.Rafael Espindola2015-02-061-12/+12
* [emacs] llvm-mode: fix parens, font-lock i*Ramkumar Ramachandra2015-01-231-10/+3
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+2
* Improvements to emacs packages for llvm and tablegen mode.Rafael Espindola2015-01-071-44/+50
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-1/+1
* Update emacs llvm mode.Matt Arsenault2013-11-141-4/+11
* Remove 'deplibs' keyword, since it's no longer used.Bill Wendling2012-12-031-1/+1
* Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman2012-12-011-3/+4
* Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2010-09-191-6/+11
* .llx is no more.Chris Lattner2009-12-191-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-191-11/+12
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* add support for fastcc and friendsChris Lattner2005-05-131-1/+1
* Hilight tailChris Lattner2005-05-061-1/+1
* Add support for undef and unreachableChris Lattner2004-10-161-2/+2
* * Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-281-4/+4
* Added `zeroinitializer' keyword.Misha Brukman2004-04-281-1/+1
* Teach emacs about the select instructionChris Lattner2004-03-121-1/+1
* Make sure to syntax hilight the 'unwind' keyword!Chris Lattner2003-10-271-1/+1
* Syntax highlight the new operatorsChris Lattner2003-10-211-1/+1
* Add support for the weak linkage specifierChris Lattner2003-10-101-1/+1
* Syntax hilightChris Lattner2003-09-081-1/+1
* * Added (X)Emacs mode for TableGen description filesMisha Brukman2003-08-111-1/+1
* Removing personal name from source code.Misha Brukman2003-06-031-1/+1
* Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman2003-06-031-7/+4
* Add support for new va_arg instructionChris Lattner2003-05-081-1/+1
* Update to add new keywordsChris Lattner2003-04-221-2/+2
* Add missing keyword, add new linkage keywordsChris Lattner2003-04-161-1/+1
* Added a major mode for Emacs to edit LLVM assembler code with syntaxMisha Brukman2002-10-091-0/+130
OpenPOWER on IntegriCloud