summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-2010-22/+90
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-193-0/+12
* [LTO] Always mark regular LTO units with EnableSplitLTOUnit=1Teresa Johnson2019-07-192-1/+13
* [NFC] Remove unused variableDenis Bakhvalov2019-07-191-1/+1
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-196-0/+57
* [Format/ObjC] Avoid breaking between unary operators and operandsBen Hamilton2019-07-192-0/+14
* [OpenCL] Define CLK_NULL_EVENT without castSven van Haastregt2019-07-192-2/+3
* [sanitizers] Use covering ObjectFormatType switchesHubert Tong2019-07-191-2/+6
* Fix formatting of inline argument comments. NFC.Sam Clegg2019-07-191-7/+6
* Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames2019-07-181-44/+53
* [clang-scan-deps] Dependency directives source minimizer: handle #pragma onceAlex Lorenz2019-07-183-1/+40
* [WebAssembly] Fix __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-1/+1
* [OPENMP]Fix sharing of threadprivate variables with TLS support.Alexey Bataev2019-07-182-4/+30
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-1814-33/+1474
* [WebAssembly] Implement __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-183-0/+10
* [OPENMP]Provide correct data sharing attributes for loop controlAlexey Bataev2019-07-1821-105/+130
* [LibTooling] Relax Transformer to allow rewriting macro expansionsYitzhak Mandelbaum2019-07-182-56/+108
* [LibTooling] Add function to translate and validate source range for editingYitzhak Mandelbaum2019-07-183-2/+155
* [ASTUnit] Attempt to unbreak Windows buildbots after r366448Ilya Biryukov2019-07-181-2/+2
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-1813-1462/+21
* Revert r366449: [CrossTU] Add a function to retrieve original source location.Ilya Biryukov2019-07-186-162/+25
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-1813-21/+1462
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-186-25/+162
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-182-1/+22
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-1/+0
* [analyzer] Add CTU user docsGabor Marton2019-07-182-0/+207
* [OPENMP][NVPTX]Mark barrier functions calls as convergent.Alexey Bataev2019-07-182-6/+9
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-1814-234/+113
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-182-53/+18
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-1814-113/+234
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-1817-45/+43
* [OpenCL][PR42033] Fix addr space deduction with template parametersAnastasia Stulova2019-07-185-10/+23
* [CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...Sam McCall2019-07-183-4/+6
* [PowerPC][Clang] Remove use of malloc in mm_mallocQiu Chaofan2019-07-183-44/+8
* [analyzer] MallocChecker: Prevent Integer Set Library false positivesCsaba Dabis2019-07-182-1/+75
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-171-28/+10
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-1717-65/+65
* [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.Alexey Bataev2019-07-172-0/+16
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1710-99/+1
* [Docs][OpenCL] Documentation of C++ for OpenCL modeAnastasia Stulova2019-07-172-1/+310
* [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice2019-07-172-1/+10
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-173-0/+88
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-172-7/+76
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1710-1/+99
* [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-173-3/+2
* AMDGPU: Add some missing builtinsMatt Arsenault2019-07-176-0/+144
* Fix OpenCLCXX test on 32-bit Windows where thiscall is presentReid Kleckner2019-07-161-6/+6
* Fix darwin-ld.c if dsymutil.exe exists on PATHReid Kleckner2019-07-161-2/+2
OpenPOWER on IntegriCloud