]> granicus.if.org Git - clang/shortlog
clang
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
2016-05-06 Manman RenObjC kindof: set the type of a conditional expression...
2016-05-06 Saleem AbdulrasoolFrontend: support -I=path for sysroot expansion
2016-05-06 Devin Coughlin[analyzer] Add tests for Objective-C class properties
2016-05-06 Devin Coughlin[www][analyzer] Update recommended suppression mechanis...
2016-05-06 Devin Coughlin[www][analyzer] Add FAQ about suppression of missing...
2016-05-06 Richard SmithMore fixes to codeblock formatting in documentation.
2016-05-06 Nikolay HaustovRevert "AMDGPU/SI: Use amdgpu_kernel calling convention...
2016-05-06 Nico WeberRevert r268727, it caused PR27666.
2016-05-06 Ben CraigAdding omitted column to invalid loc diagnostic.
2016-05-06 Alexey Bataev[OPENMP 4.5] Tests for 'private|firstprivates' clauses...
2016-05-06 Aaron Ballmans/codeblock/code-block to fix the Sphinx build.
2016-05-06 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-06 Alexey Bataev[OPENMP 4.0] Codegen for 'declare simd' directive.
2016-05-06 Nikolay HaustovAMDGPU/SI: Use amdgpu_kernel calling convention for...
2016-05-05 Chris Bieneman[CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache...
2016-05-05 Eugene ZelenkoFix some Clang-tidy readability-simplify-boolean-expr...
2016-05-05 Richard SmithAdd forgotten test from r268594.
2016-05-05 Richard SmithAdd a FixItHint for the new diagnostic for a non-class...
2016-05-05 Richard SmithSome release note updates for C++ language acceptance...
2016-05-05 Tom StellardAMDGPU: Use lld as the linker again
2016-05-05 Chris Bieneman[CMake][Apple-stage2] Don't link with -fno-pie
2016-05-05 Krzysztof Parzyszek[Hexagon] Add a testcase for __builtin_HEXAGON_A2_tfrpi
2016-05-05 Nico WeberAdd a test for PR26076.
2016-05-05 NAKAMURA TakumiSema.h: Prune a redundant \return. [-Wdocumentation]
2016-05-05 Alexey Bataev[OPENMP 4.5] Codegen for 'lastprivate' clauses in ...
2016-05-05 Richard SmithDocumentation updates for recent changes to VLAs and...
2016-05-05 Richard SmithUpdate FIXME.
2016-05-05 Richard SmithFix implementation of C++'s restrictions on using-decla...
2016-05-05 Akira HatanakaDo not add uwtable attribute by default for MachO targets.
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-05-04 Marcin Koscielnicki[SystemZ] Add -mbackchain option.
2016-05-04 Aaron BallmanAdd the Pure attribute to C99 builtin functions from...
next