]> granicus.if.org Git - clang/shortlog
clang
2016-08-16 Richard SmithPR28978: If we need overload resolution for the move...
2016-08-15 Justin Lebar[CUDA] Raise an error if a wrong-side call is codegen'ed.
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2016-08-15 Manman RenObjective-C diagnostics: isObjCNSObjectType should...
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-08-15 Justin Lebar[CUDA] Include CUDA headers before anything else.
2016-08-15 Justin Lebar[CUDA] Fix CUDA install version parsing.
2016-08-15 Saleem AbdulrasoolStaticAnalyzer: Report found fields order in PaddingChecker
2016-08-15 Chris Bieneman[CMake] Apple stage1 doesn't need to set libcxx options
2016-08-15 Paul RobinsonReplace an obsolete company name.
2016-08-15 David Majnemer[CodeGen] Ignore unnamed bitfields before handling...
2016-08-15 David Majnemer[CodeGen] Correctly implement the AVX512 psABI rules
2016-08-15 Richard Smithcxx_status: update features implemented in clang 3...
2016-08-15 Richard Smithcxx_status: mark decomposition declarations as "partial...
2016-08-15 Richard SmithDisable lambda-capture of decomposition declaration...
2016-08-15 Richard SmithAdd a triple to this test to make buildbots happier.
2016-08-15 Richard SmithP0217R3: code generation support for decomposition...
2016-08-14 Richard SmithExplicitly generate a reference variable to hold the...
2016-08-13 Eugene ZelenkoFix build broken after llvm/ADT/DenseMap.h replacement...
2016-08-12 Artem Belevich[CUDA] Place GPU binary into .nv_fatbin section and...
2016-08-12 Bruno Cardoso... Reapply [VFS] Skip non existent files from the VFS...
2016-08-12 Teresa JohnsonCodeGen: Replace ThinLTO backend implementation with...
2016-08-12 Zachary Turner[Driver] Set the default driver mode based on the execu...
2016-08-12 Alexander DrosteRevert test commit
2016-08-12 Alexander DrosteTest commit - first LLVM repo commit
2016-08-12 Duncan P. N... BugReporter: Use ilist_half_embedded_sentinel_traits...
2016-08-12 Martin Bohme[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
2016-08-12 Simon PilgrimFix Wdocumentation unknown parameter warning
2016-08-12 Andrey BokhankoFix For pr28288 - Error message in shift of vector...
2016-08-12 Jonas HahnfeldFix cuda-detect.cu when CLANG_DEFAULT_CXX_STDLIB is set
2016-08-12 Benjamin KramerPrune unused diagnostics. NFC.
2016-08-12 Benjamin Kramer[C++1z] Fix crash when decomposing structs with anonymo...
2016-08-12 Roger Ferrer... This patch implements PR#22821.
2016-08-12 George Burgess IV[Sema] Fix the wording of a comment. NFC.
2016-08-12 George Burgess IV[Sema] Fix a crash on variadic enable_if functions.
2016-08-12 Richard SmithP0217R3: serialization/deserialization support for...
2016-08-12 Bruno Cardoso... Revert "[VFS] Skip non existent files from the VFS...
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-08-12 Bruno Cardoso... [VFS] Skip non existent files from the VFS tree
2016-08-12 Bruno Cardoso... [VFS] Add 'ignore-non-existent-contents' field to YAML...
2016-08-12 Richard SmithRemove unused and undesirable reference from BindingDec...
2016-08-12 Richard SmithP0217R3: Constant expression evaluation for decompositi...
2016-08-12 Vedant Kumar[Basic] Add const qualifier to SM.isInSystemMacro ...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-11 Ed SchoutenDon't enable PIE on i686-unknown-cloudabi.
2016-08-11 Ed SchoutenPass in frame pointer omitting compiler flags for Cloud...
2016-08-11 Devin Coughlin[analyzer] Teach RetainCountChecker about CVFooRetain
2016-08-11 Bruno Cardoso... [Sema] Add more strict check for sizeof diagnostics...
2016-08-11 Saleem Abdulrasoolbindings: expose diagnostic formatting to Python
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-08-10 Bruno Cardoso... Reapply [Sema] Add sizeof diagnostics for bzero
2016-08-10 Artem Dergachev[analyzer] Fix a crash in CloneDetector when calling...
2016-08-10 Joey Gouly[OpenCL] Fix typo in test that I accidentally introduce...
2016-08-10 Joey Gouly[OpenCL] Change block descriptor address space to constant.
2016-08-10 Martin Bohme[ASTMatchers] Extend documentation for match()
2016-08-10 Lama Saba[X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd...
2016-08-10 Simon Pilgrim[X86][AVX] Ensure we only match against 1-byte alignment
2016-08-10 Eric LiuMake clang-format remove duplicate headers when sorting...
2016-08-10 Chandler Carruth[x86] Fix a really nasty bug introduced in r276417...
2016-08-10 Justin Lebar[CUDA] Reject calls to __device__ functions from host...
2016-08-10 Justin Lebar[CUDA] Print a "previous-decl" note when calling an...
2016-08-10 Justin Lebar[CUDA] Add __device__ overloads for placement new and...
2016-08-10 Justin Lebar[CUDA] Rename CheckCUDATarget to IsAllowedCUDACall...
2016-08-10 Justin Lebar[Diag] Fix idiom in comment: "on the lam", not "on...
2016-08-10 Justin Lebar[CUDA] Fix out-of-date comment.
2016-08-10 Justin Lebar[CUDA] Minor comment nits.
2016-08-09 Tim Shen[ADT] Change iterator_adaptor_base's default template...
2016-08-09 Yaxun Liu[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
2016-08-09 Yaxun Liu[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
2016-08-09 Benjamin KramerAdd a missing -no-canonical-prefixes.
2016-08-09 Samuel Antao[CUDA] Regression test to make sure C++ include path...
2016-08-09 Reid Kleckner[clang-cl] Make -gline-tables-only imply -gcodeview
2016-08-09 Martin Bohme[ASTMatchers] Add matchers canReferToDecl() and hasUnde...
2016-08-09 Sylvestre Ledruclang-format: Add SpaceAfterTemplate
2016-08-09 Vassil Vassilev[analyzer] Try to fix coverity CID 1360469.
2016-08-08 Charles DavisRevert "[Attr] Add support for the `ms_hook_prologue...
2016-08-08 Derek Schuff[Driver] Enable CFI for WebAssembly
2016-08-08 Charles Davis[Attr] Add support for the `ms_hook_prologue` attribute.
2016-08-08 Artem Dergachev[analyzer] Change -analyze-function to accept qualified...
2016-08-08 Oliver Stannard[ARM] Command-line options for embedded position-indepe...
2016-08-08 Gabor Horvath[analyzer] Command line option to show enabled checker...
2016-08-08 Eric LiuFixes calculateRangesAfterReplacements crash when Repla...
2016-08-08 Gabor Horvath[analyzer] Model base to derived casts more precisely.
2016-08-08 Diana PicusFix two bugs for musl-libc on ARM
2016-08-08 Serge PavlovPass information in a record instead of stack. NFC
2016-08-07 Asaf Badouh[AVX512] integer comparisions enumeration.
2016-08-07 David MajnemerUpdate clang tests for LLVM r277950
2016-08-06 Sylvestre LedruAdd the new scan-build option (--show-description)...
2016-08-06 Saleem AbdulrasoolHeaders: Add ARM support to intrin.h for MSVC compatibility
2016-08-06 Benjamin Kramer[ASTReader] Use real move semantics instead of emulatin...
2016-08-06 Benjamin Kramer[Sema] Make switch fully covered again.
2016-08-06 Benjamin KramerMove helpers into anonymous namespaces. NFC.
2016-08-06 Benjamin Kramer[StaticAnalyzer] Remove dead code.
2016-08-06 Erik Pilkington[NFC] Silence noisy -Wreturn-type warnings
2016-08-06 Richard TrieuFix typos from r277797 and unused variable from r277889.
2016-08-05 Richard TrieuFix two false positives in -Wreturn-stack-address
2016-08-05 Erik Pilkington[NFC][ObjC Availability] Refactor DiagnoseAvailabilityO...
2016-08-05 Vedant Kumar[clang-tblgen] Remove unused #include (NFC)
2016-08-05 Richard TrieuFix false positive in -Wunsequenced and templates.
2016-08-05 David BlaikiePR26423: Assert on valid use of using declaration of...
next