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
*
Add extension to always default-initialize nullptr_t.
Erich Keane
2018-12-14
3
-12
/
+17
*
[Clang] Add __builtin_launder
Eric Fiselier
2018-12-14
5
-0
/
+443
*
[OPENMP][NVPTX]Improved interwarp copy function.
Alexey Bataev
2018-12-14
2
-28
/
+21
*
[analyzer] MoveChecker Pt.6: Suppress the warning for the move-safe STL classes.
Artem Dergachev
2018-12-14
3
-43
/
+47
*
[analyzer] MoveChecker: Improve invalidation policies.
Artem Dergachev
2018-12-14
1
-5
/
+44
*
Update our SARIF support from 10-10 to 11-28.
Aaron Ballman
2018-12-14
2
-29
/
+51
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
2
-0
/
+26
*
Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...
Adam Nemet
2018-12-14
1
-11
/
+12
*
[Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...
Craig Topper
2018-12-14
1
-0
/
+48
*
[CUDA] Make all host-side shadows of device-side variables undef.
Artem Belevich
2018-12-13
1
-83
/
+120
*
Fix test after -Wstring-plus-int warning was enabled
Reid Kleckner
2018-12-13
1
-1
/
+1
*
Fix debug-info-abspath.c on Windows by removing /tmp/t.o line
Reid Kleckner
2018-12-13
1
-2
/
+0
*
Reinstate DW_AT_comp_dir support after D55519.
Adrian Prantl
2018-12-13
1
-2
/
+19
*
Make -Wstring-plus-int warns even if when the result is not out of bounds
Sylvestre Ledru
2018-12-13
1
-12
/
+11
*
[CodeComplete] Fill preferred type on binary expressions
Ilya Biryukov
2018-12-13
1
-9
/
+4
*
[CodeComplete] Set preferred type to bool on conditions
Ilya Biryukov
2018-12-13
1
-0
/
+15
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
3
-7
/
+166
*
[asan] Don't check ODR violations for particular types of globals
Vitaly Buka
2018-12-13
1
-0
/
+17
*
[analyzer] RunLoopAutoreleaseLeakChecker: Come up with a test for r348822.
Artem Dergachev
2018-12-13
1
-6
/
+43
*
Emit a proper diagnostic when attempting to forward inalloca arguments
Reid Kleckner
2018-12-12
1
-0
/
+11
*
Revert "Declares __cpu_model as dso local"
Haibo Huang
2018-12-12
2
-7
/
+0
*
Declares __cpu_model as dso local
Haibo Huang
2018-12-12
2
-0
/
+7
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
3
-0
/
+61
*
Teach __builtin_unpredictable to work through implicit casts.
Erich Keane
2018-12-12
1
-1
/
+11
*
Change CallGraph print to show the fully qualified name
Erich Keane
2018-12-12
1
-5
/
+6
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
2
-2
/
+2
*
[Driver] Add support for -fembed-bitcode for assembly file
Steven Wu
2018-12-12
1
-0
/
+12
*
Make clang::CallGraph look into template instantiations
Erich Keane
2018-12-12
1
-1
/
+20
*
Basic: make `int_least64_t` and `int_fast64_t` match on Darwin
Saleem Abdulrasool
2018-12-12
1
-12
/
+12
*
[ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element ...
Hubert Tong
2018-12-12
1
-12
/
+186
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
3
-166
/
+7
*
[CUDA][OPENMP][NVPTX]Improve logic of the debug info support.
Alexey Bataev
2018-12-12
2
-20
/
+41
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
3
-7
/
+166
*
[OpenCL] Fix for TBAA information of pointer after addresspacecast
Andrew Savonichev
2018-12-12
1
-0
/
+20
*
Replace Const-Member checking with non-recursive version.
Erich Keane
2018-12-11
1
-0
/
+34
*
Revert r348889; it fails some tests.
Aaron Ballman
2018-12-11
2
-39
/
+0
*
Emit -Wformat properly for bit-field promotions.
Aaron Ballman
2018-12-11
2
-0
/
+39
*
[analyzer][CStringChecker] evaluate explicit_bzero
David Carlier
2018-12-11
1
-1
/
+55
*
Reuse code from CGDebugInfo::getOrCreateFile() when creating the file
Adrian Prantl
2018-12-11
2
-3
/
+5
*
Pass PartialOverloading argument to the correct corresponding parameter
Eric Fiselier
2018-12-11
1
-0
/
+16
*
Adding tests for -ast-dump; NFC.
Aaron Ballman
2018-12-11
1
-0
/
+510
*
Revert "[PowerPC] Make no-PIC default to match GCC - CLANG"
Stefan Pintilie
2018-12-11
2
-40
/
+4
*
Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-11
4
-5
/
+22
*
Revert r348830 "[Sema]improve static_assert(!expr)"
Clement Courbet
2018-12-11
1
-4
/
+0
*
[Sema]improve static_assert(!expr)
Clement Courbet
2018-12-11
1
-0
/
+4
*
[analyzer] Hack for backwards compatibility for options for RetainCountChecker.
George Karpenkov
2018-12-11
1
-0
/
+1
*
[analyzer] Display a diagnostics when an inlined function violates its os_con...
George Karpenkov
2018-12-11
1
-1
/
+27
*
[analyzer] Resolve another bug where the name of the leaked object was not pr...
George Karpenkov
2018-12-11
1
-2
/
+2
*
Update test for instcombine change
Matt Arsenault
2018-12-10
1
-1
/
+1
*
Revert "Change InitListExpr dump to label and pointer"
Stephen Kelly
2018-12-10
1
-2
/
+3
[next]