]> granicus.if.org Git - clang/shortlog
clang
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
2019-02-17 Bruno Ricci[NFC] Add a llvm_unreachable to silence a warning in...
2019-02-17 Bruno RicciRecommit "[AST] Factor out the logic of the various...
2019-02-17 Shiva Chen[RISCV] Default enable RISCV linker relaxation
2019-02-17 Bruno RicciRevert "[AST] Factor out the logic of the various Expr...
2019-02-17 Bruno Ricci[AST] Factor out the logic of the various Expr::Ignore*
2019-02-17 Nirav Dave[X86] Prevent clang clobber checking for asm flag const...
2019-02-17 Petr Hosek[Driver][Gnu] Support -nolibc flag
2019-02-17 Petr Hosek[Driver][Fuchsia] Support -nolibc flag
2019-02-16 David GreenMove multiline raw string literal out of macro. NFC
2019-02-16 Erik PilkingtonFix some tests I broke in r354190
2019-02-16 Erik Pilkington[Sema] Diagnose floating point conversions based on...
2019-02-16 Volodymyr Sapsai[ObjC generics] Fix applying `__kindof` to the type...
2019-02-15 Alexander Kornienkoclang-format with UseTab: Always sometimes doesn't...
2019-02-15 Volodymyr Sapsai[ObjC] For type substitution in generics use a regular...
2019-02-15 Richard SmithFix implementation of [temp.local]p4.
2019-02-15 Reid KlecknerRevert r354075 "[clang][FileManager] fillRealPathName...
2019-02-15 Dan Albert[Driver] Default all Android ARM targets to NEON.
2019-02-15 Adrian PrantlRelax assertion to account for private framework module...
next