summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-176-0/+25
* [objc_direct] fix uniquing when re-declaring a readwrite-direct propertyPierre Habouzit2019-12-172-1/+17
* Revert "[ASTImporter] Friend class decl should not be visible in its context"Nico Weber2019-12-172-88/+41
* [driver][darwin] Pass -platform_version flag to the linker instead of the -<p...Alex Lorenz2019-12-1712-44/+134
* Reland [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-175-43/+134
* [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-172-41/+88
* [OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387)Sven van Haastregt2019-12-172-0/+53
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-175-8/+8
* [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...Raphael Isemann2019-12-172-1/+12
* [MinGW] Implicitly add .exe suffix if not providedMartin Storsjö2019-12-173-1/+36
* Check whether the destination is a complete type in a static_cast (orRichard Smith2019-12-164-19/+14
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-1617-796/+180
* If constant evaluation fails due to an unspecified pointer comparison,Richard Smith2019-12-165-30/+34
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-1615-278/+462
* [WebAssembly] Setting export_name implies llvm.usedSam Clegg2019-12-162-2/+4
* [coroutines][PR41909] Generalize fix from D62550Brian Gesiak2019-12-162-14/+21
* Revert "[NFC-I] Remove hack for fp-classification builtins"Erich Keane2019-12-164-117/+42
* Fix a bug in the property-based serialization ofJohn McCall2019-12-163-1/+19
* [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-164-42/+117
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-163-142/+1
* [OPENMP][DOCS]Claim simd nontemporal clause, NFC.Alexey Bataev2019-12-161-1/+1
* Forward {read,write}SomeEnumType to {read,write}Enum instead ofJohn McCall2019-12-163-3/+27
* Use property-based serialization for TemplateArgument.John McCall2019-12-164-90/+101
* Use property-based serialization for TemplateName.John McCall2019-12-164-115/+109
* Add the ability for properties to be conditional on other properties.John McCall2019-12-164-19/+75
* Add the ability to declare helper variables when readingJohn McCall2019-12-163-7/+66
* Use property-based serialization for DeclarationName.John McCall2019-12-163-80/+61
* Add the ability to use property-based serialization for "cased" types.John McCall2019-12-1612-89/+450
* Replace tabs with spaces.John McCall2019-12-162-130/+130
* Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC.John McCall2019-12-161-41/+53
* Always -I clang/include when tblgen'ing in Clang.John McCall2019-12-163-8/+4
* [OPENMP][DOCS]Mark if clause on simd done, NFC.Alexey Bataev2019-12-161-1/+1
* [OPENMP50]Add if clause in target teams idistribute simd directive.Alexey Bataev2019-12-164-114/+204
* [TLI] Support for per-Function TLI that overrides available libfuncsTeresa Johnson2019-12-161-9/+0
* Fixing a -Wcovered-switch diagnostic and changing tabs to spaces; NFC.Aaron Ballman2019-12-161-7/+7
* [OPENMP50]Add if clause in target teams distribute parallel for simd directive.Alexey Bataev2019-12-163-12/+38
* Fix floating point builtins to not promote float->doubleErich Keane2019-12-163-7/+78
* [clang][SystemZ] Add support for -march=nativeUlrich Weigand2019-12-163-5/+18
* Silence an MSVC "not all control paths" diagnostic; NFC.Aaron Ballman2019-12-161-0/+1
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-167-42/+41
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-153-2/+6
* [c++20] Compute exception specifications for defaulted comparisons.Richard Smith2019-12-156-68/+360
* Properly compute whether statement expressions can throw, rather thanRichard Smith2019-12-155-62/+339
* Resolve exception specifications after marking the correspondingRichard Smith2019-12-153-30/+50
* [AST] Use a reference in a range-based forMark de Wever2019-12-151-2/+2
* [clang] Improve LLVM-style RTTI support in ExternalASTSource/ExternalSemaSourceRaphael Isemann2019-12-156-12/+32
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-153-58/+290
* [cxx_status] Fix paper number for "Concept auto" paper.Richard Smith2019-12-141-1/+1
* [perf-training] Make training data location configurableShoaib Meenai2019-12-145-5/+11
* [clang] Fix modules build after addition of TypeBitCodes.defRaphael Isemann2019-12-141-1/+9
OpenPOWER on IntegriCloud