summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Adds fixit hints to the -Wrange-loop-analysisMark de Wever2020-01-012-3/+12
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-014-4/+4
* [MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocationsFangrui Song2020-01-011-1/+0
* Revert "[Diagnostic] Add ftabstop to -Wmisleading-indentation"Martin Storsjö2019-12-311-38/+3
* [OPENMP]Emit artificial threprivate vars as threadlocal, if possible.Alexey Bataev2019-12-311-2/+7
* [CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.Craig Topper2019-12-311-1/+4
* Match code following lambdas when ignoring invisible nodesStephen Kelly2019-12-311-1/+1
* [OpenCL] Remove redundant foreach in OpenCLBuiltins.td; NFCSven van Haastregt2019-12-311-76/+32
* [CodeGen] Use IRBuilder::CreateFNeg for __builtin_conjCraig Topper2019-12-301-6/+1
* [CodeGen] Use CreateFNeg in buildFMulAddCraig Topper2019-12-301-11/+4
* [OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert2019-12-301-0/+95
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-1/+6
* [OpenCL] Add mipmap builtin functionsSven van Haastregt2019-12-301-0/+177
* [Diagnostic] Add ftabstop to -Wmisleading-indentationTyker2019-12-301-3/+38
* Fix formatting in previous commitsStephen Kelly2019-12-291-1/+2
* Fix use of named values surrounded by newlines in clang-queryStephen Kelly2019-12-291-7/+8
* Fix handling of newlines in clang-queryStephen Kelly2019-12-291-3/+1
* Allow redeclaration of __declspec(uuid)Zachary Henkel2019-12-282-3/+9
* Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader2019-12-281-1/+1
* Revert "CWG2352: Allow qualification conversions during reference binding."David Blaikie2019-12-273-164/+136
* [OpenCL] Fix inconsistency between opencl and c11 atomic fetch max/minYaxun (Sam) Liu2019-12-271-2/+2
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-21/+55
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-272-2/+2
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-55/+21
* Fix -Wunused-lambda-capture warnings.Eric Christopher2019-12-261-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-21/+55
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-55/+21
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-21/+55
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-2610-52/+29
* [OpenMP][IR-Builder] Introduce the finalization stackJohannes Doerfert2019-12-251-15/+51
* [OPENMP]Add extra checks and initialization for clause modifier.Alexey Bataev2019-12-242-2/+15
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-247-53/+132
* [NFC] Remove some dead code from CGBuiltin.cpp.Kevin P. Neal2019-12-241-14/+0
* [clang] [ast] CXXRecordDecl::getVisibleConversionFunctions() could be constWhisperity2019-12-241-12/+10
* [CFG] Fix an assertion failure with static initializersGabor Horvath2019-12-231-1/+1
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-237-82/+98
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-239-23/+147
* [NFC] Move OptionUtils from Basic to DriverYaxun (Sam) Liu2019-12-233-3/+2
* [OpenCL] Add atomic builtin functionsSven van Haastregt2019-12-231-0/+79
* [ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windowsMartin Storsjö2019-12-231-1/+3
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-2310-85/+716
* [AST] Add missing MultiplexConsumer::CompleteExternalDeclarationReid Kleckner2019-12-221-0/+5
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-229-2/+65
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-229-65/+2
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-2210-718/+85
* [Analyzer] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-223-5/+6
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-0/+4
* [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...Bruno Ricci2019-12-221-25/+83
* [Sema] SequenceChecker: Fix handling of operator ||, && and ?:Bruno Ricci2019-12-221-31/+96
* [Sema] SequenceChecker: Add some comments + related small NFCsBruno Ricci2019-12-221-73/+122
OpenPOWER on IntegriCloud