index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Update editor modes for new keywords.
Simon Tatham
2020-01-14
1
-1
/
+1
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
1
-0
/
+1
*
vim: add `immarg` keyword
Sven van Haastregt
2019-08-30
1
-0
/
+1
*
Line wrap README file
Sam Clegg
2019-03-14
1
-1
/
+2
*
vim: `swiftself` is an attribute
Saleem Abdulrasool
2019-02-27
1
-0
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+1
*
Add fneg instruction to syntax highlighting lists
Matt Arsenault
2018-11-13
1
-1
/
+1
*
vim: rename `singlethread` to `syncscope`
Saleem Abdulrasool
2018-03-22
1
-1
/
+1
*
vim: add `dso_local` and `dso_preemptable` keywords
Saleem Abdulrasool
2018-03-21
1
-0
/
+2
*
[vim] Recognize more FileCheck comments
Mikhail Maltsev
2018-02-20
1
-0
/
+1
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-0
/
+1
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-1
/
+1
*
vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword...
Craig Topper
2017-07-07
1
-0
/
+4
*
vim: add `returned` keyword
Saleem Abdulrasool
2017-02-10
1
-0
/
+1
*
[Utils] Update comment in vimrc
Dan Gohman
2017-01-31
1
-2
/
+2
*
vim: special case the CHECK prefix
Saleem Abdulrasool
2016-11-03
1
-0
/
+1
*
vim: add `norecurse` attribute
Saleem Abdulrasool
2016-10-14
1
-0
/
+1
*
vim: add `comdat` keyword
Saleem Abdulrasool
2016-10-14
1
-0
/
+1
*
[vim] Add more attributes to llvm.vim
David Majnemer
2016-08-11
1
-0
/
+2
*
[vim] Update the llvm.vim syntax file
David Majnemer
2016-08-09
1
-2
/
+7
*
vim: separate the keywords into one per line
Saleem Abdulrasool
2016-07-13
1
-22
/
+116
*
vim: add local_unnamed_addr keyword
Saleem Abdulrasool
2016-07-13
1
-6
/
+6
*
vim: add swiftcc keyword
Saleem Abdulrasool
2016-04-19
1
-3
/
+3
*
vim: add missing keyword
Saleem Abdulrasool
2016-04-06
1
-2
/
+2
*
[vim] Add token type to Vim syntax file.
Manuel Jacob
2015-12-28
1
-1
/
+1
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-4
/
+5
*
llvm.vim: 'musttail' is a keyword too
Jonathan Roelofs
2015-09-03
1
-1
/
+1
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
[vim] Update the syntax to mark REQUIRES lines and not talk about
Chandler Carruth
2015-07-15
1
-3
/
+3
*
[vim] Add the IR's comment prefix to the comments list. This allows vim
Chandler Carruth
2015-07-15
1
-0
/
+1
*
Vim: Fix some bugs in llvm indent plugin.
Matthias Braun
2015-05-04
1
-3
/
+3
*
Vim: Set filetype=python for lit configuration files.
Matthias Braun
2015-05-04
1
-0
/
+1
*
Enhanced vim support.
Matthias Braun
2015-04-21
8
-27
/
+103
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+1
*
AsmWriter/Bitcode: MDExpression
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmParser: Recognize DW_TAG_* constants
Duncan P. N. Exon Smith
2015-02-03
1
-0
/
+1
*
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2015-01-13
1
-1
/
+6
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
1
-1
/
+1
*
utils: update vim syntax highlighting for LLVM IR
Saleem Abdulrasool
2014-12-12
1
-17
/
+16
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
1
-0
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-11
/
+12
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-2
/
+2
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-1
/
+1
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-6
/
+7
*
Enable syntax highlighting for reStructuredText files.
Bill Wendling
2013-02-28
1
-0
/
+7
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-2
/
+2
[next]