| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TableGen] Update editor modes for new keywords. | Simon Tatham | 2020-01-14 | 1 | -1/+2 |
| * | [NFC][emacs] remove out-of-date comment from tablegen-mode.el | Bob Haarman | 2019-09-26 | 1 | -2/+0 |
| * | [emacs] simplify and improve keyword highlighting in tablegen-mode.el | Bob Haarman | 2019-09-25 | 1 | -3/+2 |
| * | ARM MTE stack sanitizer. | Evgeniy Stepanov | 2019-07-15 | 1 | -1/+1 |
| * | IR: Add immarg attribute | Matt Arsenault | 2019-03-12 | 1 | -1/+1 |
| * | Add fneg instruction to syntax highlighting lists | Matt Arsenault | 2018-11-13 | 1 | -1/+1 |
| * | [emacs] Indent statement continuation to match clang-format | Andrew Savonichev | 2018-08-02 | 1 | -1/+11 |
| * | Add attributes and fix some keywords in llvm-mode.el | Fangrui Song | 2018-03-08 | 1 | -5/+23 |
| * | Fix some regular expressions in llvm-mode.el. | Rafael Espindola | 2018-01-29 | 1 | -5/+6 |
| * | Cleaning up LLVM IR mode for Emacs. | Rafael Espindola | 2015-09-10 | 1 | -78/+19 |
| * | Rename all references to old mailing lists to new lists.llvm.org address. | Tanya Lattner | 2015-08-05 | 1 | -1/+1 |
| * | [emacs] Get llvm-mode to font-lock "personality" | Ramkumar Ramachandra | 2015-02-09 | 1 | -1/+1 |
| * | Correcting keyword highlighting in llvm-mode.el. | Rafael Espindola | 2015-02-06 | 1 | -12/+12 |
| * | [emacs] llvm-mode: fix parens, font-lock i* | Ramkumar Ramachandra | 2015-01-23 | 1 | -10/+3 |
| * | [emacs] Use c-mode-common-hook, derive from "gnu" | Ramkumar Ramachandra | 2015-01-22 | 1 | -18/+6 |
| * | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith | 2015-01-08 | 1 | -0/+2 |
| * | Improvements to emacs packages for llvm and tablegen mode. | Rafael Espindola | 2015-01-07 | 2 | -50/+64 |
| * | Improve emacs coding style | Will Newton | 2014-12-09 | 1 | -13/+8 |
| * | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+2 |
| * | [Emacs] Use spaces rather than tabs for indentation in tablegen-mode | Adam Nemet | 2014-06-24 | 1 | -0/+1 |
| * | Add addrspacecast instruction. | Matt Arsenault | 2013-11-15 | 1 | -1/+1 |
| * | Update emacs llvm mode. | Matt Arsenault | 2013-11-14 | 1 | -4/+11 |
| * | Remove 'deplibs' keyword, since it's no longer used. | Bill Wendling | 2012-12-03 | 1 | -1/+1 |
| * | Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp | Michael Ilseman | 2012-12-01 | 1 | -3/+4 |
| * | Remove bad comma from .el file. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |
| * | Add Foreach Loop | David Greene | 2012-02-22 | 1 | -1/+1 |
| * | Remove Multidefs | David Greene | 2011-10-07 | 1 | -1/+1 |
| * | Emacs Support for Multidefs | David Greene | 2011-10-05 | 1 | -1/+1 |
| * | Using regexp-opt for keyword regex declarations makes the word lists more | Misha Brukman | 2010-09-19 | 2 | -14/+17 |
| * | .llx is no more. | Chris Lattner | 2009-12-19 | 1 | -1/+1 |
| * | Set comment string, patch by Johnny Chen! | Chris Lattner | 2009-10-21 | 1 | -0/+2 |
| * | Tweak LLVM emacs style to make default namespace indentation closer to style | Daniel Dunbar | 2009-07-28 | 1 | -2/+5 |
| * | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 |
| * | .emacs file bits for automatically setting the llvm.org coding style. Thanks... | Mike Stump | 2009-03-04 | 1 | -0/+24 |
| * | 'Previously, the emacs tablegen mode would highlight constants even if | Chris Lattner | 2008-07-23 | 1 | -4/+4 |
| * | Modified to support comments better. | Bill Wendling | 2007-12-19 | 1 | -53/+42 |
| * | Reverting 44702. It wasn't correct to rename them. | Bill Wendling | 2007-12-08 | 1 | -19/+19 |
| * | Update this file for 2.0 syntax. Contributed by Jan Rehders | Anton Korobeynikov | 2007-10-19 | 1 | -11/+12 |
| * | Add better support for keywords. | Bill Wendling | 2007-03-27 | 1 | -21/+40 |
| * | Change llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| * | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 2 | -2/+2 |
| * | add support for fastcc and friends | Chris Lattner | 2005-05-13 | 1 | -1/+1 |
| * | Hilight tail | Chris Lattner | 2005-05-06 | 1 | -1/+1 |
| * | elisp code to help with LLVM code standards compliance | Misha Brukman | 2005-04-24 | 1 | -0/+12 |
| * | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -2/+2 |
| * | * Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -4/+4 |
| * | Added `zeroinitializer' keyword. | Misha Brukman | 2004-04-28 | 1 | -1/+1 |
| * | Teach emacs about the select instruction | Chris Lattner | 2004-03-12 | 1 | -1/+1 |
| * | Make sure to syntax hilight the 'unwind' keyword! | Chris Lattner | 2003-10-27 | 1 | -1/+1 |
| * | Syntax highlight the new operators | Chris Lattner | 2003-10-21 | 1 | -1/+1 |