]> granicus.if.org Git - clang/shortlog
clang
2019-07-19 Ben Hamilton[Format/ObjC] Avoid breaking between unary operators...
2019-07-19 Sven van Haastregt[OpenCL] Define CLK_NULL_EVENT without cast
2019-07-19 Hubert Tong[sanitizers] Use covering ObjectFormatType switches
2019-07-19 Sam CleggFix formatting of inline argument comments. NFC.
2019-07-18 Lang HamesUpdate the SimpleJIT class in the clang-interpreter...
2019-07-18 Alex Lorenz[clang-scan-deps] Dependency directives source minimize...
2019-07-18 Guanzhong Chen[WebAssembly] Fix __builtin_wasm_tls_base intrinsic
2019-07-18 Alexey Bataev[OPENMP]Fix sharing of threadprivate variables with...
2019-07-18 Alex Bradbury[RISCV] Hard float ABI support
2019-07-18 Guanzhong Chen[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
2019-07-18 Alexey Bataev[OPENMP]Provide correct data sharing attributes for...
2019-07-18 Yitzhak Mandelbaum[LibTooling] Relax Transformer to allow rewriting macro...
2019-07-18 Yitzhak Mandelbaum[LibTooling] Add function to translate and validate...
2019-07-18 Ilya Biryukov[ASTUnit] Attempt to unbreak Windows buildbots after...
2019-07-18 Alex BradburyRevert "[RISCV] Hard float ABI support" r366450
2019-07-18 Ilya BiryukovRevert r366449: [CrossTU] Add a function to retrieve...
2019-07-18 Alex Bradbury[RISCV] Hard float ABI support
2019-07-18 Balazs Keri[CrossTU] Add a function to retrieve original source...
2019-07-18 Ilya Biryukov[ASTUnit] Fix a regression in cached completions
2019-07-18 Jonas Devlieghere[CMake] Don't set Python_ADDITIONAL_VERSIONS
2019-07-18 Gabor Marton[analyzer] Add CTU user docs
2019-07-18 Alexey Bataev[OPENMP][NVPTX]Mark barrier functions calls as convergent.
2019-07-18 Ilya BiryukovRevert r366422: [OpenCL] Improve destructor support...
2019-07-18 Hans WennborgBump the trunk version to 10.0.0svn
2019-07-18 Marco Antognini[OpenCL] Improve destructor support in C++ for OpenCL
2019-07-18 Anastasia Stulova[OpenCL] Update comments/diagnostics to refer to C...
2019-07-18 Anastasia Stulova[OpenCL][PR42033] Fix addr space deduction with templat...
2019-07-18 Sam McCall[CodeComplete] Fix ASTUnit cached completion of macros...
2019-07-18 Qiu Chaofan[PowerPC][Clang] Remove use of malloc in mm_malloc
2019-07-18 Csaba Dabis[analyzer] MallocChecker: Prevent Integer Set Library...
2019-07-17 Peter Collingbournehwasan: Initialize the pass only once.
2019-07-17 Sunil SrivastavaRenamed and changed the wording of warn_cconv_ignored
2019-07-17 Alexey Bataev[OPENMP]Fix PR42632: crash on the analysis of the OpenM...
2019-07-17 Momchil VelikovRevert [AArch64] Add support for Transactional Memory...
2019-07-17 Anastasia Stulova[Docs][OpenCL] Documentation of C++ for OpenCL mode
2019-07-17 Mike Rice[OPENMP]Fix crash in LoopCounterRefChecker when MemberE...
2019-07-17 Gabor Marton[ASTImporter] Fix structural eq of lambdas
2019-07-17 Gabor Marton[ASTImporter] Fix LLDB lookup in transparent ctx and...
2019-07-17 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-17 Momchil Velikov[AArch64] Consistent types and naming for AArch64 targe...
2019-07-17 Marco Antognini[OpenCL][Sema] Minor refactoring and constraint checking
2019-07-17 Rainer Orth[Driver] Enable __cxa_atexit on Solaris
2019-07-17 Matt ArsenaultAMDGPU: Add some missing builtins
2019-07-16 Reid KlecknerFix OpenCLCXX test on 32-bit Windows where thiscall...
2019-07-16 Reid KlecknerFix darwin-ld.c if dsymutil.exe exists on PATH
2019-07-16 George Burgess IVFix a typo in target features
2019-07-16 Guanzhong Chen[WebAssembly] Implement thread-local storage (local...
2019-07-16 Ben Hamilton[clang-format] Don't detect call to ObjC class method...
2019-07-16 Yonghong Songfix unnamed fiefield issue and add tests for __builtin_...
2019-07-16 Neil Hickey[OpenCL] Fixing sampler initialisations for C++ mode.
2019-07-16 Alexey Bataev[OPENMP]Add support for analysis of if clauses.
2019-07-16 Rainer Orth[Driver] Don't pass --dynamic-linker to ld on Solaris
2019-07-16 Sam McCall[SemaTemplate] Fix uncorrected typos after pack expansion
2019-07-16 Kyrylo Tkachov[AArch64] Implement __jcvt intrinsic from Armv8.3-A
2019-07-16 Serge Guelton[clang-scan-view] Force utf-8 when handling report...
2019-07-16 Stephan BergmannFinish "Adapt -fsanitize=function to SANITIZER_NON_UNIQ...
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-16 Ali TamurRevert "[OPENMP]Add support for analysis of if clauses."
2019-07-16 Nathan LanzaChange a lit test to permit vendor specific clang version
2019-07-16 Bob Haarmanreland "add -fthinlto-index= option to clang-cl"
2019-07-16 Peter Wu[Sema] Suppress additional warnings for C's zero initia...
2019-07-16 Nathan LanzaAllow for vendor prefixes in a list test
2019-07-16 Eric ChristopherTemporarily revert "add -fthinlto-index= option to...
2019-07-15 Eric ChristopherTemporarily Revert "fix unnamed fiefield issue and...
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-15 Jan Korous[DirectoryWatcher][linux] Fix for older kernels
2019-07-15 Bob Haarmanadd -fthinlto-index= option to clang-cl
2019-07-15 Tom Stellard[OpenCL] Make TableGen'd builtin tables and helper...
2019-07-15 Lang Hames[clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false...
2019-07-15 Jan Korous[DirectoryWatcher][test] Relax test assumptions
2019-07-15 Jan Korous[DirectoryWatcher][NFC][test] Add typedef for enum
2019-07-15 Bob Haarman[clang] allow -fthinlto-index= without -x ir
2019-07-15 Evgeniy StepanovARM MTE stack sanitizer.
2019-07-15 Sylvestre LedruUpdate __VERSION__ to remove the hardcoded 4.2.1 version
2019-07-15 Nico WeberUse a unique_ptr instead of manual memory management...
2019-07-15 Nico WeberUse a unique_ptr instead of manual memory management...
2019-07-15 Nico WeberUse unique_ptr instead of manual delete in one place...
2019-07-15 Yonghong Songfix unnamed fiefield issue and add tests for __builtin_...
2019-07-15 Alexey Bataev[OPENMP]Add support for analysis of if clauses.
2019-07-15 Anastasia Stulova[OpenCL] Deduce addr space for pointee of dependent...
2019-07-15 Simon PilgrimFix uninitialized variable analyzer warning. NFCI.
2019-07-15 Balazs Keri[ASTImporter] Using Lang_CXX14 in ASTImporterVisibility...
2019-07-15 Anastasia Stulova[OpenCL][PR41727] Prevent ICE on global dtors
2019-07-15 Fangrui Song[PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlon...
2019-07-14 Alexandros... [TargetParser][ARM] Account dependencies when processin...
2019-07-14 Simon PilgrimFix uninitialized variable analyzer warning. NFCI.
2019-07-14 JF BastienSupport __seg_fs and __seg_gs on x86
2019-07-14 Alexandros... [clang][Driver][ARM] Favor -mfpu over default CPU features
2019-07-14 Sylvestre Ledruconsistency in the release notes
2019-07-14 Fangrui Song[Driver] Simplify AddLibgcc
2019-07-14 Fangrui Song[Driver] Simplify -lgcc & -lgcc_s
2019-07-13 Michael LiaoRemove extra ';' to silent compiler warning.
2019-07-13 Mike SpertusTemplate-related improvements to Visual Studio visualizers
2019-07-13 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-07-13 Petr Hosek[CMake][Fuchsia] Define asan+noexcept multilib
2019-07-13 Sylvestre LedruThis reverts commit 632a36bfcfc8273c1861f04ff6758d863c4...
2019-07-13 Akira HatanakaInitialize the non-trivial C union bits I added to...
2019-07-13 Akira Hatanaka[Sema] Diagnose default-initialization, destruction...
2019-07-13 Fangrui Songclang/test/Driver/fsanitize.c: Fix -fsanitize=vptr...
2019-07-13 Jan Korous[DirectoryWatcher][test][NFC] Add information to test...
next