]> granicus.if.org Git - clang/shortlog
clang
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...
2018-04-23 Craig Topper[X86] Move __builtin_ia32_movnti64 andd __builtin_ia32_...
2018-04-23 Benjamin Kramer[AST] strcmp/memcmp always compares unsigned chars.
2018-04-23 Craig Topper[Docs] Regenerate command line documentation.
2018-04-23 Roman Lebedev[Sema] Add -Wno-self-assign-overloaded
2018-04-23 Alexey Bataev[OPENMP] Formatting and code improvement, NFC.
2018-04-23 Nico WeberFix typo in comment.
2018-04-23 Richard SmithDR727: remove wrong assertion for use of class-scope...
2018-04-23 Bjorn PetterssonImprove checks in test/Frontend/ftime-report-template...
2018-04-23 Alexey Bataev[OPENMP] Do not cast captured by value variables with...
2018-04-23 Aleksei SidorinQuick fix for rC330605: specify a target arch for test
2018-04-23 Aleksei Sidorin[analyzer] Don't crash on printing ConcreteInt of size...
2018-04-23 Nico WeberFix case of LLVM library names.
2018-04-23 Nico WeberRemove unused code (made unused by r161073, and later...
2018-04-23 Henry Wong[analyzer] Move `TaintBugVisitor` from `GenericTaintChe...
2018-04-23 Benjamin Kramer[index] Fix methods that take a shared_ptr to just...
2018-04-23 Henry Wong[analyzer] CStringChecker.cpp - Code refactoring on...
2018-04-23 Sven van Haastregt[OpenCL] Reject virtual functions for OpenCL C++
2018-04-23 Mikhail Maltsev[CodeGen] Reland r330442: Add an option to suppress...
2018-04-23 Krasimir Georgiev[clang-format] Fix clang-tidy readability problems...
2018-04-23 Manuel KlimekFormat closing braces when reformatting the line contai...
2018-04-23 Rainer Orth[Solaris] __float128 is supported on Solaris/x86
2018-04-23 Andrew V. TischenkoUse special new Clang flag 'FrontendTimesIsEnabled...
2018-04-23 Krasimir GeorgievRevert "[clang-format] Improve Incomplete detection...
2018-04-23 Tim Northover[Atomics] warn about atomic accesses using libcalls
2018-04-23 Mandeep Singh... [XRay] Change std::sort to llvm::sort in response to...
2018-04-22 Jonathan Coe[python bindings] Fix Cursor.result_type for ObjC metho...
2018-04-22 Brian GesiakAdd tests for llvm-bcanalyzer stream types
2018-04-21 Petr Pavlu[libclang] Fix LibclangReparseTest.FileName when TMPDIR...
2018-04-20 Gabor Buella[X86] WaitPKG intrinsics
2018-04-20 Jordan RoseRecord whether a module came from a private module map
2018-04-20 Mikhail MaltsevRevert r330442, CodeGen/no-ident-version.c is failing...
2018-04-20 Yaxun Liu[CUDA] Set LLVM calling convention for CUDA kernel
2018-04-20 Mikhail Maltsev[CodeGen] Add an option to suppress output of llvm...
2018-04-20 Hans WennborgFix some tests that were failing on Windows
2018-04-20 Jonas Hahnfeld[docs] Regenerate command line reference
2018-04-20 Jonas Hahnfeld[OpenMP] Hide -fopenmp-cuda-mode
2018-04-20 Nico Weberclang-cl: Accept (and ignore) /Zc:__cplusplus.
2018-04-20 Jonas Hahnfeld[CUDA] Document recent changes
2018-04-20 Jonas Hahnfeld[CUDA] Register relocatable GPU binaries
2018-04-20 Florian Hahn[Driver] Support for -save-stats in AddGoldPlugin.
next