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
*
[Driver] Generate .eh_frame_hdr for static executables too.
Dan Albert
2018-02-21
1
-1
/
+1
*
CodeGen: handle blocks correctly when inalloca'ed
Saleem Abdulrasool
2018-02-21
1
-0
/
+11
*
[analyzer] Prevent AnalyzerStatsChecker from crash
Peter Szecsi
2018-02-21
1
-1
/
+17
*
[Sema] Classify conversions from enum to float as narrowing
Mikhail Maltsev
2018-02-21
1
-2
/
+12
*
In C++14 onwards, it is permitted to read mutable members in constant
Richard Smith
2018-02-21
1
-0
/
+23
*
[X86] Disable CLWB in Cannon Lake
Craig Topper
2018-02-21
1
-2
/
+2
*
[mips] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-21
2
-0
/
+29
*
Fix assert when template argument deduction's original call arg checking trig...
Richard Smith
2018-02-20
1
-0
/
+8
*
When multiple sanitizers are enabled (ubsan + something else), use all releva...
Richard Smith
2018-02-20
1
-7
/
+10
*
Correct multiversion unsupported target behavior, add a test.
Erich Keane
2018-02-20
1
-0
/
+12
*
Revert r325375 "[MS] Make constexpr static data members implicitly inline"
Hans Wennborg
2018-02-20
1
-36
/
+4
*
[CodeGen] Fix generation of TBAA tags for may-alias accesses
Ivan A. Kosarev
2018-02-20
1
-25
/
+44
*
clang-cl: Make /d1PP an alias for -dD (PR36446)
Hans Wennborg
2018-02-20
1
-0
/
+3
*
[X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.
Craig Topper
2018-02-20
1
-9
/
+15
*
Fix some -Wexceptions false positives.
Richard Smith
2018-02-20
1
-2
/
+58
*
Fix test failure on target where size_t is long long.
Richard Smith
2018-02-19
1
-3
/
+6
*
Add several more attributes to be parsed in C with [[]] when -fdouble-square-...
Aaron Ballman
2018-02-19
1
-0
/
+26
*
[ARM] disable FPU features when using soft floating point.
Keith Walker
2018-02-19
4
-63
/
+443
*
[CodeGen] Initialize large arrays by copying from a global
Ivan A. Kosarev
2018-02-19
1
-5
/
+18
*
[cxx_dr_status] Tests for CWG issues 641-687.
Richard Smith
2018-02-19
1
-4
/
+671
*
[X86] Add 'sahf' CPU feature to frontend
Dimitry Andric
2018-02-17
1
-2
/
+2
*
[ThinLTO] Allow indexing to request backend to ignore the module
Vitaly Buka
2018-02-16
2
-0
/
+21
*
[ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set
Vitaly Buka
2018-02-16
1
-0
/
+6
*
[OPENMP] Do not emit messages for templates in declare target
Alexey Bataev
2018-02-16
1
-0
/
+27
*
[MS] Make constexpr static data members implicitly inline
Reid Kleckner
2018-02-16
1
-4
/
+36
*
[OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.
Alexey Bataev
2018-02-16
1
-3
/
+3
*
[OPENMP] Fix parsing of the directives with inner directives.
Alexey Bataev
2018-02-16
1
-2
/
+4
*
Clean up 'target' attribute diagnostics
Erich Keane
2018-02-16
3
-11
/
+23
*
[ARM] Add tests for the vcvtr builtins
Sjoerd Meijer
2018-02-16
2
-22
/
+53
*
[Coroutines] Use target-agnostic size_t in test
Brian Gesiak
2018-02-16
1
-6
/
+6
*
Revert r325321 "[Sema] Take into account the current context when checking the"
Hans Wennborg
2018-02-16
1
-35
/
+0
*
[Sema] Take into account the current context when checking the
Akira Hatanaka
2018-02-16
1
-0
/
+35
*
[Coverage] Handle break/continue outside of loop bodies
Vedant Kumar
2018-02-16
1
-0
/
+11
*
[Modules] Extend -fmodule-name semantic for frameworks with private modules
Bruno Cardoso Lopes
2018-02-16
1
-0
/
+12
*
[OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.
Alexey Bataev
2018-02-15
1
-0
/
+61
*
[OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend...
Alexey Bataev
2018-02-15
1
-0
/
+2
*
[Coroutines] Use allocator overload when available
Brian Gesiak
2018-02-15
4
-7
/
+131
*
[analyzer] Suppress temporary destructors for temporary arrays.
Artem Dergachev
2018-02-15
1
-0
/
+16
*
[analyzer] Implement path notes for temporary destructors.
Artem Dergachev
2018-02-15
1
-0
/
+64
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
3
-1
/
+138
*
Clean up AMDGCN tests
Yaxun Liu
2018-02-15
10
-130
/
+130
*
[Test] Remove mangled name from test.
Matt Davis
2018-02-15
1
-1
/
+0
*
[OpenCL] Fix __enqueue_block for block with captures
Yaxun Liu
2018-02-15
2
-0
/
+33
*
Add -no-canonical-prefixes to allow different build modes.
Martin Bohme
2018-02-15
1
-5
/
+5
*
[analyzer] Inline constructors for destroyable temporaries.
Artem Dergachev
2018-02-15
1
-16
/
+105
*
[CFG] Provide construction contexts for temproary objects.
Artem Dergachev
2018-02-15
3
-65
/
+264
*
[analyzer] Decide on inlining destructors via EvalCallOptions.
Artem Dergachev
2018-02-15
1
-1
/
+2
*
Reapply r325193
Konstantin Zhuravlyov
2018-02-15
1
-0
/
+107
*
[analyzer] Allow inlining constructors into return values.
Artem Dergachev
2018-02-15
1
-2
/
+162
*
Revert r325193 as it breaks buildbots
Konstantin Zhuravlyov
2018-02-15
1
-107
/
+0
[next]