]> granicus.if.org Git - clang/shortlog
clang
2018-04-30 Sanjay Patel[Driver, CodeGen] rename options to disable an FP cast...
2018-04-30 Alexander KornienkoRegenerated AST Matchers doc.
2018-04-30 Alexey Bataev[OPENMP] Do not crash on codegen for CXX member functions.
2018-04-30 Alexey Bataev[OPENMP] Do not crash on incorrect input data.
2018-04-30 Nico WeberIWYU for llvm-config.h in clang. See r331124 for details.
2018-04-30 Nico WeberRemove unnecessary indirection. No behavior change.
2018-04-30 Mikhail Maltsev[Targets] Implement getConstraintRegister for ARM and...
2018-04-30 Richard SmithPR37189 Fix incorrect end source location and spelling...
2018-04-30 Fangrui SongRename DiagnosticClient to DiagnosticConsumer as per...
2018-04-29 Richard SmithFix printing of reference-to-reference types.
2018-04-29 Richard SmithPR37275 packed attribute should not apply to base classes
2018-04-28 Nico WeberRemove unused includes of clang/Config/config.h
2018-04-28 Erik Pilkington[ItaniumMangle] Undeduced auto type shouldn't be substi...
2018-04-27 Artem Dergachev[analyzer] CStringChecker: Add support for BSD strlcpy...
2018-04-27 Reid KlecknerFix diag-format test to not care about what cl.exe...
2018-04-27 Artem Dergachev[analyzer] ObjCAutoreleaseWrite: Support a few more...
2018-04-27 Nico WeberRevert r329698 (and r329702).
2018-04-27 Nico Webers/LLVM_ON_WIN32/_WIN32/, clang
2018-04-27 Ben Hamilton[clang-format/ObjC] Use getIdentifierInfo() instead...
2018-04-27 Bruno Cardoso... [Modules][ObjC] ASTReader should add protocols for...
2018-04-27 Sanjay Patel[docs] more dashes
2018-04-27 Sanjay Patel[docs] add -ffp-cast-overflow-workaround to the release...
2018-04-27 Nirav Dave[MC] Undo spurious commit added into r331052.
2018-04-27 Stuart BradyTest commit removing trailing whitespace
2018-04-27 Nirav Dave[MC] Provide default value for IsResolved.
2018-04-27 Nirav Dave[MC] Modify MCAsmStreamer to always build MCAssembler...
2018-04-27 Sanjay Patel[Driver, CodeGen] add options to enable/disable an...
2018-04-27 Oliver Stannard[ARM,AArch64] Add intrinsics for dot product instructions
2018-04-27 Oliver Stannard[ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro
2018-04-27 Sven van Haastregt[OpenCL] Add separate read_only and write_only pipe...
2018-04-27 Raphael IsemannMake MultiplexASTDeserializationListener part of the...
2018-04-27 Akira Hatanaka[CodeGen] Avoid destructing a callee-destructued struct...
2018-04-27 Akira HatanakaRevert "[CodeGen] Avoid destructing a callee-destructue...
2018-04-27 Richard SmithFix typo.
2018-04-27 Akira Hatanaka[CodeGen] Avoid destructing a callee-destructued struct...
2018-04-27 Artem Dergachev[analyzer] Fix operator delete[] array-type-sub-express...
2018-04-27 Richard SmithParse A::template B as an identifier rather than as...
2018-04-27 Akira Hatanaka[Driver] Don't enable "-fregister-global-dtors-with...
2018-04-26 Chandler Carruth[x86] Revert r330322 (& r330323): Lowering x86 adds...
2018-04-26 Craig Topper[X86] Make __builtin_ia32_readeflags_u32 and __builtin_...
2018-04-26 Yuka TakahashiAdd getDeserializationListener to ASTReader
2018-04-26 Serge PavlovMake test more platform neutral
2018-04-26 Serge Pavlov[ConfigFiles] Update argument strings when merging...
2018-04-26 Craig Topper[X86] Add support for _mm512_mullox_epi64 and _mm512_ma...
2018-04-26 Richard SmithDiagnose missing template arguments for a variable...
2018-04-26 Richard SmithRevert addition of 'concept' to diagnostics in r330890.
2018-04-26 Richard SmithFactor out common code for diagnosing missing template...
2018-04-26 Faisal ValiFix a merge conflict that was inadvertently introduced...
2018-04-26 Faisal ValiRevert rC330794 and some dependent tiny bug fixes
2018-04-25 Richard TrieuSwitch to Clang's isDigit function.
2018-04-25 Reid KlecknerInclude <cctype> to get std::isdigit, fixes MSVC STL...
2018-04-25 Artem Dergachev[analyzer] Fix a crash on lifetime extension through...
2018-04-25 Richard SmithFix crash on qualified template name instantiation...
2018-04-25 Ana Pazos[RISCV] More validations on the input value of -march=
2018-04-25 Alex Lorenz[driver][darwin] Do not infer -simulator environment...
2018-04-25 Artem Dergachev[analyzer] Enable analysis of WebKit "unified sources".
2018-04-25 Dan Albert[Driver] Reland "Android triples are not aliases for...
2018-04-25 Martin Storsjo[test] Add a testcase for MinGW sysroot detections...
2018-04-25 Martin Storsjo[Driver] Fix implicit config files from prefixed symlinks
2018-04-25 Eli Friedman[TargetInfo] Sort target features before passing them...
2018-04-25 Petr Hosek[CMake] Enable libc++ for Fuchsia toolchain on Darwin
2018-04-25 Peter Szecsi[ASTImporter] FriendDecl importing improvements
2018-04-25 Craig Topper[Builtins] Fix typos in a comment. NFC
2018-04-25 Nico WeberMake add_clang_unittest formatting a bit more consistent.
2018-04-25 Ilya Biryukov[CodeComplete] Fix completion in the middle of ident...
2018-04-25 Krasimir Georgiev[clang-format] Start formatting cpp code in raw strings...
2018-04-25 Yaxun Liu[HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_...
2018-04-25 Yaxun LiuFix failure in lit test kernel-call.cu due to name...
2018-04-25 Paul Semeladd check for long double for __builtin_dump_struct
2018-04-25 Bjorn PetterssonFix buildbot problems after rC330794
2018-04-25 Faisal Vali[NFC] Make dependent parameter non-deducible, so that...
2018-04-25 Faisal ValiFix rC330794 - a parameter that should have been depend...
2018-04-25 Yaxun LiuFix lit test kernel-call.cu failure on ps4 due to dso_local
2018-04-25 Faisal Vali[c++2a] [concepts] Add rudimentary parsing support...
2018-04-25 Yaxun LiuFix failure in lit test kernel-call.cu
2018-04-25 Yaxun Liu[HIP] Add hip input kind and codegen for kernel launching
2018-04-25 Richard Trieu[ODRHash] Hash template arguments of methods.
2018-04-24 Dan AlbertRevert "[Driver] Android triples are not aliases for...
2018-04-24 Dan Albert[Driver] Android triples are not aliases for other...
2018-04-24 Artem Dergachev[analyzer] Add support for the note diagnostic pieces...
2018-04-24 Aaron BallmanImprove -Warray-bounds to handle multiple array extents...
2018-04-24 Artem Belevich[CUDA] Enable CUDA compilation with CUDA-9.2
2018-04-24 Alex Shlyapnikov[HWASan] Update HWASan assembly snippet in the docs
2018-04-24 Craig Topper[X86] Add recently added intrinsic headers to the modul...
2018-04-24 Craig Topper[X86] Consistently use double underscore at the beginni...
2018-04-24 Joel E. Denny[Attr] Print enum attributes at correct position
2018-04-24 Sven van Haastregt[OpenCL] Fix diagnostic of thread_local
2018-04-24 Ilya Biryukov[CodeComplete] Fix completion at the end of keywords
2018-04-24 Martin Storsjo[GCC] Don't keep a StringRef to a temporary std::string
2018-04-24 Aleksei Sidorin[ASTImporter] Allow testing of import sequences; fix...
2018-04-24 Martin Storsjo[GCC] Match a GCC version with a patch suffix without...
2018-04-24 Martin Storsjo[test] Fix a typo in a test directory name. NFC.
2018-04-24 Roman LebedevLink to AggressiveInstCombine in a few places. Unbreaks...
2018-04-24 Erik Verbruggen[libclang] Only mark CXCursors for explicit attributes...
2018-04-24 Benjamin Kramer[AST] Another attempt at fixing the ARM bots.
2018-04-24 Benjamin Kramer[AST] Use a bit of trickery to make test pass on platfo...
2018-04-24 Craig Topper[X86] Remove '#ifdef __x86_64__' around mask_set1_epi64...
2018-04-24 Nico WeberMake add_clang_tool() formatting a bit more consistent.
2018-04-24 David BlaikieFix build break due to content moving from Scalar.h...
2018-04-23 Craig Topper[X86] Move the 32-bit versions of rdfsbase/rdgsbase...
next