Age | Commit message (Expand) | Author | Files | Lines |
2015-09-10 | Cleaning up LLVM IR mode for Emacs. | Rafael Espindola | 1 | -78/+19 |
2015-02-09 | [emacs] Get llvm-mode to font-lock "personality" | Ramkumar Ramachandra | 1 | -1/+1 |
2015-02-06 | Correcting keyword highlighting in llvm-mode.el. | Rafael Espindola | 1 | -12/+12 |
2015-01-23 | [emacs] llvm-mode: fix parens, font-lock i* | Ramkumar Ramachandra | 1 | -10/+3 |
2015-01-08 | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith | 1 | -0/+2 |
2015-01-07 | Improvements to emacs packages for llvm and tablegen mode. | Rafael Espindola | 1 | -44/+50 |
2014-08-19 | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 1 | -0/+2 |
2013-11-15 | Add addrspacecast instruction. | Matt Arsenault | 1 | -1/+1 |
2013-11-14 | Update emacs llvm mode. | Matt Arsenault | 1 | -4/+11 |
2012-12-03 | Remove 'deplibs' keyword, since it's no longer used. | Bill Wendling | 1 | -1/+1 |
2012-12-01 | Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp | Michael Ilseman | 1 | -3/+4 |
2010-09-19 | Using regexp-opt for keyword regex declarations makes the word lists more | Misha Brukman | 1 | -6/+11 |
2009-12-19 | .llx is no more. | Chris Lattner | 1 | -1/+1 |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 1 | -1/+1 |
2007-10-19 | Update this file for 2.0 syntax. Contributed by Jan Rehders | Anton Korobeynikov | 1 | -11/+12 |
2006-03-14 | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 1 | -1/+1 |
2005-05-13 | add support for fastcc and friends | Chris Lattner | 1 | -1/+1 |
2005-05-06 | Hilight tail | Chris Lattner | 1 | -1/+1 |
2004-10-16 | Add support for undef and unreachable | Chris Lattner | 1 | -2/+2 |
2004-09-28 | * Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 1 | -4/+4 |
2004-04-28 | Added `zeroinitializer' keyword. | Misha Brukman | 1 | -1/+1 |
2004-03-12 | Teach emacs about the select instruction | Chris Lattner | 1 | -1/+1 |
2003-10-27 | Make sure to syntax hilight the 'unwind' keyword! | Chris Lattner | 1 | -1/+1 |
2003-10-21 | Syntax highlight the new operators | Chris Lattner | 1 | -1/+1 |
2003-10-10 | Add support for the weak linkage specifier | Chris Lattner | 1 | -1/+1 |
2003-09-08 | Syntax hilight | Chris Lattner | 1 | -1/+1 |
2003-08-11 | * Added (X)Emacs mode for TableGen description files | Misha Brukman | 1 | -1/+1 |
2003-06-03 | Removing personal name from source code. | Misha Brukman | 1 | -1/+1 |
2003-06-03 | Added the `to' keyword as in `cast <type> <data> to <type>'. | Misha Brukman | 1 | -7/+4 |
2003-05-08 | Add support for new va_arg instruction | Chris Lattner | 1 | -1/+1 |
2003-04-22 | Update to add new keywords | Chris Lattner | 1 | -2/+2 |
2003-04-16 | Add missing keyword, add new linkage keywords | Chris Lattner | 1 | -1/+1 |
2002-10-09 | Added a major mode for Emacs to edit LLVM assembler code with syntax | Misha Brukman | 1 | -0/+130 |