]> granicus.if.org Git - clang/shortlog
clang
2016-05-13 Vedant KumarRevert "[ProfileData] (clang) Use Error in InstrProf...
2016-05-13 David Majnemer[MS ABI] Delegating constructors should not assume...
2016-05-13 Vedant Kumar[ProfileData] (clang) Use Error in InstrProf and Covera...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-13 Richard SmithUse marginally more appropriate functions to detect...
2016-05-13 Richard SmithFix module map typo in r269347.
2016-05-13 Yaxun LiuRevert "[OpenCL] Add supported OpenCL extensions to...
2016-05-13 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-13 Yaron KerenPrune four superfluous ExternalSemaSource.h includes...
2016-05-13 Oleg Ranevskyy[CodeGen] Clang does not choose aapcs-vfp calling conve...
2016-05-13 Etienne Bergeron[AST] Add missing const qualifiers to AstContext in...
2016-05-13 Vasileios KalintirisSimplify getLinuxDynamicLinker() by using a common...
2016-05-13 Vasileios Kalintiris[mips] Consult triple's vendor field before using musl...
2016-05-13 Dmitry Polukhin[ms][dll] #27212: Generating of implicit special member...
2016-05-13 Richard SmithAdd support for derived class special members hiding...
2016-05-13 Richard SmithExtend this test to also be valid in C++14.
2016-05-13 Akira Hatanaka[ObjC][CodeGen] Remove an assert that is no longer...
2016-05-12 Richard SmithPreserve the FoundDecl properly in constructor overload...
2016-05-12 Eugene ZelenkoFix Clang-tidy modernize-use-bool-literals in generated...
2016-05-12 Richard SmithRefactor constant expression evaluation of CXXConstruct...
2016-05-12 Etienne Bergeron[AST] Move operations enum to a definition file.
2016-05-12 Etienne Bergeron[Tooling] Fix broken dependency for shared build
2016-05-12 Bruno Cardoso... [VFS] Reapply #2: Reconstruct the VFS overlay tree...
2016-05-12 Bruno Cardoso... [Unittests] Reverse the order of arguments for correct...
2016-05-12 Filipe Cabecinhas[ubsan] Add -fsanitize-undefined-strip-path-components=N
2016-05-12 Anastasia Stulova[OpenCL] Output OpenCL version in diagnostics.
2016-05-12 Martin Probstclang-format: [JS] respect clang-format off when requot...
2016-05-12 Marcin Koscielnicki[Driver] Squash misleading indentation warning.
2016-05-12 Bruno Cardoso... Revert "[VFS] Reapply r269100: Reconstruct the VFS...
2016-05-12 Etienne BergeronAdd an AST matcher for string-literal length
2016-05-12 David Majnemer[MS ABI] Don't crash when zero-initializing a vbase...
2016-05-12 Bruno Cardoso... [VFS] Reapply r269100: Reconstruct the VFS overlay...
2016-05-12 Etienne Bergeron[tooling] Remove redundant inline keyword
2016-05-11 Simon PilgrimFixed msvc warnings
2016-05-11 Bruno Cardoso... [VFS][Unittests] Make dir iteration tests depend only...
2016-05-11 Richard SmithPreserve the FoundDecl when performing overload resolut...
2016-05-11 Devin Coughlin[analyzer] Fix crash in ObjCGenericsChecker
2016-05-11 Etienne Bergeron[tooling] Fix missing inline keyworkd, breaking build...
2016-05-11 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-11 Reid KlecknerRelax -Wcalling-convention-cast when casting to the...
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-05-11 Reid KlecknerUpdate clang support on recent Haiku
2016-05-11 Krzysztof Parzyszek[Hexagon] Avoid spurious failures in test/Driver/hexago...
2016-05-11 Etienne Bergeron[tooling] FixItHint Tooling refactoring
2016-05-11 Michael Zuckerman[clang][AVX512] completing missing set intrinsics
2016-05-11 Michael Zuckerman[clang][AVX512] completing missing intrinsics for ...
2016-05-11 Sean SilvaHopefully bring llvm-clang-lld-x86_64-scei-ps4-windows1...
2016-05-11 George Burgess IV[Sema] Fix value-dependent enable_if bug.
2016-05-11 Hans WennborgDisable -Wcast-calling-convention by default (follow...
2016-05-10 Bruno Cardoso... [VFS] One more unittest change to fix win10 buildbot
2016-05-10 Reid KlecknerWildcard away paths in fixit CHECKs in my last testcase
2016-05-10 Reid KlecknerAdd -Wcast-calling-convention to warn when casting...
2016-05-10 Peter CollingbourneUpdate clang for LLVM API change.
2016-05-10 Bruno Cardoso... [VFS] Change unittest to try appeasing win10 buildbot
2016-05-10 Bruno Cardoso... [VFS] Reconstruct the VFS overlay tree for more accurat...
2016-05-10 Derek Schuff[WebAssembly] Reduce strictness of static destructor...
2016-05-10 Derek SchuffIntroduce CGCXXABI::canCallMismatchedFunctionType
2016-05-10 Derek Schuffmore cleanup
2016-05-10 Derek SchuffClarify condition, remove redundant check
2016-05-10 Derek SchuffClean up condition, add ARM to test
2016-05-10 Derek SchuffDo not register incompatible C++ destructors with __cxa...
2016-05-10 NAKAMURA Takumiclang/test/CodeGen/avx512f-builtins.c: Fix for -Asserts.
2016-05-10 Chris Bieneman[CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RT
2016-05-10 Benjamin KramerRemove unused diagnostic. NFC.
2016-05-10 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [load...
2016-05-10 Alexey Bataev[OPENMP 4.5] Initial codegen for 'priority' clause...
2016-05-10 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [vmin...
2016-05-10 Alexey Bataev[OPENMP 4.0] Fixed codegen for destructors in task...
2016-05-10 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [vextractf].
2016-05-10 Alexey Bataev[OPENMP 4.5] Add codegen support in runtime for '[non...
2016-05-10 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [roundsca...
2016-05-10 George Burgess IV[Sema] Fix an overload resolution bug with enable_if.
2016-05-10 Justin Lebar[CUDA] Fix flush-denormals.cu test so that it checks...
2016-05-09 Richard SmithWhen forming a fully-qualified type name, put any quali...
2016-05-09 Artem Belevich[CUDA] Restrict init of local __shared__ variables...
2016-05-09 Artem Belevich[CUDA] Only __shared__ variables can be static local...
2016-05-09 Douglas Katzman[Myriad] Use Generic_ELF::addClangTargetOptions()
2016-05-09 Nemanja Ivanovic[Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front end
2016-05-09 Vedant Kumar[cmake] Enable zlib support for Apple stage2 builds
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-05-09 Rafael EspindolaProper detection and handling of RHEL and variants.
2016-05-09 Rafael EspindolaRHEL: Look in more places to find g++ headers and runtime.
2016-05-09 Michael Zuckerman[clang][AVX512] completing missing intrinsics [vmin...
2016-05-09 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [CVT]
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-09 Olivier GoffartFix spurious warnings about unused private field
2016-05-09 Craig Topper[X86] Fix up type arguments of __builtin_ia32_cvtss2sd_...
2016-05-08 Daniel Jasperclang-format: Fix space after argument comments.
2016-05-08 Daniel Jasperclang-format: Support enum type template arguments.
2016-05-08 Chandler CarruthTeach header search about GCC 4.9 header search paths...
2016-05-08 Samuel Antao[OpenMP] Check for associated statements with hasAssoci...
2016-05-07 NAKAMURA TakumiUpdate \param corresponding to r268819. [-Wdocumentation]
2016-05-06 Bruno Cardoso... [CrashReproducer] Always use realpath for destination
2016-05-06 Bruno Cardoso... [VFS] Add dump methods to the VFS overlay tree
2016-05-06 Bruno Cardoso... [CrashReproducer] Change module map callback signature...
2016-05-06 Richard Smith[modules] Attempt to improve performance for declaratio...
2016-05-06 Nico WeberFix sysroot-prefix.c on Windows (/ vs \).
2016-05-06 Manman RenAvailability: set location when creating attribute...
2016-05-06 Manman RenAvailability: attach the note to the declaration with...
2016-05-06 Saleem Abdulrasooltest: attempt to repair windows build
next