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
*
[Sema] Suppress -Wformat diagnostics for bool types when printed using %hhd
Erik Pilkington
2019-09-18
4
-0
/
+67
*
[clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...
Paul Hoad
2019-09-18
4
-17
/
+99
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
14
-192
/
+446
*
[OPENMP5.0]Allow multiple context selectors in the context selector
Alexey Bataev
2019-09-18
9
-125
/
+172
*
Recommit -r372180
Erich Keane
2019-09-18
1
-30
/
+179
*
Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"
Hans Wennborg
2019-09-18
3
-38
/
+9
*
[mips] Pass "xgot" flag as a subtarget feature
Simon Atanasyan
2019-09-18
4
-9
/
+19
*
[AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.
Simon Pilgrim
2019-09-18
2
-7
/
+3
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
2
-2
/
+4
*
[X86] Prevent assertion when calling a function that returns double with -mno...
Craig Topper
2019-09-18
1
-0
/
+20
*
[Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.
Volodymyr Sapsai
2019-09-18
3
-0
/
+3
*
[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
Eli Friedman
2019-09-17
4
-27
/
+26
*
Revert "Create UsersManual section entitled 'Controlling Floating Point"
Erich Keane
2019-09-17
1
-159
/
+30
*
[Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...
Erik Pilkington
2019-09-17
6
-32
/
+156
*
Create UsersManual section entitled 'Controlling Floating Point
Erich Keane
2019-09-17
1
-30
/
+159
*
Ignore exception specifier mismatch when merging redeclarations
Reid Kleckner
2019-09-17
2
-2
/
+34
*
[clang-scan-deps] Add verbose mode
Jan Korous
2019-09-17
1
-2
/
+9
*
Use 'BOOL' instead of BOOL in diagnostic messages
Erik Pilkington
2019-09-17
3
-20
/
+20
*
[OPENMP] Rework the test, NFC.
Alexey Bataev
2019-09-17
1
-3
/
+1
*
[OPENMP5.0]Introduce attribute for declare variant directive.
Alexey Bataev
2019-09-17
10
-1
/
+334
*
[OPENMP]Try to rework the test to pacify the buildbots, NFC.
Alexey Bataev
2019-09-17
1
-8
/
+7
*
[clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.
Yitzhak Mandelbaum
2019-09-17
2
-13
/
+25
*
Add SpellingNotCalculated to Attribute Enums to suppress UBSan warnings
Erich Keane
2019-09-17
4
-0
/
+16
*
[OpenCL] Tidy up some comments; NFC
Sven van Haastregt
2019-09-17
1
-10
/
+4
*
Hide implementation details in namespaces.
Benjamin Kramer
2019-09-17
1
-0
/
+2
*
[NFC] Updated test
David Bolvansky
2019-09-17
1
-7
/
+7
*
[Clang] Pragma vectorize_width() implies vectorize(enable)
Sjoerd Meijer
2019-09-17
3
-9
/
+38
*
[RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlow
Kito Cheng
2019-09-17
2
-0
/
+16
*
[RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctly
Kito Cheng
2019-09-17
2
-2
/
+28
*
Fix reliance on -flax-vector-conversions in AVX intrinsics headers and
Richard Smith
2019-09-17
4
-16
/
+16
*
Fix reliance on lax vector conversions in tests for x86 intrinsics.
Richard Smith
2019-09-17
8
-15
/
+15
*
Remove reliance on lax vector conversions from altivec.h in VSX mode.
Richard Smith
2019-09-17
5
-23
/
+43
*
Push lambda scope earlier when transforming lambda expression
Nicholas Allegra
2019-09-17
2
-4
/
+19
*
[OPENMP] Fix the test, NFC
Alexey Bataev
2019-09-17
1
-3
/
+5
*
[OPENMP]Fix the test, NFC.
Alexey Bataev
2019-09-16
1
-2
/
+3
*
[Modules][Objective-C] Use complete decl from module when diagnosing missing ...
Bruno Cardoso Lopes
2019-09-16
6
-1
/
+28
*
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
Lubos Lunak
2019-09-16
2
-2
/
+6
*
[Clang][Codegen] Disable arm_acle.c test.
Roman Lebedev
2019-09-16
1
-0
/
+2
*
[Clang][Codegen] Relax available-externally-suppress.c test
Roman Lebedev
2019-09-16
1
-2
/
+0
*
[OPENMP]Fix parsing/sema for function templates with declare simd.
Alexey Bataev
2019-09-16
2
-1
/
+10
*
Move some definitions from Sema to Basic to fix shared libs build
Erich Keane
2019-09-16
3
-88
/
+91
*
[clangd] Fix a crash when renaming operator.
Haojian Wu
2019-09-16
1
-2
/
+1
*
Change signature of __builtin_rotateright64 back to unsigned
Karl-Johan Karlsson
2019-09-16
2
-1
/
+5
*
[OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+3
*
[Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parens
David Bolvansky
2019-09-14
2
-3
/
+22
*
[clang-scan-deps] Add -M to work around -MT issue after r371918
Fangrui Song
2019-09-14
1
-0
/
+1
*
[Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...
Fangrui Song
2019-09-14
3
-36
/
+60
*
[Driver] Improve Clang::getDependencyFileName and its tests after rC371853
Fangrui Song
2019-09-14
4
-27
/
+18
*
[WebAssembly] Narrowing and widening SIMD ops
Thomas Lively
2019-09-13
3
-0
/
+147
*
Make test check position independent as they sometimes come out reversed. NFCI.
Douglas Yung
2019-09-13
1
-2
/
+2
[next]