summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP]Remove unused code, NFC.Alexey Bataev2020-01-092-102/+2
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-20/+23
* [Concepts] Function trailing requires clausesSaar Raz2020-01-0928-355/+1165
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-091-4/+3
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-091-2/+2
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-091-0/+2
* Fix MSVC unhandled enum warning. NFCI.Simon Pilgrim2020-01-091-0/+1
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-5/+3
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-082-3/+3
* Add a new AST matcher 'optionally'.Rihan Yang2020-01-082-0/+28
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-081-2/+2
* [OPENMP]Allow comma in combiner expression.Alexey Bataev2020-01-081-3/+2
* Fixing a formatting nit; NFCAaron Ballman2020-01-081-1/+2
* Disallow an empty string literal in an asm labelAaron Ballman2020-01-085-10/+18
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-081-4/+5
* [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PICFangrui Song2020-01-071-3/+0
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-072-3/+8
* [OPENMP]Reduce calls for the mangled names.Alexey Bataev2020-01-072-8/+9
* [OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev2020-01-073-6/+85
* [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...Gabor Horvath2020-01-071-5/+3
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-073-2/+19
* [OPENMP]Do not diagnose references to non-integral types for ref inAlexey Bataev2020-01-071-2/+2
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-071-3/+3
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-077-26/+11
* Always deduce the lengths of contained parameter packs when deducing aRichard Smith2020-01-062-21/+34
* [CodeGen][ObjC] Push the properties of a protocol before pushing theAkira Hatanaka2020-01-061-3/+3
* Add Triple::isX86()Fangrui Song2020-01-066-15/+8
* [Diagnostic] make Wmisleading-indendation not warn about labelsTyker2020-01-061-4/+6
* [OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.Alexey Bataev2020-01-065-13/+58
* [NFC] Test commit, revert whitespace changestevewan2020-01-061-1/+0
* [NFC] Test commit, whitespace changestevewan2020-01-061-0/+1
* [clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...Mitchell Balan2020-01-061-0/+13
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-2/+5
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-1/+4
* [Gnu toolchain] Look at standard GCC paths for libstdcxx by defaultKristina Brooks2020-01-056-86/+121
* Allow using traverse() with bindingsStephen Kelly2020-01-051-0/+5
* Fix oversight in AST traversal helperStephen Kelly2020-01-051-1/+1
* [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.Jonas Paulsson2020-01-031-3/+13
* [OPENMP]Fix crash on error message for declare reduction.Alexey Bataev2020-01-031-1/+2
* [clang-format/java] format multiple qualified annotations on one declaration ...Nico Weber2020-01-031-1/+1
* [OpenMP] diagnose zero-length array section in the depend clauseKelvin Li2020-01-031-0/+16
* [Diagnostic] Fixed add ftabstop to -Wmisleading-indentationTyker2020-01-031-3/+39
* [Syntax] Build spanning SimpleDecalration for classes, structs, etcIlya Biryukov2020-01-031-3/+7
* [OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev2020-01-026-3/+357
* [OPENMP] Restore allowing of braced initializers in the declare reductionAlexey Bataev2020-01-021-1/+1
* Handle init statements in readability-else-after-returnNathan James2020-01-021-0/+1
* [SystemZ] Use FNeg in s390x clang builtinsKevin P. Neal2020-01-021-9/+5
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-022-0/+9
* [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.Alexey Bataev2020-01-021-3/+2
* Improve Wrange-loop-analyses for rvalue referenceMark de Wever2020-01-011-1/+3
OpenPOWER on IntegriCloud