index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
emacs
Age
Commit message (
Expand
)
Author
2010-09-19
Using regexp-opt for keyword regex declarations makes the word lists more
Misha Brukman
2009-12-19
.llx is no more.
Chris Lattner
2009-10-21
Set comment string, patch by Johnny Chen!
Chris Lattner
2009-07-28
Tweak LLVM emacs style to make default namespace indentation closer to style
Daniel Dunbar
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-04
.emacs file bits for automatically setting the llvm.org coding style. Thanks...
Mike Stump
2008-07-23
'Previously, the emacs tablegen mode would highlight constants even if
Chris Lattner
2007-12-19
Modified to support comments better.
Bill Wendling
2007-12-08
Reverting 44702. It wasn't correct to rename them.
Bill Wendling
2007-10-19
Update this file for 2.0 syntax. Contributed by Jan Rehders
Anton Korobeynikov
2007-03-27
Add better support for keywords.
Bill Wendling
2006-03-14
Change llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-14
Convert llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2005-05-13
add support for fastcc and friends
Chris Lattner
2005-05-06
Hilight tail
Chris Lattner
2005-04-24
elisp code to help with LLVM code standards compliance
Misha Brukman
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-09-28
* Add `deplibs' keyword for specifying a list of dependent libraries
Misha Brukman
2004-04-28
Added `zeroinitializer' keyword.
Misha Brukman
2004-03-12
Teach emacs about the select instruction
Chris Lattner
2003-10-27
Make sure to syntax hilight the 'unwind' keyword!
Chris Lattner
2003-10-21
Syntax highlight the new operators
Chris Lattner
2003-10-10
Add support for the weak linkage specifier
Chris Lattner
2003-09-08
Syntax hilight
Chris Lattner
2003-08-11
* Added (X)Emacs mode for TableGen description files
Misha Brukman
2003-06-03
Removing personal name from source code.
Misha Brukman
2003-06-03
Added the `to' keyword as in `cast <type> <data> to <type>'.
Misha Brukman
2003-05-08
Add support for new va_arg instruction
Chris Lattner
2003-04-22
Update to add new keywords
Chris Lattner
2003-04-16
Add missing keyword, add new linkage keywords
Chris Lattner
2002-10-09
Added a major mode for Emacs to edit LLVM assembler code with syntax
Misha Brukman