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
...
*
[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.
Alexey Bataev
2019-05-09
41
-69
/
+121
*
Specify ObjC runtime to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
3
-3
/
+3
*
[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make
Akira Hatanaka
2019-05-09
24
-214
/
+232
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
5
-200
/
+244
*
Fix gcc compilation warning in an assert [NFC]
Mikael Holmen
2019-05-09
1
-1
/
+1
*
[OpenCL] Switched CXX mode to be derived from C++17
Anastasia Stulova
2019-05-09
2
-8
/
+3
*
[FIX] Change test to read file instead
Diogo N. Sampaio
2019-05-09
1
-1
/
+1
*
Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...
Roman Lebedev
2019-05-09
39
-78
/
+66
*
Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with defau...
Roman Lebedev
2019-05-09
8
-112
/
+15
*
[SPIR] Simplified target checking.
Anastasia Stulova
2019-05-09
3
-7
/
+3
*
[ARM] Fix the extensions implied by a cpu name
Diogo N. Sampaio
2019-05-09
2
-20
/
+26
*
[NewPM] Setup Passes for KASan and KMSan
Petr Hosek
2019-05-09
1
-8
/
+20
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
45
-361
/
+1653
*
[cxx_status] Mark support for std::is_constant_evaluated as done.
Richard Smith
2019-05-09
1
-1
/
+1
*
[cxx_dr_status] Update links to use wg21.link, and list "extension"
Richard Smith
2019-05-09
2
-2414
/
+2418
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
52
-267
/
+791
*
When typo-correcting a function name, consider correcting to a type name
Richard Smith
2019-05-09
5
-13
/
+29
*
Try to restore some clang test headers lost in r360291
Reid Kleckner
2019-05-08
10
-0
/
+63
*
Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...
Reid Kleckner
2019-05-08
17
-90
/
+2
*
Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MS
Mike Rice
2019-05-08
7
-2
/
+27
*
[OpenMP][Clang] Support for target math functions
Gheorghe-Teodor Bercea
2019-05-08
18
-433
/
+693
*
[ASTImporter] Fix inequivalence of unresolved exception spec
Gabor Marton
2019-05-08
2
-17
/
+36
*
[Sema][OpenCL] Make address space conversions a bit stricter.
Anastasia Stulova
2019-05-08
9
-30
/
+179
*
[clang-format] Fix the crash when formatting unsupported encodings
Owen Pan
2019-05-08
1
-0
/
+30
*
[clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) ones
Owen Pan
2019-05-08
1
-3
/
+3
*
Allow test to pass after 2030.
Aaron Ballman
2019-05-08
1
-2
/
+2
*
Allow 'static' storage specifier on an out-of-line class member template decl...
Aaron Ballman
2019-05-08
2
-2
/
+16
*
[libclang] PR41649: Remove pointless duplicate flag. NFC.
Nikolai Kosjar
2019-05-08
1
-3
/
+2
*
Fix for the greendragon bots.
Leonard Chan
2019-05-08
2
-2
/
+4
*
[Sema] Correct typos in return statements so the return types of 'auto' funct...
Sam McCall
2019-05-08
2
-2
/
+19
*
Fix buildbot break after r360195
Nemanja Ivanovic
2019-05-08
1
-0
/
+2
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
10
-23
/
+32
*
[hip] Fix ambiguity from `>>>` of CUDA.
Michael Liao
2019-05-08
2
-1
/
+14
*
[COFF] Use COFF stubs for extern_weak functions
Reid Kleckner
2019-05-07
2
-1
/
+8
*
[analyzer] Fix a crash when doing RVO from within blocks.
Artem Dergachev
2019-05-07
2
-0
/
+24
*
-frewrite-imports: Add support for wildcard rules in umbrella modules with
David Blaikie
2019-05-07
4
-4
/
+55
*
Revert "[OpenMP][Clang] Support for target math functions"
Jonas Devlieghere
2019-05-07
17
-675
/
+431
*
[ASTImporter] Corrected type of integer constant in a test.
Balazs Keri
2019-05-07
1
-2
/
+2
*
Add an explicit triple to this test to hopefully appease the build bots.
Aaron Ballman
2019-05-07
1
-1
/
+1
*
[Tooling] Add -x flags when inferring compile commands for files with no/inva...
Sam McCall
2019-05-07
2
-6
/
+12
*
[OpenCL] Prevent mangling kernel functions.
Anastasia Stulova
2019-05-07
6
-19
/
+56
*
Allow field offset lookups in types with incomplete arrays within libclang.
Aaron Ballman
2019-05-07
2
-2
/
+41
*
[ASTImporter] Import TemplateParameterLists in function templates.
Balazs Keri
2019-05-07
2
-0
/
+39
*
[Tooling] Don't mmap the JSONCompilationDatabase, it's not correct for long-l...
Sam McCall
2019-05-07
1
-1
/
+4
*
[Sema] Add missing VisitMacroQualifiedTypeLoc to TypeSpecLocFiller
Leonard Chan
2019-05-07
1
-0
/
+5
*
Improve function / variable disambiguation.
Richard Smith
2019-05-07
5
-33
/
+46
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
33
-20
/
+430
*
Fix typo in risc-v register aliases.
Eric Christopher
2019-05-07
1
-1
/
+1
*
[Clang][NewPM] Don't bail out if the target machine is empty
Petr Hosek
2019-05-06
3
-6
/
+11
*
[Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twice
Leonard Chan
2019-05-06
1
-5
/
+2
[prev]
[next]