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
...
*
[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
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
1
-9
/
+44
*
Amending r249721 to properly handle pathological attribute-related names like...
Aaron Ballman
2015-10-09
1
-2
/
+2
*
When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-s...
Aaron Ballman
2015-10-08
1
-11
/
+17
*
Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor
2015-09-30
1
-15
/
+32
*
Thread Safety Analysis: allow capability attribute on unions.
DeLesley Hutchins
2015-09-29
1
-7
/
+4
*
[CUDA] __global__ functions should always be visible externally.
Artem Belevich
2015-09-23
1
-3
/
+0
*
[CUDA] Add implicit __attribute__((used)) to all __global__ functions.
Artem Belevich
2015-09-22
1
-0
/
+4
*
MS ABI: Don't allow dllexport/import on lambdas
Hans Wennborg
2015-09-15
1
-0
/
+8
*
Fix some coding standard issues and delete a dead conditional.
Eric Christopher
2015-08-13
1
-6
/
+6
*
Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."
Daniel Jasper
2015-08-11
1
-4
/
+0
*
[CUDA] Add implicit __attribute__((used)) to all __global__ functions.
Artem Belevich
2015-08-10
1
-0
/
+4
*
[Sema] Refactor AddAlignedAttr to reduce indentation
David Majnemer
2015-07-26
1
-19
/
+19
*
[Sema] The alignment of an object has an upper bound from the object file format
David Majnemer
2015-07-26
1
-2
/
+4
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-5
/
+4
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-1
/
+1
*
[MS Compat] Add support for __declspec(noalias)
David Majnemer
2015-07-20
1
-0
/
+3
*
Add a "maximum TLS alignment" characteristic to the target info, so it
Paul Robinson
2015-07-14
1
-5
/
+21
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-0
/
+33
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-5
/
+43
*
[ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...
Alexey Bataev
2015-06-19
1
-10
/
+35
*
Add a warning for unsupported elements of the target attribute.
Eric Christopher
2015-06-12
1
-3
/
+11
*
Add support for the the target attribute.
Eric Christopher
2015-06-12
1
-0
/
+17
*
Remove dead code.
Richard Smith
2015-05-28
1
-2
/
+1
*
Use llvm::StringSwitch<std::string> to take advantage of implicit asserting c...
Peter Collingbourne
2015-05-15
1
-4
/
+2
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-8
/
+44
*
Don't warn about use of deprecated API when the containing context is unavail...
Jordan Rose
2015-04-30
1
-1
/
+1
*
[cuda] Allow using integral non-type template parameters as launch_bounds att...
Artem Belevich
2015-04-21
1
-10
/
+53
*
[Objective-C Sema] patch to introduce IndependentClass
Fariborz Jahanian
2015-04-16
1
-0
/
+19
*
[Sema] Don't crash when __attribute__((nonnull)) is applied to blocks
David Majnemer
2015-04-07
1
-2
/
+7
*
[Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
2015-04-07
1
-0
/
+10
*
[Modules] Make "#pragma weak" undeclared identifiers be tracked
Chandler Carruth
2015-03-26
1
-2
/
+1
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
1
-22
/
+23
[prev]
[next]