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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -fuse-init-array decision logic on NetBSD
Joerg Sonnenberger
2019-10-21
1
-0
/
+15
*
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...
Michael J. Spencer
2019-10-21
1
-0
/
+34
*
[test] Merge Driver/as-w-warnings.c into as-no-warnings.c
Fangrui Song
2019-10-21
2
-9
/
+7
*
PCH debug info: Avoid appending the source directory to an absolute path
Adrian Prantl
2019-10-21
1
-0
/
+22
*
[AMDGPU] Fix assertion due to initializer list
Yaxun Liu
2019-10-20
1
-15
/
+30
*
Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...
Michael J. Spencer
2019-10-19
1
-33
/
+0
*
[analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.
Artem Dergachev
2019-10-19
1
-5
/
+24
*
[analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.
Artem Dergachev
2019-10-19
1
-0
/
+32
*
Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"
Richard Trieu
2019-10-19
1
-0
/
+22
*
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...
Michael J. Spencer
2019-10-19
1
-0
/
+33
*
New tautological warning for bitwise-or with non-zero constant always true.
Richard Trieu
2019-10-19
2
-1
/
+32
*
Sema: Create a no-op implicit cast for lvalue function conversions.
Peter Collingbourne
2019-10-19
1
-0
/
+7
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
1
-0
/
+39
*
[analyzer] Specify the C++ standard in more tests.
Artem Dergachev
2019-10-19
29
-42
/
+42
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
8
-5
/
+343
*
DebugInfo: Render the canonical name of a class template specialization, even...
David Blaikie
2019-10-18
1
-0
/
+5
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
1
-1
/
+1
*
[analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.
Artem Dergachev
2019-10-18
1
-2
/
+2
*
[analyzer] exploded-graph-rewriter: Rename Environment to Expressions.
Artem Dergachev
2019-10-18
2
-2
/
+2
*
[analyzer] Fix FieldRegion dumps.
Artem Dergachev
2019-10-18
3
-3
/
+12
*
[analyzer] Drop the logic for collapsing the state if it's same as in preds.
Artem Dergachev
2019-10-18
1
-0
/
+2
*
[analyzer] exploded-graph-rewriter: Fix dump for state 0.
Artem Dergachev
2019-10-18
4
-14
/
+13
*
[analyzer] Fix hidden node traversal in exploded graph dumps.
Artem Dergachev
2019-10-18
1
-4
/
+24
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
23
-0
/
+6047
*
[ThinLTOCodeGenerator] Add support for index-based WPD
Eugene Leviant
2019-10-18
1
-3
/
+2
*
[WebAssembly] -pthread implies -target-feature +sign-ext
Thomas Lively
2019-10-18
1
-2
/
+8
*
[analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.
Artem Dergachev
2019-10-17
1
-1
/
+1
*
[analyzer] Assign truly stable identifiers to exploded nodes.
Artem Dergachev
2019-10-17
14
-118
/
+259
*
[analyzer] Display cast kinds in program point dumps.
Artem Dergachev
2019-10-17
1
-0
/
+48
*
[analyzer] exploded-graph-rewriter: Make node headers a bit lighter.
Artem Dergachev
2019-10-17
1
-1
/
+1
*
[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3
Eli Friedman
2019-10-17
1
-1
/
+1
*
[clang-offload-wrapper][NFC] Use captured name of the entry type in LIT test
Sergey Dmitriev
2019-10-17
1
-1
/
+1
*
[OPENMP]Dow not emit warnings for uninitialized loop counters.
Alexey Bataev
2019-10-17
3
-372
/
+509
*
[OPENMP]Improve use of the global tid parameter.
Alexey Bataev
2019-10-17
2
-9
/
+7
*
[ObjC] Diagnose implicit type coercion from ObjC 'Class' to object
James Y Knight
2019-10-17
5
-39
/
+39
*
[ObjC] Add some additional test cases around pointer conversions.
James Y Knight
2019-10-17
7
-31
/
+286
*
[OPENMP]Fix thread id passed to outlined region in sequential parallel
Alexey Bataev
2019-10-17
1
-10
/
+10
*
[OpenCL] Preserve addrspace in CGClass (PR43145)
Sven van Haastregt
2019-10-17
1
-0
/
+30
*
Include leading attributes in DeclStmt's SourceRange
Stephan Bergmann
2019-10-17
1
-0
/
+16
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
3
-0
/
+174
*
Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...
Kousik Kumar
2019-10-17
3
-22
/
+0
*
Include sanitize blacklist and other extra deps as part of scan-deps output
Kousik Kumar
2019-10-17
3
-0
/
+22
*
Revert Tag CFI-generated data structures with "#pragma clang section" attribu...
Dmitry Mikulin
2019-10-17
1
-32
/
+0
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-17
1
-0
/
+16
*
Fix darwin-ld-lto test for some speical path
Steven Wu
2019-10-16
1
-2
/
+4
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
1
-3
/
+8
*
Tag CFI-generated data structures with "#pragma clang section" attributes.
Dmitry Mikulin
2019-10-16
1
-0
/
+32
*
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
Alexey Bataev
2019-10-16
3
-6
/
+14
*
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
Adrian Prantl
2019-10-16
1
-0
/
+19
*
[Driver,ARM] Make -mfloat-abi=soft turn off MVE.
Simon Tatham
2019-10-16
1
-0
/
+6
[next]