]> granicus.if.org Git - clang/shortlog
clang
2014-04-30 Nico WeberAdd a triple to new test.
2014-04-30 Nico WeberLet stddef.h respect __need_{wchar_t, size_t, NULL...
2014-04-30 Richard SmithDefer loading any pending update records until we've...
2014-04-30 Rafael EspindolaDrop non-cfi assembly support from clang.
2014-04-29 Andrea Di BiagioAdd test case for revision 207575 to verify that on...
2014-04-29 Hans Wennborgscanf analysis: handle scanlists that start with ^...
2014-04-29 Argyrios Kyrtzidis[PCH/Modules] Don't tie TargetOptions::LinkerVersion...
2014-04-29 Logan ChienAndroid uses -fpic for aarch64.
2014-04-29 Jordan Rose[analyzer] Improve test from r207486.
2014-04-29 Jordan Rose[analyzer] Don't assert when combining using .* on...
2014-04-29 Ben LangmuirReapply r207477 and r207479 without cyclic dependency
2014-04-29 Fariborz JahanianObjective-C. Improve diagnosis of bridging types.
2014-04-29 Daniel Jasperclang-format: Don't bin-pack text-proto-formatted options.
2014-04-29 Daniel Jasperclang-format: Remove accidentally added debug output.
2014-04-29 Daniel Jasperclang-format: Allow single-line function in WebKit...
2014-04-29 Alexey VolkovAdd comments regarding isPIEDefault usage for r207520
2014-04-29 Alexey VolkovPass -pie to linker when generating executable on Android
2014-04-29 David MajnemerAST: Fix visibility calculation for VarTemplateSpeciali...
2014-04-29 NAKAMURA TakumiRevert r207477 (and r207479), "Check -Werror options...
2014-04-29 David MajnemerCodeGen: Reference temporaries inherit visibility
2014-04-29 Adrian PrantlMake test independent of label. Thanks to Richard Smith...
2014-04-29 Richard SmithRun this test through instnamer to stop it failing...
2014-04-29 Jordan Rose[analyzer] Don't crash when a construction is followed...
2014-04-29 Jordan Rosescan-build: Don't use realpath when the user provides...
2014-04-29 Nico WeberRevert r207482; I fail at reading IRC.
2014-04-29 Nico WeberLet stddef.h redefine NULL if __need_NULL is set, as...
2014-04-29 Adrian PrantlDebug info: Improve line table for functions with clean...
2014-04-29 Ben LangmuirAdd missing triple to make -isysroot work
2014-04-29 Jordan Rose[analyzer] Clean up the lists of current and potential...
2014-04-29 Ben LangmuirCheck -Werror options during module validation
2014-04-29 Reid KlecknerLLVM supports TLS on Windows and we can use it from...
2014-04-28 Paul RobinsonWhen Driver::generateCompilationDiagnostics is filterin...
2014-04-28 Eli BenderskyMove all CUDA testing inputs to Inputs/ subdirectory...
2014-04-28 David MajnemerCodeGen: Fix linkage of reference temporaries
2014-04-28 Justin Bogner[cleanup] Fix an 80-column violation
2014-04-28 Chad Rosier[driver] Disable the slp vectorizer at -O0, -O1, and...
2014-04-28 Nico WeberRemove unused using statement.
2014-04-28 Aaron BallmanRenaming range-based for loop variables so they don...
2014-04-28 Aaron Ballman[C++11] Converting to range-based for loops. No functio...
2014-04-28 Daniel Jasperclang-format: Improve binary operator detection.
2014-04-28 Daniel Jasperclang-format: Fixes spaces in case statements.
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-28 Daniel Jasperclang-format: Don't wrap after @interface.
2014-04-28 Nico WeberFollow-up to r207071: Let newFrontendActionFactory...
2014-04-28 Alp Tokerlibclang: split out the documentation comment API
2014-04-28 Argyrios Kyrtzidis[objcmt] Revert r191796, it's not needed anymore.
2014-04-28 Saleem AbdulrasoolCodeGen: remove an unused variable
2014-04-28 Argyrios Kyrtzidis[SemaCXX] Silence -Wconstant-logical-operand if the...
2014-04-27 Argyrios Kyrtzidis[Index/DocComments] When cloning a full comment, pick...
2014-04-27 Sylvestre Ledruremove less relevant information + about packaging...
2014-04-27 Sylvestre LedruRemove no longer relevant information in the gcc/llvm...
2014-04-27 Sylvestre Ledruremove useless code
2014-04-27 Sylvestre LedruRemove deprecated information about performances:
2014-04-27 Daniel Jasperclang-format: Fix bug when aligning trailing /**/-comme...
2014-04-27 Sylvestre LedruFix the method len of the CompletionString object....
2014-04-27 NAKAMURA Takumic-arcmt-test/Makefile: Update USEDLIBS for -static.
2014-04-26 Argyrios Kyrtzidis[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedIni...
2014-04-26 Argyrios Kyrtzidis[Sema] Adjust Sema::getCurBlock()/getCurLambda() to...
2014-04-26 Alp Tokerlibclang: remove 'CXDiagnostic_Remark'
2014-04-26 Nick LewyckyAdd mangling for attribute enable_if. The demangling...
2014-04-25 Warren HuntFixed Assert In CGRecordLowering
2014-04-25 Saleem AbdulrasoolCodeGen: add __yield intrinsic for ARM
2014-04-25 Benjamin KramerMake test pass on 32 bit architectures.
2014-04-25 Benjamin KramerPrint detailed vector type information on diagnostics.
2014-04-25 Nico WeberFix leak of GlobalModuleIndex::IdentifierIndex, found...
2014-04-25 Richard SmithPR19558: don't produce an "unused variable" warning...
2014-04-25 Saleem AbdulrasoolCodeGen: replace use of @llvm.arm.sevl with @llvm.arm...
2014-04-25 David MajnemerCodeGen: Cleanup variable linkage calculation
2014-04-25 David MajnemerCodeGen: Refactor linkage/visibility calculation
2014-04-25 David BlaikiePush unique_ptr ownership of ASTUnits further back...
2014-04-25 Hans Wennborgclang-cl: /fallback only applies to C or C++ files
2014-04-25 Hans Wennborgclang-cl: pass -debug flag to the linker when compiling...
2014-04-25 David BlaikieImprove ownership of ASTUnits in libTooling by using...
2014-04-25 Rafael EspindolaRevert "Reland r206934 with a hopefully fixed test"
2014-04-25 Kostya Serebryanyfix a test-only leak found by lsan, PR19521
2014-04-25 Justin BognerCodeGen: Avoid instrumenting implicit Decls more effect...
2014-04-25 Saleem Abdulrasoolbindings: expose C++ access specifiers
2014-04-24 Reid KlecknerReland r206934 with a hopefully fixed test
2014-04-24 Richard SmithIf we see an explicit instantiation declaration or...
2014-04-24 Nico WeberMicrosoftVTableContext: Don't leak VPtrInfos. Found...
2014-04-24 Nico WeberFix a tiny test-only leak, found by LSan.
2014-04-24 Hans WennborgIntrin.h: remove __rdtsc and __rdtscp declarations
2014-04-24 Andrea Di Biagio[X86] Add Clang support for intrinsics __rdtsc and...
2014-04-24 Jordan RoseSquelch leak found by LSan by handling missing switch...
2014-04-24 Daniel Sanders[mips] Support 128-bit int in N32 ABI by overriding...
2014-04-24 Tim NorthoverAArch64: update tests to new way of printing NEON lists.
2014-04-24 NAKAMURA TakumiCommentToXMLConverter: Don't use "default" to method...
2014-04-24 Daniel Sanders[mips] Correct size_t and ptrdiff_t for N32.
2014-04-24 Dmitri GribenkoComment to XML conversion: use unique_ptr for SimpleFor...
2014-04-24 Argyrios KyrtzidisSimplify leak fix of r207076, by just disposing the...
2014-04-24 Nico WeberDon't leak _all_ directives in -verify mode. Found...
2014-04-24 Nico WeberDon't leak invalid RegexDirectives. Probably a small...
2014-04-24 Nico WeberFix two leaks found by LSan.
2014-04-24 Nico WeberFix two leaks found by LSan (one is test-only).
2014-04-24 Nico WeberFix two test-only leaks found by LSan.
2014-04-24 Nico WeberFix two leaks in c-index-test found by LSan.
2014-04-24 Nico WeberFix four more test-only leaks found by LSan.
2014-04-24 Nico WeberRevert the "don't leak" part of r207065, looks like...
2014-04-24 Nico WeberFix 3 test-only leaks found by LSan.
2014-04-24 Nico WeberMore spellchecking for Index.h
next