index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaStmtAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-12
/
+7
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
1
-2
/
+10
*
Loop pragma parsing. NFC.
Sjoerd Meijer
2019-07-10
1
-40
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add two new pragmas for controlling software pipelining optimizations.
Aaron Ballman
2019-01-04
1
-11
/
+25
*
Fix "enumeral mismatch in conditional expression" gcc7 warning. NFCI.
Simon Pilgrim
2018-12-17
1
-3
/
+4
*
Move LoopHint.h from Sema to Parse
Richard Trieu
2018-11-28
1
-1
/
+0
*
Merge two attribute diagnostics into one
Andrew Savonichev
2018-09-17
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Implement diagnostic stream operator for ParsedAttr.
Erich Keane
2018-08-09
1
-6
/
+4
*
[UnrollAndJam] Add unroll_and_jam pragma handling
David Green
2018-08-01
1
-10
/
+37
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-11
/
+11
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-3
/
+4
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-1
/
+1
*
Fix broken getAttributeSpellingListIndex for pragma attributes
Erich Keane
2017-08-09
1
-4
/
+2
*
Add [[clang::suppress(rule, ...)]] attribute
Matthias Gehre
2017-03-27
1
-0
/
+27
*
[OpenCL] Enable unroll hint for OpenCL 1.x.
Egor Churaev
2016-12-13
1
-7
/
+3
*
Add loop pragma for Loop Distribution
Adam Nemet
2016-06-14
1
-12
/
+22
*
[OpenCL] Added nosvm attribute for OpenCL v2.0.
Anastasia Stulova
2016-03-31
1
-1
/
+1
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-5
/
+15
*
[OpenCL] Generate metadata for opencl_unroll_hint attribute
Anastasia Stulova
2016-02-19
1
-0
/
+48
*
[Sema] Use available enum types instead of integers. As one is used in a swit...
Craig Topper
2015-12-23
1
-3
/
+2
*
Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".
Mark Heffernan
2015-08-10
1
-29
/
+41
*
Add assume_safety option for pragma loop vectorize and interleave.
Tyler Nowicki
2015-06-11
1
-1
/
+3
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-9
/
+3
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-31
1
-58
/
+46
*
Revert r214333, "Add a state variable to the loop hint attribute."
NAKAMURA Takumi
2014-07-31
1
-46
/
+58
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-30
1
-58
/
+46
*
Modify how the loop hint attribute is printed as a lead-up to supporting cons...
Tyler Nowicki
2014-07-29
1
-7
/
+9
*
Add support for #pragma nounroll.
Mark Heffernan
2014-07-24
1
-3
/
+11
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
1
-16
/
+26
*
Add support for '#pragma unroll'.
Mark Heffernan
2014-07-21
1
-66
/
+60
*
Fix PR20069: bad loop pragma arguments crash FE
Eli Bendersky
2014-06-19
1
-14
/
+5
*
Explicitly initialize all fields to avoid -Wmissing-field-initializers warning.
Eli Bendersky
2014-06-12
1
-5
/
+6
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
1
-53
/
+60
*
Avoid dubious IdentifierInfo::getNameStart() uses
Alp Toker
2014-06-07
1
-1
/
+1
*
Fix DOS-style newlines.
Eli Bendersky
2014-06-06
1
-181
/
+181
*
Replacing r210333 with an improved solution; we should never reach this code ...
Aaron Ballman
2014-06-06
1
-2
/
+3
*
Quieting a false-positive which was causing the sanitizer bots to go red.
Aaron Ballman
2014-06-06
1
-1
/
+1
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-25
/
+180
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-4
/
+4
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-3
/
+1
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-1
/
+2
*
Removing the notion of TargetAttributesSema and replacing it with one where t...
Aaron Ballman
2014-01-09
1
-1
/
+0
*
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
1
-2
/
+2
*
Improve C++11 attribute parsing.
Michael Han
2012-10-03
1
-2
/
+7
*
Inline storage of attributes in AttributedStmt.
Alexander Kornienko
2012-07-09
1
-1
/
+1
*
Reapply r158700 and fixup patches, minus one hunk that slipped through and
Sean Hunt
2012-06-19
1
-1
/
+1
*
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
1
-1
/
+1
[next]