]> granicus.if.org Git - clang/shortlog
clang
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-18 Nirav Dave[X86] Add NumRegisterParameters Module Flag.
2017-03-18 Bruno Cardoso... [Modules] In case of lock timeout, fallback and build...
2017-03-17 Argyrios Kyrtzidis[index] For C++ constructors/destructors, add reference...
2017-03-17 Duncan P. N... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-17 Davide Italiano[Sema] Unbreak GCC -Werror build (enum compare).
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-17 Zachary Turner[clang-cl] Fix cross-compilation with MSVC 2017.
2017-03-17 David GreenTest commit.
2017-03-17 Craig Topper[AVX-512] Change the input type for some load intrinsic...
2017-03-17 Craig Topper[AVX-512] Fix test cases that were using the builtins...
2017-03-17 Craig Topper[AVX-512] Add missing typecasts and parentheses to...
2017-03-17 Argyrios Kyrtzidis[Serialization] Follow-up to r297972, deserialize name...
2017-03-17 Eric ChristopherRemove setting LessPreciseFPMADOption on the TargetOpti...
2017-03-16 Bruno Cardoso... [Headers] Reapply: Add #include_next for tgmath.h on...
2017-03-16 Bruno Cardoso... [Modules] Add documentation on private frameworks
2017-03-16 Eric ChristopherAdd a small test for __STRUCT_PARM_ALIGN__ for ppc64...
2017-03-16 Reid KlecknerCreate msbuild only when using MSVC
2017-03-16 Reid KlecknerUse arg_begin() instead of getArgumentList().begin...
2017-03-16 Argyrios Kyrtzidis[AST] Follow-up to r297972, add default value for setGe...
2017-03-16 Argyrios Kyrtzidis[index/AST] Add references for ObjC getter=/setter...
2017-03-16 Alex Lorenz[ObjC][Sema] Avoid ARC performSelector error for 'self...
2017-03-16 Ed SchoutenMake table cells referring to Clang 4 green, as Clang...
2017-03-16 Egor Churaev[OpenCL] Implement as_type operator as alias of __built...
2017-03-16 Martin Probst[clang-format] disable adding extra space after MSVC...
2017-03-16 Daniel Jasperclang-format: Fix bug in wrapping behavior of operators.
2017-03-15 Eric ChristopherFix up testcase to:
2017-03-15 Simon PilgrimRemove repeated code (PR32250). NFCI.
2017-03-15 Guansong Zhangfix build break by removing the target on command line
2017-03-15 Guansong Zhangenable -save-temps with -finclude-defult-header
2017-03-15 Simon Pilgrim[X86][XOP] Add codegen tests for vector integer compari...
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-03-15 Zachary TurnerFix uninitialized value.
2017-03-15 Akira Hatanaka[Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__...
2017-03-15 Alex Lorenz[ObjC][Sema] Avoid warning about a call to an instance...
2017-03-15 Zachary TurnerDon't use MSVC Setup Api on MinGW.
2017-03-15 Zachary TurnerDisable warning about MSVC not found.
2017-03-15 Zachary TurnerUpdate clang-cl driver for MSVC 2017.
2017-03-15 John Brawn[Driver] Restructure handling of -ffast-math and simila...
2017-03-15 Douglas YungFix test on Windows. Only a single backslash was requir...
2017-03-14 Adrian PrantlMake a blind attempt to fix this testcase on Windows.
2017-03-14 Adrian PrantlCanonicalize the path provided by -fmodules-cache-path.
2017-03-14 Simon PilgrimFix Wdocumentation warning
2017-03-14 Krzysztof Parzyszek[Hexagon] Recognize hexagonv62 as a valid target CPU
2017-03-14 Duncan P. N... Modules: Optimize bitcode encoding of diagnostic state
2017-03-14 Reid KlecknerFix arch-specific-libdir tests on Windows
2017-03-14 Reid KlecknerWarn on enum assignment to bitfields that can't fit...
2017-03-14 Juergen RibutzkaAdd more debugging code for the SystemZ bot.
2017-03-14 Jonathan RoelofsFix misspelled enum
2017-03-14 Pirama Arumuga... [Driver] Fix arch-specific-libdir-rpath.c
2017-03-14 Pirama Arumuga... [Driver] Add flag to request arch-specific-subdir in...
2017-03-14 Vedant Kumar[ubsan] Use the nicer nullability diagnostic handlers
2017-03-14 Krasimir GeorgievAdd more clang-format changes to the 5.0 release notes
2017-03-14 Sylvestre Ledrudescribe the recent changes in clang-format in the...
2017-03-14 Akira Hatanaka[CodeGen][ObjC] Fix a bug where the type of an ivar...
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-14 Daniel Jasperclang-format: Make it very slighly more expensive to...
2017-03-14 Eli FriedmanFix crash with interrupt attribute on ARM.
2017-03-14 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-13 Reid KlecknerFix -Wunused-lambda-capture warning in new code
2017-03-13 Reid KlecknerWiden AST bitfields too small to represent all enumerators
2017-03-13 Matt ArsenaultAMDGPU: Make 0 the private nullptr value
2017-03-13 Duncan P. N... Modules: Use hash of PCM content for SIGNATURE
2017-03-13 Reid KlecknerWiden bitfield for type specifiers for OpenCL types
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-03-13 Craig Topper[X86] Add checking of the scale argument to scatter...
2017-03-13 Alex Lorenz[CodeCompletion] Format block parameter placeholders...
2017-03-13 Gabor Horvath[ASTImporter] Import fix of GCCAsmStmts w/ missing...
2017-03-13 Sylvestre Ledru[clang-format] Add more examples and fix a bug in the...
2017-03-13 Roger Ferrer... When diagnosing taking address of packed members skip...
2017-03-13 Gabor Horvath[analyzer] Fix a rare crash for valist check.
2017-03-13 Alex LorenzAdd -iframeworkwithsysroot compiler option
2017-03-13 Martin Probstclang-format: [JS] do not wrap @see tags.
2017-03-13 Martin Probstclang-format: [JS] allow breaking after non-null assert...
2017-03-13 Martin Probstclang-format: [JS] do not wrap after interface and...
2017-03-12 Aaron BallmanAllow the nonnull attribute to be inherited as a parame...
2017-03-12 Craig Topper[AVX-512] Add range check for locality hint immediate...
2017-03-12 Sanjay Patel[x86] these aren't the undefs you're looking for (PR32176)
2017-03-12 Craig Topper[AVX-512] Fix avx512vl gather builtins to require the...
2017-03-11 Eric Fiselier[coroutines] Fix diagnostics depending on the first...
2017-03-11 Gor Nishanov[coroutines] Refactor SuspendExpr to create just one...
2017-03-11 Juergen RibutzkaRevert "Reapply [VFS] Ignore broken symlinks in the...
2017-03-11 Juergen RibutzkaAdding debug output to investigate systemz bot issue.
2017-03-10 NAKAMURA Takumiclang/test/SemaOpenCL/overload_addrspace_resolution...
2017-03-10 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-10 Juergen RibutzkaRevert r297510 "[VFS] Ignore broken symlinks in the...
2017-03-10 Juergen Ributzka[VFS] Remove the Path variable from RealFSDirIter....
2017-03-10 Juergen Ributzka[VFS] Ignore broken symlinks in the directory iterator.
2017-03-10 Galina KistanovaAttempt to fix Windows buildbot.
2017-03-10 Petar Jovanovic[mips][msa] Remove range checks for non-immediate sld...
2017-03-10 Anastasia Stulova[OpenCL] Fix type compatibility check and generic AS...
2017-03-10 Andi-Bogdan... [clang-format] Add option to break before inheritance...
2017-03-10 Alex LorenzPrint nested name specifiers for typedefs and type...
2017-03-10 Gabor Horvath[analyzer] Extend block in critical section check with...
2017-03-10 Krasimir Georgiev[clang-format] Use a reference in loop variable; NFC
2017-03-10 Yaxun Liu[AMDGPU] Add builtin functions readlane ds_permute...
2017-03-10 Anna Zaks[analyzer] Turn suppress-c++-stdlib on by default
2017-03-09 Richard SmithAdd -cc1 flag -ast-dump-all to perform an AST dump...
2017-03-09 Konstantin... [DebugInfo] Append extended dereferencing mechanism...
2017-03-09 Vedant KumarRetry: [ubsan] Detect UB loads from bitfields
next