aboutsummaryrefslogtreecommitdiffstats
path: root/utils/emacs/llvm-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-55/+56
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-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