]> granicus.if.org Git - clang/shortlog
clang
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...
2019-02-15 Volodymyr Sapsai[ObjC] Fix non-canonical types preventing type argument...
2019-02-15 Reid Kleckner[MSVC] Recognize `static_assert` keyword in C and C++98
2019-02-15 Bruno Ricci[Sema][NFC] SequenceChecker: Add tests for references...
2019-02-15 JF BastienVariable auto-init of blocks capturing self after init...
2019-02-15 Shoaib Meenai[clang] Add build and install targets for clang libraries
2019-02-15 Shoaib Meenai[clang] Create install targets for non-shared libraries
2019-02-15 Yitzhak MandelbaumExteded test of .
2019-02-15 Yitzhak MandelbaumRemove unnecessary expectation.
2019-02-15 Yitzhak MandelbaumAdded test for matcher On.
2019-02-15 Yitzhak MandelbaumAdd tests for assorted `CXXMemberCallExpr` matchers.
2019-02-15 Adam Balogh[Analyzer] Fix for test file of bug 40625
2019-02-15 Anastasia Stulova[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
2019-02-15 Gabor Marton[ASTImporter] Import every Decl in lambda record
2019-02-15 Sam McCallRevert "[Analysis] -Wunreachable-code shouldn't fire...
2019-02-15 Sam McCall[Analysis] -Wunreachable-code shouldn't fire on the...
2019-02-15 Francis Visoiu... Revert "Fix implementation of [temp.local]p4."
2019-02-15 Richard SmithFix implementation of [temp.local]p4.
2019-02-15 Richard SmithPR40642: Fix determination of whether the final stateme...
2019-02-15 Ana PazosFixed failure on Darwin due to r354064
2019-02-14 Volodymyr Sapsai[Driver][Darwin] Emit an error when using -pg on OS...
2019-02-14 Jan Korous[clang][FileManager] fillRealPathName even if we aren...
2019-02-14 Erik Pilkington[Sema] Fix-up a -Wfloat-conversion diagnostic
2019-02-14 Douglas YungFurther relax restriction in tests to include where...
2019-02-14 Erik Pilkington[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init...
next