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
*
Add a Subjects line to NoDebugAttr [NFC].
Paul Robinson
2016-04-29
1
-12
/
+0
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-0
/
+3
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-3
/
+0
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-0
/
+3
*
[GCC] Attribute ifunc support in clang
Dmitry Polukhin
2016-04-11
1
-2
/
+27
*
[Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor
2016-04-01
1
-0
/
+3
*
[OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrs
Anastasia Stulova
2016-04-01
1
-3
/
+3
*
[OpenCL] Added nosvm attribute for OpenCL v2.0.
Anastasia Stulova
2016-03-31
1
-0
/
+12
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
1
-2
/
+12
*
Revert r263687 for ubsan bot failure.
Manman Ren
2016-03-17
1
-12
/
+2
*
Add an optional named argument (replacement = "xxx") to AvailabilityAttr.
Manman Ren
2016-03-17
1
-2
/
+12
*
Add an optional string argument to DeprecatedAttr for Fix-It.
Manman Ren
2016-03-16
1
-4
/
+36
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
1
-1
/
+12
*
Implement support for [[maybe_unused]] in C++1z that is based off existing su...
Aaron Ballman
2016-03-09
1
-1
/
+23
*
[GCC] PR23529 Sema part of attrbute abi_tag support
Dmitry Polukhin
2016-03-09
1
-0
/
+39
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-4
/
+9
*
Implement support for [[nodiscard]] in C++1z that is based off existing suppo...
Aaron Ballman
2016-03-07
1
-0
/
+6
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-0
/
+106
*
Improve some infrastructure for extended parameter infos and
John McCall
2016-03-03
1
-18
/
+38
*
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli Pan
2016-02-26
1
-2
/
+36
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
1
-30
/
+10
*
Sema: provide an extension warning for enable_if
Saleem Abdulrasool
2016-02-18
1
-0
/
+2
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
1
-5
/
+30
*
Fix a leak in the generated code for attributes with strings.
Benjamin Kramer
2016-02-13
1
-3
/
+3
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-26
/
+4
*
Fix for PR8901: attribute "mode" rejected for enums and dependent types.
Denis Zobnin
2016-02-02
1
-35
/
+70
*
Fix attribute((mode([word|unwind_word]))) for x32
Reid Kleckner
2016-02-01
1
-1
/
+1
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-1
/
+4
*
[CUDA] Reject the alias attribute in CUDA device code.
Justin Lebar
2016-01-23
1
-0
/
+3
*
[CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar
2016-01-20
1
-1
/
+11
*
Allow __attribute__((mode)) to appertain to field declarations again. Correct...
Aaron Ballman
2016-01-19
1
-2
/
+2
*
PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...
Alexey Bataev
2016-01-15
1
-8
/
+3
*
[X86] Support 'interrupt' attribute for x86
Alexey Bataev
2016-01-15
1
-6
/
+79
*
[CUDA] Report an error if code tries to mix incompatible CUDA attributes.
Justin Lebar
2016-01-13
1
-13
/
+35
*
Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...
Alexander Kornienko
2015-12-03
1
-13
/
+8
*
PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, p...
Alexey Bataev
2015-12-03
1
-9
/
+6
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-6
/
+48
*
[mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-1
/
+73
*
Revert r254203: [mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-73
/
+1
*
[mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-1
/
+73
*
Fix for merging decls in pragma weak
Alexander Musman
2015-11-26
1
-8
/
+13
*
PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.
Alexey Bataev
2015-11-19
1
-30
/
+72
*
[Sema] Minor formatting fixes. NFC
Craig Topper
2015-11-17
1
-1
/
+1
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-1
/
+1
*
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
2015-11-13
1
-1
/
+23
*
Implement __attribute__((internal_linkage)).
Evgeniy Stepanov
2015-11-10
1
-13
/
+66
*
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
2015-11-06
1
-0
/
+15
*
Support tvOS and watchOS availability attributes
Tim Northover
2015-10-30
1
-0
/
+84
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-30
/
+63
*
Add the ability to define "fake" arguments on attributes.
John McCall
2015-10-28
1
-2
/
+3
[next]