aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-21Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger
2019-10-21[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-21[test] Merge Driver/as-w-warnings.c into as-no-warnings.cFangrui Song
2019-10-21PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl
2019-10-20[AMDGPU] Fix assertion due to initializer listYaxun Liu
2019-10-19Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer
2019-10-19[analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev
2019-10-19[analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev
2019-10-19Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu
2019-10-19[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu
2019-10-19Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne
2019-10-19[hip][cuda] Fix the extended lambda name mangling issue.Michael Liao
2019-10-19[analyzer] Specify the C++ standard in more tests.Artem Dergachev
2019-10-19[c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith
2019-10-18DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie
2019-10-18[profile] Do not cache __llvm_profile_get_filename resultVedant Kumar
2019-10-18[analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.Artem Dergachev
2019-10-18[analyzer] exploded-graph-rewriter: Rename Environment to Expressions.Artem Dergachev
2019-10-18[analyzer] Fix FieldRegion dumps.Artem Dergachev
2019-10-18[analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev
2019-10-18[analyzer] exploded-graph-rewriter: Fix dump for state 0.Artem Dergachev
2019-10-18[analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
2019-10-18[ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant
2019-10-18[WebAssembly] -pthread implies -target-feature +sign-extThomas Lively
2019-10-17[analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.Artem Dergachev
2019-10-17[analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev
2019-10-17[analyzer] Display cast kinds in program point dumps.Artem Dergachev
2019-10-17[analyzer] exploded-graph-rewriter: Make node headers a bit lighter.Artem Dergachev
2019-10-17[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman
2019-10-17[clang-offload-wrapper][NFC] Use captured name of the entry type in LIT testSergey Dmitriev
2019-10-17[OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev
2019-10-17[OPENMP]Improve use of the global tid parameter.Alexey Bataev
2019-10-17[ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight
2019-10-17[ObjC] Add some additional test cases around pointer conversions.James Y Knight
2019-10-17[OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev
2019-10-17[OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt
2019-10-17Include leading attributes in DeclStmt's SourceRangeStephan Bergmann
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-17Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar
2019-10-17Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar
2019-10-17Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin
2019-10-17[Concepts] ConceptSpecializationExprs manglingSaar Raz
2019-10-16Fix darwin-ld-lto test for some speical pathSteven Wu
2019-10-16[OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev
2019-10-16Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin
2019-10-16[OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev
2019-10-16[DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl
2019-10-16[Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham