summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-083-29/+51
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-085-128/+189
* [Sema] Diagnose array access preceding the array bounds even when the base ty...Bruno Ricci2019-01-082-7/+13
* [X86] Add shift-by-immediate tests for non-immediate/out-of-range valuesSimon Pilgrim2019-01-086-0/+588
* [ASTMatchers] Improve assert message for broken parent map.Sam McCall2019-01-081-7/+11
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-083-1/+35
* NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly2019-01-073-13/+19
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-073-1/+8
* [OPENMP]Add call to __kmpc_push_target_tripcount() function.Alexey Bataev2019-01-0712-4/+247
* Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd...Craig Topper2019-01-076-417/+407
* Revert r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd b...Craig Topper2019-01-076-407/+417
* [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.Craig Topper2019-01-076-417/+407
* [OPENMP][NVPTX]Reduce number of barriers in reductions.Alexey Bataev2019-01-073-12/+0
* [Sema] Fix unused variable warning in Release buildsBenjamin Kramer2019-01-071-2/+1
* [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl2019-01-072-18/+41
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-078-156/+288
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-075-110/+123
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-074-1/+36
* [CTU] Make loadExternalAST return with non nullptr on successGabor Marton2019-01-072-5/+6
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-073-10/+12
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-072-0/+3
* [X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...Craig Topper2019-01-072-31/+31
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-0717-107/+169
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-072-2/+6
* Fix bug in test found by the diagnostic added in r350340.Nico Weber2019-01-061-1/+1
* [CMake] Use hidden visibility for static libc++ in FuchsiaPetr Hosek2019-01-061-0/+1
* Have MSVC Visualizer for DeducedTemplateSpecializationType show both the orig...Mike Spertus2019-01-061-13/+24
* [CMake][Fuchsia] Enable build ID, relaxations for first stagePetr Hosek2019-01-061-0/+3
* Revert "[CMake][Fuchsia] Enable experimental new pass manager by default"Petr Hosek2019-01-051-1/+0
* Fix MSVC Visualization for TemplateTypeParmType and TemplateTypeParmDeclMike Spertus2019-01-051-7/+10
* CodeGen: fix autolink emission on ELFSaleem Abdulrasool2019-01-052-7/+17
* CodeGen: switch iteration to range based for loop (NFC)Saleem Abdulrasool2019-01-051-6/+4
* Improve MSVC type visualizationsMike Spertus2019-01-051-7/+47
* [python] Make the collections import future-proofSerge Guelton2019-01-051-2/+9
* [CMake][Fuchsia] Enable experimental new pass manager by defaultPetr Hosek2019-01-051-0/+1
* [CMake][Fuchsia] Enable x86 relaxation by defaultPetr Hosek2019-01-051-0/+1
* [CMake][Fuchsia] Enable --build-id linker flag by defaultPetr Hosek2019-01-051-0/+2
* Let new test from r350340 still pass even after r350451.Nico Weber2019-01-051-4/+4
* Move -add-plugin validation after -load was executed.Nico Weber2019-01-052-14/+19
* [OpenMP] Refactor const restriction for linearJoel E. Denny2019-01-0416-43/+35
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-0434-480/+480
* [OpenMP] Replace predetermined shared for const variableJoel E. Denny2019-01-0440-376/+439
* Fix default-function-attr.c so that it works on Windows.Peter Collingbourne2019-01-041-1/+1
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-049-0/+48
* [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi2019-01-041-0/+1
* [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi2019-01-042-0/+23
* [ThinLTO] Clang changes to utilize new pass to handle chains of aliasesTeresa Johnson2019-01-042-2/+10
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-0416-57/+500
* [OPENMP][NVPTX]Use new functions from the runtime library.Alexey Bataev2019-01-0412-54/+67
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-0412-35/+280