History log of /external/llvm/utils/emacs/llvm-mode.el
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3ef5332fa3f4d5ec72c178a2b19dac363a19383 04-Mar-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r256229

http://b/26987366

Change-Id: I1f29c4676a8abe633ab5707dded58d846c973d50
/external/llvm/utils/emacs/llvm-mode.el
ebe69fe11e48d322045d5949c83283927a0d790b 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r230699.

Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
/external/llvm/utils/emacs/llvm-mode.el
37ed9c199ca639565f6ce88105f9e39e898d82d0 01-Dec-2014 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r222494.

Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
/external/llvm/utils/emacs/llvm-mode.el
59d3ae6cdc4316ad338cd848251f33a236ccb36c 15-Nov-2013 Matt Arsenault <Matthew.Arsenault@amd.com> Add addrspacecast instruction.

Patch by Michele Scandale!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194760 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
0ea3ce91afadcbf46121dd4e6b6142c96330d71b 14-Nov-2013 Matt Arsenault <Matthew.Arsenault@amd.com> Update emacs llvm mode.

It seems this hasn't been done in a while.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194650 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
3f91af0e5aded05c33f49fa9980b57029dd520ac 03-Dec-2012 Bill Wendling <isanbard@gmail.com> Remove 'deplibs' keyword, since it's no longer used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169116 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
1854e1455af3fdcecdbccd83ddf45cd1ae662aeb 01-Dec-2012 Michael Ilseman <milseman@apple.com> Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169064 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
7e28460ee9678b9f7aeb78088e4498897035caa7 19-Sep-2010 Misha Brukman <brukman+llvm@gmail.com> Using regexp-opt for keyword regex declarations makes the word lists more
readable and easier to edit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114308 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
349d8489b200b3734b89c2f8bfa4135d93285709 19-Dec-2009 Chris Lattner <sabre@nondot.org> .llx is no more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91784 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
667d4b8de6dea70195ff12ef39a4deebffa2f5c7 07-Mar-2009 Duncan Sands <baldrick@free.fr> Introduce new linkage types linkonce_odr, weak_odr, common_odr
and extern_weak_odr. These are the same as the non-odr versions,
except that they indicate that the global will only be overridden
by an *equivalent* global. In C, a function with weak linkage can
be overridden by a function which behaves completely differently.
This means that IP passes have to skip weak functions, since any
deductions made from the function definition might be wrong, since
the definition could be replaced by something completely different
at link time. This is not allowed in C++, thanks to the ODR
(One-Definition-Rule): if a function is replaced by another at
link-time, then the new function must be the same as the original
function. If a language knows that a function or other global can
only be overridden by an equivalent global, it can give it the
weak_odr linkage type, and the optimizers will understand that it
is alright to make deductions based on the function body. The
code generators on the other hand map weak and weak_odr linkage
to the same thing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66339 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
a98c7b3b240e6adb3a963e823d7777c1b192c6dd 19-Oct-2007 Anton Korobeynikov <asl@math.spbu.ru> Update this file for 2.0 syntax. Contributed by Jan Rehders


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43182 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
9dce2b33807f47d794b0482313ae3fe0d275c833 14-Mar-2006 Reid Spencer <rspencer@reidspencer.com> Convert llvm.cs.uiuc.edu -> llvm.org


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
af26d3ea0324f16f0912498e2ae0404fdbe6d489 13-May-2005 Chris Lattner <sabre@nondot.org> add support for fastcc and friends


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21979 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
653488d1660c2d43ca7efc3f2a81c83d903d1e7f 06-May-2005 Chris Lattner <sabre@nondot.org> Hilight tail


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21726 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
4c554c589ffc081965772f8123a8377a83360062 16-Oct-2004 Chris Lattner <sabre@nondot.org> Add support for undef and unreachable


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17059 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
7f12bbbc92611c2fe5d83926a25e544d3dafb849 28-Sep-2004 Misha Brukman <brukman+llvm@gmail.com> * Add `deplibs' keyword for specifying a list of dependent libraries
* Convert tabs to spaces


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
6cdff92daf935fd59582e3c217bde7222bc6536b 28-Apr-2004 Misha Brukman <brukman+llvm@gmail.com> Added `zeroinitializer' keyword.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13253 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
98124c81fa2a901a0fff799aac76faed1f628e07 12-Mar-2004 Chris Lattner <sabre@nondot.org> Teach emacs about the select instruction


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12326 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
0512d02af7f6ad6f293aabf2b0421472c55d9fdd 27-Oct-2003 Chris Lattner <sabre@nondot.org> Make sure to syntax hilight the 'unwind' keyword!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9524 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
84a6f39a764069896df61fc2b1bacf69c67fbb3f 21-Oct-2003 Chris Lattner <sabre@nondot.org> Syntax highlight the new operators


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9328 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
2498d67158e167a43469759c62cac3b2686fa5b8 10-Oct-2003 Chris Lattner <sabre@nondot.org> Add support for the weak linkage specifier


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9000 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
f9de5936a82275c636146c8dbe912bb4a49a2450 08-Sep-2003 Chris Lattner <sabre@nondot.org> Syntax hilight


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8396 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
bdb41194dd4890dc1572d630d078708e095981f1 11-Aug-2003 Misha Brukman <brukman+llvm@gmail.com> * Added (X)Emacs mode for TableGen description files
* Added README that describes how to use the mode files
* Associated files with .llx extension with llvm-mode


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7738 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
4817a5ea3db0b8ff2e1ce1bd8cbf0849ea27a3ef 03-Jun-2003 Misha Brukman <brukman+llvm@gmail.com> Removing personal name from source code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
f77ed7afd9b386faec5ec965c991302d33ca204b 03-Jun-2003 Misha Brukman <brukman+llvm@gmail.com> Added the `to' keyword as in `cast <type> <data> to <type>'.
Cleaned up the header of the file (comments/description/etc).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6557 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
c567567759bcff43f35bad81e4c3515d2a42f0d1 08-May-2003 Chris Lattner <sabre@nondot.org> Add support for new va_arg instruction


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6026 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
8ad51f596587db8bf8227cd947d99e13a41a5e3b 22-Apr-2003 Chris Lattner <sabre@nondot.org> Update to add new keywords


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5846 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
2c72b184b86152d4c9e00731d9257240f39ce20b 16-Apr-2003 Chris Lattner <sabre@nondot.org> Add missing keyword, add new linkage keywords


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el
d9b11cf4df1f50eefab0f7eb14ec9c7dff6e153d 09-Oct-2002 Misha Brukman <brukman+llvm@gmail.com> Added a major mode for Emacs to edit LLVM assembler code with syntax
highlighting.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4092 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/emacs/llvm-mode.el