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 "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
*
Implement section pragma feedback on r205810
Reid Kleckner
2015-03-04
1
-0
/
+12
*
Win64: Silently ignore __stdcall, __fastcall, and __thiscall
Reid Kleckner
2015-02-26
1
-2
/
+5
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-4
/
+4
*
[Objective-C]. Provide a new formatting kind, "os_trace" which
Fariborz Jahanian
2015-02-21
1
-0
/
+1
*
Add support for analyzing FreeBSD kernel printf extensions.
Dimitry Andric
2015-02-19
1
-0
/
+1
*
Sema: partially address post-commit comments
Saleem Abdulrasool
2015-02-18
1
-2
/
+1
*
Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...
Aaron Ballman
2015-02-16
1
-1
/
+1
*
Sema: diagnose use of unscoped deprecated prior to C++14
Saleem Abdulrasool
2015-02-16
1
-0
/
+7
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-12
/
+10
*
The prefix 'Ms-' should be 'MS-'
David Majnemer
2015-02-02
1
-4
/
+4
*
MS ABI: Implement support for 'novtable'
David Majnemer
2015-02-02
1
-0
/
+3
*
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
John McCall
2015-02-01
1
-0
/
+16
*
Remove support for pnaclcall attribute
Derek Schuff
2015-01-28
1
-7
/
+0
*
AST: Don't ignore alignas on EnumDecls when calculating alignment
David Majnemer
2015-01-21
1
-8
/
+11
*
Fix crashes on missing @interface for category
Ben Langmuir
2015-01-20
1
-2
/
+8
*
Sema: Variable definitions cannot be __attribute__((alias))
David Majnemer
2015-01-19
1
-0
/
+14
*
When attribute 'optnone' appears on the same declaration with a
Paul Robinson
2015-01-13
1
-23
/
+13
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-01-07
1
-29
/
+20
*
Attributes accepting an EnumArgument are allowed to pass a string literal, or...
Aaron Ballman
2014-12-19
1
-2
/
+8
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
1
-0
/
+49
*
Sema: attribute((annotate)) must have at least one argument
David Majnemer
2014-12-14
1
-1
/
+1
*
Diagnose attributes 'optnone' and 'minsize' on the same declaration.
Paul Robinson
2014-12-10
1
-1
/
+13
*
Revert r223980 as it had wrong commit message.
Paul Robinson
2014-12-10
1
-13
/
+1
*
Rename a couple of preprocessor symbols to be more descriptive. NFC.
Paul Robinson
2014-12-10
1
-1
/
+13
*
Workaround attribute ordering issue with kernel only attributes
Matt Arsenault
2014-12-05
1
-0
/
+10
*
Use else if when checking multiple attributes.
Matt Arsenault
2014-12-05
1
-4
/
+2
*
Adding a FIXME to the code, based on a discussion in IRC; NFC.
Aaron Ballman
2014-12-04
1
-0
/
+4
*
Add attributes for AMDGPU register limits.
Matt Arsenault
2014-12-04
1
-0
/
+32
*
Create a new 'flag_enum' attribute.
Alexis Hunt
2014-11-28
1
-0
/
+3
*
[c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...
Aaron Ballman
2014-11-14
1
-5
/
+17
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-0
/
+10
*
Add frontend support for __vectorcall
Reid Kleckner
2014-10-24
1
-0
/
+7
*
Turned Sema::HandleDelayedAvailabilityCheck into a static function; NFC.
Aaron Ballman
2014-10-15
1
-100
/
+92
*
Initial support for the align_value attribute
Hal Finkel
2014-10-02
1
-0
/
+55
[next]