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
*
[AMDGPU] gfx1010 clang target
Stanislav Mekhanoshin
2019-05-13
4
-0
/
+17
*
[X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.
Volodymyr Sapsai
2019-05-13
1
-0
/
+2
*
[OpenMP][Clang][BugFix] Split declares and math functions inclusion.
Gheorghe-Teodor Bercea
2019-05-13
5
-4
/
+22
*
Make language option `GNUAsm` discoverable with `__has_extension` macro.
Volodymyr Sapsai
2019-05-13
2
-0
/
+8
*
Introduce the ability to dump the AST to JSON.
Aaron Ballman
2019-05-13
3
-0
/
+1659
*
Make more friendly with unions. Reviewed as https://reviews.llvm.org/D61858
Marshall Clow
2019-05-13
1
-0
/
+15
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
5
-143
/
+10
*
PR41845: Detect and reject mismatched inner/outer pack expansion sizes
Richard Smith
2019-05-13
1
-0
/
+10
*
PR41854: Don't assert when constant-evaluating a member function call on an i...
Richard Smith
2019-05-13
1
-0
/
+8
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
5
-10
/
+143
*
Fix test to use -cc1.
Leonard Chan
2019-05-12
1
-1
/
+2
*
Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...
Leonard Chan
2019-05-12
1
-0
/
+12
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-12
2
-12
/
+68
*
Fix handling of objects under construction during constant expression
Richard Smith
2019-05-12
1
-0
/
+46
*
Revert rL360499 and rL360464 from cfe/trunk:
Simon Pilgrim
2019-05-11
3
-114
/
+12
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-11
2
-12
/
+68
*
[cc1as] Change -compress-debug-sections= to use --
Fangrui Song
2019-05-11
2
-8
/
+8
*
[Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the ...
Amara Emerson
2019-05-10
1
-0
/
+6
*
[CodeGen][ObjC] Emit invoke instead of call to call `objc_release` when
Akira Hatanaka
2019-05-10
1
-0
/
+11
*
[ThinLTO] Clang test changes for new CanAutoHide flag
Teresa Johnson
2019-05-10
2
-2
/
+2
*
Fixed tests where grep was not matching the linefeed
Alexandre Ganea
2019-05-10
4
-6
/
+12
*
Add target triple to test.
Leonard Chan
2019-05-10
1
-1
/
+1
*
Fix handling of objects under construction during constant expression
Richard Smith
2019-05-10
1
-0
/
+46
*
Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways
Paul Robinson
2019-05-10
1
-1
/
+1
*
Fix and test for assertion error in P41835.
Leonard Chan
2019-05-10
1
-0
/
+6
*
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
Paul Robinson
2019-05-10
4
-4
/
+4
*
[Sema] Mark array element destructors referenced during initialization
Erik Pilkington
2019-05-10
3
-7
/
+86
*
[libclang] Forward isInline for NamespaceDecl to libclang
Nikolai Kosjar
2019-05-10
1
-0
/
+3
*
Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminate
Paul Robinson
2019-05-10
4
-13
/
+9
*
Assume `__cxa_allocate_exception` returns an under-aligned memory on
Akira Hatanaka
2019-05-10
2
-4
/
+72
*
Remember to decay arrays to pointers before checking whether the
Richard Smith
2019-05-09
1
-0
/
+13
*
NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-...
Alex Lorenz
2019-05-09
1
-1
/
+1
*
DR1872: don't allow any calls to virtual functions in constant
Richard Smith
2019-05-09
5
-10
/
+76
*
[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).
Alexey Bataev
2019-05-09
8
-13
/
+17
*
Specify target triple to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
3
-3
/
+3
*
[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.
Alexey Bataev
2019-05-09
37
-65
/
+91
*
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
23
-128
/
+133
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
1
-0
/
+11
*
[OpenCL] Switched CXX mode to be derived from C++17
Anastasia Stulova
2019-05-09
1
-7
/
+1
*
[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
37
-69
/
+65
*
Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with defau...
Roman Lebedev
2019-05-09
7
-16
/
+12
*
[ARM] Fix the extensions implied by a cpu name
Diogo N. Sampaio
2019-05-09
1
-16
/
+21
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
7
-8
/
+890
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
21
-68
/
+182
*
When typo-correcting a function name, consider correcting to a type name
Richard Smith
2019-05-09
3
-10
/
+17
*
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
15
-79
/
+2
*
Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MS
Mike Rice
2019-05-08
5
-2
/
+16
[next]