summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-187-15/+14
* [OpenCL][PR42033] Fix addr space deduction with template parametersAnastasia Stulova2019-07-183-9/+7
* [CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...Sam McCall2019-07-181-4/+2
* [PowerPC][Clang] Remove use of malloc in mm_mallocQiu Chaofan2019-07-181-4/+0
* [analyzer] MallocChecker: Prevent Integer Set Library false positivesCsaba Dabis2019-07-181-1/+38
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-171-28/+10
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-173-4/+4
* [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.Alexey Bataev2019-07-171-0/+12
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-174-31/+1
* [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice2019-07-171-1/+2
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-171-0/+20
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-7/+28
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-174-1/+31
* [AArch64] Consistent types and naming for AArch64 target features (NFC)Momchil Velikov2019-07-172-24/+25
* [OpenCL][Sema] Minor refactoring and constraint checkingMarco Antognini2019-07-171-9/+4
* [Driver] Enable __cxa_atexit on SolarisRainer Orth2019-07-171-1/+0
* AMDGPU: Add some missing builtinsMatt Arsenault2019-07-171-0/+6
* Fix a typo in target featuresGeorge Burgess IV2019-07-161-1/+1
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+5
* [clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton2019-07-161-1/+5
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-162-2/+22
* [OpenCL] Fixing sampler initialisations for C++ mode.Neil Hickey2019-07-162-3/+7
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-162-2/+22
* [Driver] Don't pass --dynamic-linker to ld on SolarisRainer Orth2019-07-161-4/+0
* [SemaTemplate] Fix uncorrected typos after pack expansionSam McCall2019-07-161-0/+1
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-164-0/+59
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-163-3/+4
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-1697-287/+287
* Revert "[OPENMP]Add support for analysis of if clauses."Ali Tamur2019-07-161-19/+0
* [Sema] Suppress additional warnings for C's zero initializerPeter Wu2019-07-161-2/+2
* Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...Eric Christopher2019-07-152-22/+2
* Revert "[NewPM] Port Sancov"Leonard Chan2019-07-151-40/+7
* [DirectoryWatcher][linux] Fix for older kernelsJan Korous2019-07-151-2/+7
* [OpenCL] Make TableGen'd builtin tables and helper functions staticTom Stellard2019-07-151-1/+1
* [clang] allow -fthinlto-index= without -x irBob Haarman2019-07-152-2/+7
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-156-16/+29
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-4/+3
* Use a unique_ptr instead of manual memory management for LineTableNico Weber2019-07-151-3/+1
* Use a unique_ptr instead of manual memory management for CustomDiagInfoNico Weber2019-07-151-5/+3
* Use unique_ptr instead of manual delete in one place. No behavior change.Nico Weber2019-07-151-7/+5
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-152-2/+22
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-151-0/+19
* [OpenCL] Deduce addr space for pointee of dependent types in instantiation.Anastasia Stulova2019-07-151-0/+17
* Fix uninitialized variable analyzer warning. NFCI.Simon Pilgrim2019-07-151-1/+1
* [OpenCL][PR41727] Prevent ICE on global dtorsAnastasia Stulova2019-07-154-13/+41
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-153-6/+18
* Fix uninitialized variable analyzer warning. NFCI.Simon Pilgrim2019-07-141-1/+1
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+5
* [clang][Driver][ARM] Favor -mfpu over default CPU featuresAlexandros Lamprineas2019-07-141-1/+5
* [Driver] Simplify AddLibgccFangrui Song2019-07-141-9/+3
OpenPOWER on IntegriCloud