]> granicus.if.org Git - clang/shortlog
clang
2014-05-02 Alp TokerCut off parsing early during code completion
2014-05-02 Hans WennborgHandle -fdelayed-template-parsing of out-of-line defini...
2014-05-02 Reid KlecknerRemove unused variable that I missed in my rush to...
2014-05-02 Reid KlecknerWin64: Use ConvertType instead of checking the MS inher...
2014-05-02 Reid KlecknerWin64: Pass member pointers larger than 8 bytes by...
2014-05-02 Reid KlecknerMS ABI: Fix logic bug in member pointer null test code
2014-05-01 Lubos Lunak-fsyntax-only for a test
2014-05-01 Richard SmithBitrig's standard C++ standard library changed from...
2014-05-01 Richard SmithBitrig now supports TLS, so enable TLS support when...
2014-05-01 David BlaikieUse std::abs(int) portably.
2014-05-01 Reid KlecknerUse %clang_cc1 in rewrite-includes-messages.c test...
2014-05-01 Lubos Lunakdo not hide clang stderr output during a test
2014-05-01 David BlaikieFix some -Wabsolute-value warnings introduced in r207796.
2014-05-01 David BlaikieRevert "Use make_unique<T>(...) rather than unique_ptr...
2014-05-01 Lubos Lunakuse 'diff' rather than 'cmp -s' in a test
2014-05-01 Kaelyn TakataWhen sorting overload candidates, sort arity mismatches...
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-05-01 Lubos Lunakdo not use "1" for line marker for the predefines ...
2014-05-01 David BlaikieUse make_unique<T>(...) rather than unique_ptr<T>(new...
2014-05-01 Richard SmithUpdate documentation to match recent API change. newFro...
2014-05-01 Arnaud A. de... PR19601: testcase improvement
2014-05-01 David BlaikiePR19623: Support typedefs (and alias templates) of...
2014-05-01 David BlaikieFix debug-info-alias test to add CHECK to some lines...
2014-05-01 David MajnemerAST: Mangle reference temporaries reliably
2014-05-01 Dinesh DwivediFix typo (first commit to test commit access).
2014-05-01 Reid KlecknerFix declspec-thread.cpp test with a triple
2014-05-01 Reid KlecknerMSVCCompat: Don't produce an invalid AST when accepting...
2014-05-01 Joey Gouly[libclang] Add attribute support for 'pure', 'const...
2014-05-01 Aaron BallmanFixing a FIXME -- no longer using std::memcpy, since...
2014-05-01 Tobias GrosserSupport 'remark' in VerifyDiagnosticConsumer
2014-05-01 Lubos Lunakdo not use "1" for line marker for the main file
2014-05-01 Lubos Lunakrevert r207756
2014-05-01 Lubos Lunakdo not warn about unknown pragmas in modes that do...
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-05-01 Ben LangmuirAvoid a potential race between stat() and open() of...
2014-05-01 Reid KlecknerAdd support for __declspec(thread) under -fms-extensions
2014-05-01 Reid KlecknerMS ABI x64: Don't destroy arguments twice on x64
2014-05-01 Richard SmithMake typo-correction of inheriting constructors work...
2014-04-30 Dmitri GribenkoComment parsing: remove HTML attribute validation
2014-04-30 Arnaud A. de... PR19601: std::remove_if does not really remove the...
2014-04-30 Reid KlecknerFix typos in carries_dependency docs
2014-04-30 David MajnemerSema: Implement DR477
2014-04-30 Richard SmithWhen typo-correcting a member using declaration, don...
2014-04-30 Richard SmithWhen typo-correcting a member using-declaration, only...
2014-04-30 Richard SmithFix crash if typo correction corrects a member using...
2014-04-30 Reid Kleckner__thread: Move constant init check to CheckCompleteVari...
2014-04-30 Reid Kleckner-Wunused-parameter: Don't fire on defaulted or deleted...
2014-04-30 Logan ChienAndroid uses -fpic for arm64 as well.
2014-04-30 James MolloyAdd a test for big-endian NEON on ARM64.
2014-04-30 Bradley Smith[ARM64] Port remaining relevant AArch64 clang tests...
2014-04-30 James Molloy[ARM64] Add arm64_be where it was accidentally missed...
2014-04-30 Andrea Di BiagioSimplify test. No functional change intended.
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...
next