summaryrefslogtreecommitdiff
path: root/utils/emacs
Commit message (Expand)AuthorAge
* [Emacs] Use spaces rather than tabs for indentation in tablegen-modeAdam Nemet2014-06-24
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Update emacs llvm mode.Matt Arsenault2013-11-14
* Remove 'deplibs' keyword, since it's no longer used.Bill Wendling2012-12-03
* Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman2012-12-01
* Remove bad comma from .el file.Bill Wendling2012-02-22
* Add Foreach LoopDavid Greene2012-02-22
* Remove MultidefsDavid Greene2011-10-07
* Emacs Support for MultidefsDavid Greene2011-10-05
* Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2010-09-19
* .llx is no more.Chris Lattner2009-12-19
* Set comment string, patch by Johnny Chen!Chris Lattner2009-10-21
* Tweak LLVM emacs style to make default namespace indentation closer to styleDaniel Dunbar2009-07-28
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* .emacs file bits for automatically setting the llvm.org coding style. Thanks...Mike Stump2009-03-04
* 'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner2008-07-23
* Modified to support comments better.Bill Wendling2007-12-19
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-08
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-19
* Add better support for keywords.Bill Wendling2007-03-27
* Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* add support for fastcc and friendsChris Lattner2005-05-13
* Hilight tailChris Lattner2005-05-06
* elisp code to help with LLVM code standards complianceMisha Brukman2005-04-24
* Add support for undef and unreachableChris Lattner2004-10-16
* * Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-28
* Added `zeroinitializer' keyword.Misha Brukman2004-04-28
* Teach emacs about the select instructionChris Lattner2004-03-12
* Make sure to syntax hilight the 'unwind' keyword!Chris Lattner2003-10-27
* Syntax highlight the new operatorsChris Lattner2003-10-21
* Add support for the weak linkage specifierChris Lattner2003-10-10
* Syntax hilightChris Lattner2003-09-08
* * Added (X)Emacs mode for TableGen description filesMisha Brukman2003-08-11
* Removing personal name from source code.Misha Brukman2003-06-03
* Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman2003-06-03
* Add support for new va_arg instructionChris Lattner2003-05-08
* Update to add new keywordsChris Lattner2003-04-22
* Add missing keyword, add new linkage keywordsChris Lattner2003-04-16
* Added a major mode for Emacs to edit LLVM assembler code with syntaxMisha Brukman2002-10-09