aboutsummaryrefslogtreecommitdiffstats
path: root/utils/emacs
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-88/+80
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* 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
* Remove bad comma from .el file.Bill Wendling2012-02-221-1/+1
* Add Foreach LoopDavid Greene2012-02-221-1/+1
* Remove MultidefsDavid Greene2011-10-071-1/+1
* Emacs Support for MultidefsDavid Greene2011-10-051-1/+1
* Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2010-09-192-14/+17
* .llx is no more.Chris Lattner2009-12-191-1/+1
* Set comment string, patch by Johnny Chen!Chris Lattner2009-10-211-0/+2
* Tweak LLVM emacs style to make default namespace indentation closer to styleDaniel Dunbar2009-07-281-2/+5
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* .emacs file bits for automatically setting the llvm.org coding style. Thanks...Mike Stump2009-03-041-0/+24
* 'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner2008-07-231-4/+4
* Modified to support comments better.Bill Wendling2007-12-191-53/+42
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-081-19/+19
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-191-11/+12
* Add better support for keywords.Bill Wendling2007-03-271-21/+40
* Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-142-2/+2
* add support for fastcc and friendsChris Lattner2005-05-131-1/+1
* Hilight tailChris Lattner2005-05-061-1/+1
* elisp code to help with LLVM code standards complianceMisha Brukman2005-04-241-0/+12
* 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-113-1/+142
* 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