summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Generate .eh_frame_hdr for static executables too.Dan Albert2018-02-211-1/+1
* CodeGen: handle blocks correctly when inalloca'edSaleem Abdulrasool2018-02-211-0/+11
* [analyzer] Prevent AnalyzerStatsChecker from crashPeter Szecsi2018-02-211-1/+17
* [Sema] Classify conversions from enum to float as narrowingMikhail Maltsev2018-02-211-2/+12
* In C++14 onwards, it is permitted to read mutable members in constantRichard Smith2018-02-211-0/+23
* [X86] Disable CLWB in Cannon LakeCraig Topper2018-02-211-2/+2
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-212-0/+29
* Fix assert when template argument deduction's original call arg checking trig...Richard Smith2018-02-201-0/+8
* When multiple sanitizers are enabled (ubsan + something else), use all releva...Richard Smith2018-02-201-7/+10
* Correct multiversion unsupported target behavior, add a test.Erich Keane2018-02-201-0/+12
* Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg2018-02-201-36/+4
* [CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev2018-02-201-25/+44
* clang-cl: Make /d1PP an alias for -dD (PR36446)Hans Wennborg2018-02-201-0/+3
* [X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.Craig Topper2018-02-201-9/+15
* Fix some -Wexceptions false positives.Richard Smith2018-02-201-2/+58
* Fix test failure on target where size_t is long long.Richard Smith2018-02-191-3/+6
* Add several more attributes to be parsed in C with [[]] when -fdouble-square-...Aaron Ballman2018-02-191-0/+26
* [ARM] disable FPU features when using soft floating point.Keith Walker2018-02-194-63/+443
* [CodeGen] Initialize large arrays by copying from a globalIvan A. Kosarev2018-02-191-5/+18
* [cxx_dr_status] Tests for CWG issues 641-687.Richard Smith2018-02-191-4/+671
* [X86] Add 'sahf' CPU feature to frontendDimitry Andric2018-02-171-2/+2
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-162-0/+21
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-161-0/+6
* [OPENMP] Do not emit messages for templates in declare targetAlexey Bataev2018-02-161-0/+27
* [MS] Make constexpr static data members implicitly inlineReid Kleckner2018-02-161-4/+36
* [OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.Alexey Bataev2018-02-161-3/+3
* [OPENMP] Fix parsing of the directives with inner directives.Alexey Bataev2018-02-161-2/+4
* Clean up 'target' attribute diagnosticsErich Keane2018-02-163-11/+23
* [ARM] Add tests for the vcvtr builtinsSjoerd Meijer2018-02-162-22/+53
* [Coroutines] Use target-agnostic size_t in testBrian Gesiak2018-02-161-6/+6
* Revert r325321 "[Sema] Take into account the current context when checking the"Hans Wennborg2018-02-161-35/+0
* [Sema] Take into account the current context when checking theAkira Hatanaka2018-02-161-0/+35
* [Coverage] Handle break/continue outside of loop bodiesVedant Kumar2018-02-161-0/+11
* [Modules] Extend -fmodule-name semantic for frameworks with private modulesBruno Cardoso Lopes2018-02-161-0/+12
* [OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev2018-02-151-0/+61
* [OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend...Alexey Bataev2018-02-151-0/+2
* [Coroutines] Use allocator overload when availableBrian Gesiak2018-02-154-7/+131
* [analyzer] Suppress temporary destructors for temporary arrays.Artem Dergachev2018-02-151-0/+16
* [analyzer] Implement path notes for temporary destructors.Artem Dergachev2018-02-151-0/+64
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-153-1/+138
* Clean up AMDGCN testsYaxun Liu2018-02-1510-130/+130
* [Test] Remove mangled name from test.Matt Davis2018-02-151-1/+0
* [OpenCL] Fix __enqueue_block for block with capturesYaxun Liu2018-02-152-0/+33
* Add -no-canonical-prefixes to allow different build modes.Martin Bohme2018-02-151-5/+5
* [analyzer] Inline constructors for destroyable temporaries.Artem Dergachev2018-02-151-16/+105
* [CFG] Provide construction contexts for temproary objects.Artem Dergachev2018-02-153-65/+264
* [analyzer] Decide on inlining destructors via EvalCallOptions.Artem Dergachev2018-02-151-1/+2
* Reapply r325193Konstantin Zhuravlyov2018-02-151-0/+107
* [analyzer] Allow inlining constructors into return values.Artem Dergachev2018-02-151-2/+162
* Revert r325193 as it breaks buildbotsKonstantin Zhuravlyov2018-02-151-107/+0