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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
3
-2
/
+3
*
PR41183: Don't emit strict-prototypes warning for an implicit function
James Y Knight
2019-05-06
2
-2
/
+11
*
[AArch64] Add __builtin_sponentry, for calling setjmp in MinGW
Martin Storsjo
2019-05-06
3
-0
/
+16
*
[MinGW] Use SEH by default on AArch64
Martin Storsjo
2019-05-06
2
-4
/
+5
*
[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with
Alexey Bataev
2019-05-06
8
-15
/
+112
*
[OpenMP][Clang] Support for target math functions
Gheorghe-Teodor Bercea
2019-05-06
17
-431
/
+675
*
[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.
Alexey Bataev
2019-05-06
39
-66
/
+78
*
[CodeComplete] Update python tests after r360042
Ilya Biryukov
2019-05-06
1
-2
/
+2
*
[CodeComplete] Add a trailing semicolons to some pattern completions
Ilya Biryukov
2019-05-06
4
-19
/
+67
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
45
-1643
/
+360
*
[X86] Move files to correct directories after D60552
Fangrui Song
2019-05-06
4
-0
/
+855
*
Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...
Luo, Yuanke
2019-05-06
12
-2
/
+80
*
P1286R2: Remove restriction that the exception specification of a
Richard Smith
2019-05-06
13
-125
/
+105
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-06
7
-23
/
+43
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
19
-80
/
+170
*
The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targ...
Galina Kistanova
2019-05-06
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...
Kristof Umann
2019-05-05
2
-8
/
+36
*
Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...
Simon Pilgrim
2019-05-05
7
-43
/
+23
*
[clang] fixing -ast-print for variadic parameter pack in lambda capture
Nicolas Lesser
2019-05-05
2
-0
/
+39
*
[C++] Interpret unknown identifier in parameter clause as unknown type
Nicolas Lesser
2019-05-05
3
-4
/
+5
*
[NFC] Add parentheses to avoid -Wparentheses.
Nicolas Lesser
2019-05-04
1
-1
/
+1
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
29
-61
/
+464
*
[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
Richard Smith
2019-05-04
7
-24
/
+116
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-04
7
-23
/
+43
*
Reduce amount of work ODR hashing does.
Richard Trieu
2019-05-04
2
-4
/
+63
*
Disallow the operand of __builtin_constant_p from modifying enclosing
Richard Smith
2019-05-04
2
-15
/
+99
*
[Driver] Create non-existent directory for -fcrash-diagnostics-dir
Petr Hosek
2019-05-04
2
-1
/
+2
*
[cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules
Richard Smith
2019-05-04
1
-1
/
+1
*
[cxx_status] Replace "SVN" entries with Clang 8 as appropriate.
Richard Smith
2019-05-04
1
-11
/
+11
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
45
-360
/
+1643
*
CWG issue 727: Fix numerous bugs in support for class-scope explicit
Richard Smith
2019-05-03
11
-163
/
+342
*
[clang-format] Fix bug in block comment reflow that joins * and /
Owen Pan
2019-05-03
3
-2
/
+39
*
[COFF, ARM64] Fix ABI implementation of struct returns
Mandeep Singh Grang
2019-05-03
7
-52
/
+261
*
Ensure there is stack usage in stack size warning test
Matt Arsenault
2019-05-03
1
-1
/
+3
*
Attempt to fix the clang-sphinx-docs bot after r358797
Nico Weber
2019-05-03
1
-1
/
+1
*
Remove else-after-return
David Blaikie
2019-05-03
1
-5
/
+4
*
[CUDA][Clang][Bugfix] Add missing CUDA 9.2 case
Gheorghe-Teodor Bercea
2019-05-03
1
-0
/
+3
*
[CommandLine] Change help output to prefix long options with `--` instead of ...
Don Hinton
2019-05-03
1
-4
/
+4
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
5
-1
/
+100
*
[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
Akira Hatanaka
2019-05-03
3
-5
/
+7
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
33
-407
/
+20
*
Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...
Nico Weber
2019-05-03
5
-23
/
+2
*
SemaOverload: Complete candidates before emitting the error, to ensure diagno...
David Blaikie
2019-05-03
10
-179
/
+338
*
Fix -Wunsequenced false-positives in code controlled by a branch on
Richard Smith
2019-05-02
2
-3
/
+8
*
[CUDA] Do not pass deprecated option fo fatbinary
Artem Belevich
2019-05-02
1
-1
/
+2
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
33
-20
/
+407
*
Change the metadata for heapallocsite calls when the type is cast.
Amy Huang
2019-05-02
3
-17
/
+18
*
Another attempt to fix "could not find clang-check" lit warning in analyzer-l...
Nico Weber
2019-05-02
1
-9
/
+9
*
[Sema] Emit warning for visibility attribute on internal-linkage declaration
Scott Linder
2019-05-02
5
-2
/
+23
*
Use primary template parameter names for variable template debug info
Reid Kleckner
2019-05-02
3
-23
/
+32
[prev]
[next]