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
/
clang
/
lib
/
Sema
/
SemaDeclAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Permit redeclarations of a builtin to specify calling convention.
Erich Keane
2019-03-21
1
-1
/
+2
*
Fix implicit ios -> watchOS availability version mapping for
Alex Lorenz
2019-03-20
1
-0
/
+1
*
Revert "Add a new attribute, fortify_stdlib"
Erik Pilkington
2019-03-13
1
-29
/
+0
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-03-01
1
-1
/
+2
*
[NFC] minor revision of r354929 [CUDA][HIP] Check calling convention based on...
Yaxun Liu
2019-02-27
1
-1
/
+5
*
[CUDA][HIP] Check calling convention based on function target
Yaxun Liu
2019-02-26
1
-1
/
+29
*
[AMDGPU] Allow using integral non-type template parameters
Michael Liao
2019-02-26
1
-34
/
+92
*
revert r354873 as this breaks lldb builds.
Pierre Gousseau
2019-02-26
1
-2
/
+1
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-02-26
1
-1
/
+2
*
[attributes] Add an attribute for server routines in Mach kernel and extensions.
Artem Dergachev
2019-02-21
1
-0
/
+26
*
[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
Anastasia Stulova
2019-02-15
1
-1
/
+3
*
[Sema] Delay checking whether objc_designated_initializer is being applied to...
Erik Pilkington
2019-02-13
1
-2
/
+24
*
Renaming yet another diagnostic to not conflict; NFC.
Aaron Ballman
2019-02-12
1
-1
/
+2
*
Renaming this diagnostic to not conflict with another; NFC.
Aaron Ballman
2019-02-12
1
-1
/
+1
*
Fixing a typo; NFC.
Aaron Ballman
2019-02-12
1
-3
/
+3
*
Add a new attribute, fortify_stdlib
Erik Pilkington
2019-02-11
1
-0
/
+29
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
1
-0
/
+3
*
[WebAssembly] Add an import_field function attribute
Dan Gohman
2019-02-01
1
-0
/
+26
*
[WebAssembly] Add an import_module function attribute
Dan Gohman
2019-01-24
1
-0
/
+25
*
Add a priority field to availability attributes to prioritize explicit
Alex Lorenz
2019-01-24
1
-60
/
+35
*
Merge similar target diagnostics for interrupt attribute into one; NFC
Aaron Ballman
2019-01-23
1
-10
/
+12
*
[NFC] Fix comparison warning issues by MSVC
Johannes Doerfert
2019-01-21
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+141
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
1
-1
/
+25
*
[ObjC] Follow-up r350768 and allow the use of unavailable methods that are
Alex Lorenz
2019-01-17
1
-5
/
+3
*
[MSP430] Improve support of 'interrupt' attribute
Anton Korobeynikov
2019-01-16
1
-4
/
+23
*
Improve a -Wunguarded-availability note
Erik Pilkington
2019-01-14
1
-13
/
+18
*
[attributes] Extend os_returns_(not_?)_retained attributes to parameters
George Karpenkov
2019-01-11
1
-20
/
+72
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-3
/
+2
*
[Sema] Mark target of __attribute__((alias("target"))) used for C
Nick Desaulniers
2019-01-09
1
-1
/
+10
*
[ObjC] Allow the use of implemented unavailable methods from within
Alex Lorenz
2019-01-09
1
-6
/
+22
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-6
/
+90
*
Automatic variable initialization
JF Bastien
2018-12-18
1
-0
/
+12
*
Fix ms-layout_version declspec test and add missing new test
Reid Kleckner
2018-12-17
1
-6
/
+6
*
Update Microsoft name mangling scheme for exception specifiers in the type sy...
Reid Kleckner
2018-12-17
1
-0
/
+5
*
Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.
Simon Pilgrim
2018-12-17
1
-3
/
+4
*
[attributes] Add an attribute os_consumes_this, with similar semantics to ns_...
George Karpenkov
2018-12-06
1
-0
/
+3
*
[attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...
George Karpenkov
2018-11-30
1
-61
/
+129
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
1
-0
/
+3
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-27
1
-3
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
1
-0
/
+3
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-26
1
-3
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-26
1
-0
/
+3
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-8
/
+17
*
Support Swift in platform availability attribute
Michael Wu
2018-11-12
1
-0
/
+9
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-5
/
+5
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
1
-10
/
+8
*
[clang] Add the exclude_from_explicit_instantiation attribute
Louis Dionne
2018-10-04
1
-0
/
+3
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-1
/
+1
[prev]
[next]