]> granicus.if.org Git - clang/shortlog
clang
2019-02-26 Alexey Bataev[OPENMP][CUDA]Do not emit warnings for variables in...
2019-02-26 Alexey Bataev[OPENMP]Delay emission for unsupported va_arg expression.
2019-02-26 Reid Kleckner[MS] Don't emit coverage for deleting dtors
2019-02-26 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-26 Craig Topper[X86] Add 'znver2' and 'cascadelake' to the __builtin_c...
2019-02-26 Michael Liao[AMDGPU] Allow using integral non-type template parameters
2019-02-26 Ganesh Gopalasubramanian[X86] AMD znver2 enablement
2019-02-26 Yaxun Liu[OpenCL] Fix assertion due to blocks
2019-02-26 Emilio Cobos... [libclang] Avoid crashing when getting layout info...
2019-02-26 Andrew Ng[clang-format] SpaceBeforeParens for lambda expressions
2019-02-26 Kadir Cetinkaya[clang][Index] Visit UsingDecls and generate USRs for...
2019-02-26 Pierre Gousseaurevert r354873 as this breaks lldb builds.
2019-02-26 Pierre Gousseau[Driver] Allow enum SanitizerOrdinal to represent more...
2019-02-26 Ilya Biryukov[CodeComplete] Propagate preferred type for function...
2019-02-26 Alexander PotapenkoCodeGen: Explicitly initialize structure padding in...
2019-02-26 Aaron Smith[CGDebugInfo] Set NonTrivial DIFlag to a c++ record...
2019-02-26 Reid KlecknerRevert r354832 "[ASTImporter] Add support for importing...
2019-02-26 Reid Kleckner[MS] Fix for Bug 8446, template instantiation without...
2019-02-25 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-25 JF Bastien[NFC] Reorder some mis-ordered tests
2019-02-25 Alexander KornienkoReapply "Make static counters in ASTContext non-static...
2019-02-25 Erik Pilkington[CodeGenObjC] Fix a nullptr dyn_cast
2019-02-25 Emilio Cobos... [libclang] Expose warn_unused and warn_unused_result...
2019-02-25 Emilio Cobos... [libclang] Fix a trivial error introduced in D57946.
2019-02-25 Michael Kruse[OpenMP 5.0] Parsing/sema support for from clause with...
2019-02-25 Vlad TsyrklevichRevert "Make static counters in ASTContext non-static."
2019-02-25 Kristof Umann[analyzer] Fix infinite recursion in printing macros
2019-02-25 Alexander KornienkoMake static counters in ASTContext non-static.
2019-02-25 Luke Cheeseman[AArch64] Add support for Cortex-A76 and Cortex-A76AE
2019-02-25 Dmitri GribenkoFixed typos in tests: s/CHEKC/CHECK/
2019-02-25 Alexey Bader[SYCL] Add clang front-end option to enable SYCL device...
2019-02-24 Kristina BrooksFix accidentally used hard tabs. NFC
2019-02-24 Kristina BrooksWrap code for builtin_assume_aligned at 80 col.NFC
2019-02-24 Michael LiaoTypo: s/CHCCK/CHECK
2019-02-24 Michael Liao[NFC] Minor coding style (indent) fix.
2019-02-23 Richard SmithEnable coroutines under -std=c++2a.
2019-02-23 Richard Smith[cxx_status] Update to match Kona motions.
2019-02-23 Bruno Ricci[NFC] Fix Wdocumentation warning in OMPToClause
2019-02-23 Bruno Ricci[Sema][NFC] SequenceChecker: More tests in preparation...
2019-02-23 Brad SmithRemove OpenBSD case for old system libstdc++ header...
2019-02-23 Brad SmithRemove sanitizer context workaround no longer necessary
2019-02-22 Michael Kruse[OpenMP 5.0] Parsing/sema support for to clause with...
2019-02-22 Louis Dionne[clang] Only provide C11 features in <float.h> starting...
2019-02-22 Alexey Bataev[OPENMP] Delayed diagnostics for VLA support.
2019-02-22 Simon PilgrimFix "not all control paths return" warning. NFCI.
2019-02-22 Alexey BataevRevert "[OPENMP] Delayed diagnostics for VLA support."
2019-02-22 Alexey Bataev[OPENMP] Delayed diagnostics for VLA support.
2019-02-22 Saleem AbdulrasoolCodeGen: use COMDAT for block copy/destroy helpers
2019-02-22 Alexey Bataev[CUDA]Delayed diagnostics for the asm instructions.
2019-02-22 Yaxun Liurevert r354615: [HIP] change kernel stub name
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Enable by default as `osx.MIG'.
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Add support for more APIs.
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Fix an FN when the object is...
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Improve intermediate diagnostic...
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Take advantage of the mig_server...
2019-02-21 Artem Dergachev[analyzer] MIGChecker: A checker for Mach Interface...
2019-02-21 Richard SmithUse _Q as MS ABI mangling for char8_t.
2019-02-21 Reid Kleckner[clang-cl] Whitelist -fbracket-depth=123 in clang-cl
2019-02-21 Matt ArsenaultAMDGPU: Don't emit debugger subtarget features
2019-02-21 Dan Albert[Driver] Fix float ABI default for Android ARMv8.
2019-02-21 Leonard Chan[Fixed Point Arithmetic] Fixed Point Comparisons
2019-02-21 Yaxun Liu[HIP] change kernel stub name
2019-02-21 Michael Liao[CodeGen] Fix string literal address space casting.
2019-02-21 Mandeep Singh... [test] Fix typo: 's/ ot / to /' [NFC]
2019-02-21 Alexey BataevRevert "[CUDA]Delayed diagnostics for the asm instructi...
2019-02-21 Alexey Bataev[CUDA]Delayed diagnostics for the asm instructions.
2019-02-21 Eric Liu[CodeComplete] Collect visited contexts when scope...
2019-02-21 Andrew Savonichev[OpenCL] Simplify LLVM IR generated for OpenCL blocks
2019-02-21 Kadir Cetinkaya[clang][Index] Enable indexing of Template Type Paramet...
2019-02-21 Serge GueltonRevert r354546
2019-02-21 Serge GueltonFix typo in r354546
2019-02-21 Serge Guelton[NFC] Always initialize all members in ABIArgInfo
2019-02-21 Ahmed Bougacha[AArch64] Change size suffix for FP16FML intrinsics.
2019-02-21 Artem Dergachev[attributes] Fix buildbot after r354530.
2019-02-21 Artem Dergachev[attributes] Add an attribute for server routines in...
2019-02-20 Shoaib Meenai[clang] Add CMake target for installing clang's CMake...
2019-02-20 Shoaib Meenai[clang] Switch to LLVM_ENABLE_IDE
2019-02-20 Nemanja IvanovicMake predefined FLT16 macros conditional on support...
2019-02-20 Alexey Bataev[OPENMP] Use targetDiag for diagnostics of unsupported...
2019-02-20 Gabor MartonFix remaining semicolon pedantic errors for intel
2019-02-20 Siva Chandra[Clang Driver] Add support for "-static-pie" argument...
2019-02-20 Alexey Bataev[OPENMP] Delay emission of the asm target-specific...
2019-02-20 Gabor MartonFix compile error with Intel's compiler (-Werror=pedantic)
2019-02-20 Petr Hosek[CodeGen] Enable the complex-math test for arm
2019-02-20 Alexey Bataev[OPENMP][NVPTX]Use faster teams reduction algorithm.
2019-02-20 Krasimir Georgiev[clang-format] Do not emit replacements if Java imports...
2019-02-20 Leonard ChanLimit new PM tests to X86 registered targets.
2019-02-20 Leonard ChanRemove test on incompatible mpis target.
2019-02-20 Leonard Chan[NewPM] Add other sanitizers at O0
2019-02-20 Tom StellardCMake: Fix stand-alone clang builds since r353268
2019-02-19 Hans WennborgRemove extraneous space in MSVC-style diagnostic output
2019-02-19 Michael Kruse[OpenMP 5.0] Parsing/sema support for map clause with...
2019-02-19 Alexey Bader[OpenCL] Change type of block pointer for OpenCL
2019-02-18 Jan Korous[clang][test] Fix FileManagerTest.getFileDontOpenRealPa...
2019-02-18 Jan KorousReland "[clang][FileManager] fillRealPathName even...
2019-02-18 Gabor Marton[ASTImporter] Find previous friend function template
2019-02-18 Oliver Stannard[ARM] Add pre-defined macros for ROPI and RWPI
2019-02-18 Kadir Cetinkaya[clang][Index] Fix usage of IndexImplicitInstantiation
2019-02-18 Gabor Marton[ASTImporter] Unify redecl chain tests as type paramete...
2019-02-17 Kristof Umann[analyzer] Make valist.Uninitialized depend on ValistBase
next