]> granicus.if.org Git - clang/shortlog
clang
2017-04-03 Gabor Horvath[ASTImporter] Lookup SearchName instead of Name
2017-04-03 Craig Topper[AVX-512] Fix a couple more intrinsic macros I missed...
2017-04-03 Craig Topper[AVX-512] Fix some intrinsic macros that use the wrong...
2017-04-02 Craig Topper[X86] Add __extension__ to f16c macro intrinsics to...
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-04-01 Davide Italiano[Driver] Don't crash on invalid values of -mrelocation...
2017-04-01 Benjamin Kramer[ObjC++] Use the correct EH personality in GNU mode
2017-04-01 Gor Nishanov[coroutines] Add cleanup for compiler injected objects...
2017-03-31 Teresa Johnson[ThinLTO] Handle -emit-llvm* in ThinLTO backends
2017-03-31 Brad SmithAdd/update PIE defaults for OpenBSD.
2017-03-31 Craig Topper[Sema][X86] Update immediate check for gather/scatter...
2017-03-31 Petar Jovanovic[mips][msa] Range adjustment for ldi_b builtin function...
2017-03-31 Alex Lorenz[Modules][PCH] Serialize #pragma pack
2017-03-31 Teresa JohnsonAdd back test for r299152
2017-03-31 Daniel Jasperclang-format: Fix post-commit review comment of r299204...
2017-03-31 Hans Wennborgclang-format vs plugin support for Visual Studio 2017
2017-03-31 Daniel Jasperclang-format: [JavaScript] Ignore QT keywords.
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Simon PilgrimStrip trailing whitespace
2017-03-31 Egor Churaev[OpenCL] Do not generate "kernel_arg_type_qual" metadat...
2017-03-31 Benjamin Kramer[msan] Turn off lifetime markers even when use after...
2017-03-31 Teresa JohnsonRevert test added in r299152
2017-03-31 Teresa JohnsonAdd target-cpu
2017-03-31 Teresa JohnsonAdd more target triples to test
2017-03-31 Kuba Mracek[asan] Turn -fsanitize-address-use-after-scope on by...
2017-03-31 Teresa JohnsonFix new compile command in test
2017-03-31 Teresa JohnsonAdd triple to new test
2017-03-31 Teresa Johnson[ThinLTO] Set up lto::Config properly for codegen in...
2017-03-31 Eric ChristopherUpdate x86-64 ABI link with the one from linuxbase...
2017-03-31 Eric ChristopherFix typo, defind -> defined.
2017-03-30 Dean Michael... fixup: use CHECK for non-atttribute sets
2017-03-30 Dean Michael... [XRay][clang] Fix the -fxray-instruction-threshold...
2017-03-30 Erich KeaneClang changes for alloc_align attribute
2017-03-30 Aaron BallmanCorrecting a typo; NFC.
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-30 Alex Lorenz[ARC][ObjC++] Use ObjC semantic rules for comparisons...
2017-03-30 Nirav DaveMove NumRegParameters Module Flag. NFCI.
2017-03-30 Alex Lorenz[Sema][ObjC] Avoid the "type of property does not match...
2017-03-30 Haojian WuAdd `replace` interface with range in AtomicChange.
2017-03-30 Craig Topper[APInt] Remove references to integerPartWidth and integ...
2017-03-30 Reid KlecknerUse 'unsigned' for enum bitfields
2017-03-30 Dean Michael... [XRay][clang] Use llvm::to_string instead of std::string
2017-03-30 Dean Michael... [XRay] Add -fxray-{always,never}-instrument= flags...
2017-03-29 Eric ChristopherAdd the -grecord-gcc-switches option and pass the flags...
2017-03-29 Adam NemetUse FPContractModeKind universally
2017-03-29 Adam NemetRevert "Use FPContractModeKind universally"
2017-03-29 Adam NemetUse FPContractModeKind universally
2017-03-29 Brian Kelley[Objective-C] Miscellaneous -fobjc-weak Fixes
2017-03-29 Brian Kelley[Objective-C] Fix "weak-unavailable" warning with ...
2017-03-29 Graydon HoareUnbreak windows bot.
2017-03-29 Brian Kelley[Objective-C] Fix "repeated use of weak" warning with...
2017-03-29 Brian Kelley[Objective-C] Fix __weak type traits with -fobjc-weak
2017-03-29 Graydon Hoare[PCH] Attach instance's dependency collectors to PCH...
2017-03-29 Brian Kelley[Objective-C] C++ Classes with __weak Members non-POD...
2017-03-29 Brian KelleyTest Commit
2017-03-29 Egor ChuraevReapplied r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor ChuraevReverted r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor Churaev[OpenCL] Added parsing for OpenCL vector types.
2017-03-29 Juergen RibutzkaRevert "Added `applyAtomicChanges` function."
2017-03-29 Juergen RibutzkaRevert "Try to unbreak buildbots after r298913."
2017-03-29 Juergen RibutzkaRevert "clangToolingRefactor: Add libdeps upon clangFor...
2017-03-28 Eric ChristopherDefault enable the rtm feature only on skylake and...
2017-03-28 Artem Dergachev[analyzer] Fix symbolication for unknown unary incremen...
2017-03-28 Artem Dergachev[analyzer] When creating a temporary object, properly...
2017-03-28 NAKAMURA TakumiclangToolingRefactor: Add libdeps upon clangFormat...
2017-03-28 Eric LiuTry to unbreak buildbots after r298913.
2017-03-28 Eric LiuAdded `applyAtomicChanges` function.
2017-03-28 Eric Liu[ASTMatchers] add typeAliasTemplateDecl matcher.
2017-03-28 Erik VerbruggenFileManager: mark virtual file entries as valid entries
2017-03-28 Erik Verbruggen[libclang] Fix crash in member access code completion...
2017-03-28 Gor NishanovUse BuildReturnStmt in SemaCoroutine to unbreak sanitiz...
2017-03-27 Gor Nishanov[coroutines] Handle get_return_object_on_allocation_failure
2017-03-27 Matthias GehreAdd [[clang::suppress(rule, ...)]] attribute
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-27 Daniel JasperLook through CXXBindTemporaryExprs when checking CXXFun...
2017-03-27 Sanne Wouda[ARM] Add a driver option for +no-neg-immediates
2017-03-27 Vassil VassilevPublish one more parser RAII for external use.
2017-03-27 Egor Churaev[OpenCL] Extended mapping of parcing CodeGen arguments
2017-03-27 Dean Michael... [XRay][clang] Remove dependency on libatomic for XRay...
2017-03-26 Vassil VassilevRevert r298742 "[ODRHash] Add error messages for mismat...
2017-03-26 Vassil VassilevRevert 298754 and 298742.
2017-03-26 Gor Nishanov[coroutines] Add codegen for await and yield expressions
2017-03-25 Eric Christopher_CALL_LINUX is only defined on 64-bit ppc linux platfor...
2017-03-25 Yaxun Liu[AMDGPU] Make AMDGPUTargetInfo::AS private
2017-03-25 Eric ChristopherUpdate the comment on not yet generated preprocessor...
2017-03-25 Eric ChristopherAdd the __LONGDOUBLE128 define for ppc targets that...
2017-03-25 Eric ChristopherDefine __HAVE_BSWAP__ on ppc to match gcc since we...
2017-03-25 Yaxun Liu[AMDGPU] Switch address space mapping by triple environ...
2017-03-25 Eric ChristopherAdd the _CALL_LINUX preprocessor define for ppc linux...
2017-03-25 Eric Christopher__BIGGEST_ALIGNMENT__ has always been 16 on all power...
2017-03-25 Eric ChristopherAdd preprocessor defines for a bare powerpc64le triple...
2017-03-25 Richard Trieu[ODRHash] Add support for array and decayed types.
2017-03-24 Richard Trieu[ODRHash] Add error messages for mismatched parameters...
2017-03-24 Peter CollingbourneFix a test so that it actually checks the output.
2017-03-24 Simon PilgrimFix MSVC 'not all control paths return a value' warning.
2017-03-24 Anastasia Stulova[OpenCL][Bug 10573] Don't set CXXOperatorNames flag
2017-03-24 Artem Dergachev[analyzer] MisusedMovedObject: Remove deprecated callba...
2017-03-24 Artem Dergachev[analyzer] Add MisusedMovedObjectChecker for detecting...
2017-03-24 Krasimir Georgiev[libclang] Bury dead TemporaryFiles
2017-03-24 Chandler CarruthRevert r298491 and r298494 which changed Clang's handli...
next