]> granicus.if.org Git - clang/shortlog
clang
2013-10-20 Benjamin KramerDriver: libubsan_cxx depends on libubsan. Preserve...
2013-10-20 Benjamin KramerForgot some references to misspelled enums.
2013-10-20 Benjamin KramerMiscellaneous speling fixes.
2013-10-20 David MajnemerSema: Diagnose global replacement functions declared...
2013-10-19 Rafael EspindolaAdd a missing getMostRecentDecl to ClassTemplateDecl.
2013-10-19 Rafael EspindolaSimplify some implementations of get*Decl.
2013-10-19 Rafael EspindolaThis should use the possessive adjective.
2013-10-19 Rafael EspindolaComment improvement.
2013-10-19 Bill WendlingAdd irreader to the component list, because ParseIR...
2013-10-19 Rafael EspindolaReduce indentation with an early exit.
2013-10-19 Rafael EspindolaAdd isFirstDecl to DecBase too and use it instead of...
2013-10-19 Rafael EspindolaFix typo.
2013-10-19 Rafael EspindolaSimplify FunctionDecl::getBody.
2013-10-19 Nick LewyckyWhen building ubsan, link in ubsan parts first and...
2013-10-19 Kaelyn UhrainAllow CorrectTypo to replace CXXScopeSpecifiers that...
2013-10-19 Kaelyn UhrainBe smarter about deciding to add a leading '::' to a
2013-10-19 Kaelyn UhrainMerge NamespaceSpecifierSet's AddNamespace and AddRecor...
2013-10-18 DeLesley HutchinsConsumed analysis: fix assert failure.
2013-10-18 Hans Wennborgclang-cl: diagnose setting asm listing filename with...
2013-10-18 Richard SmithFix crash if a submodule @imports another submodule...
2013-10-18 Fariborz JahanianObjectiveC. Added support for methods annotated with...
2013-10-18 Ariel J. BernalReverted r192992 broke windows and freebsd builds.
2013-10-18 DeLesley HutchinsConsumed analysis: assume that non-const reference...
2013-10-18 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-18 DeLesley HutchinsConsumed analysis: All the return_typestate parameter...
2013-10-18 Daniel Jasperclang-format: Be more aggressive on incorrect code.
2013-10-18 Daniel Jasperclang-format: Don't force linebreak between return...
2013-10-18 Daniel JasperMake clang-format slightly more willing to break before...
2013-10-18 Hans WennborgAdd another MinGW header include path
2013-10-18 Daniel Jasperclang-format: Improve formatting of templated builder...
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-18 Simon Atanasyan[Mips] Define __mips_fpr and _MIPS_FPSET macros.
2013-10-18 Daniel Jasperclang-format: Make continuation indent width configurable.
2013-10-18 Richard SmithC++ modules: don't lose track of a 'namespace std'...
2013-10-18 Richard SmithBasic ODR checking for C++ modules:
2013-10-18 Alp TokerCheck "late parsed" friend functions for redefinition
2013-10-18 Alp TokerFix missed exception spec checks and crashes
2013-10-18 Nick LewyckyFalse. GCC does not accept [[gnu::warn_unused]], not...
2013-10-18 Richard SmithFix 80-column violation.
2013-10-18 David Majnemer[-fms-extensions] Permit 'override' in C++98 and 'seale...
2013-10-17 DeLesley HutchinsConsumed analysis: Add param_typestate attribute, which...
2013-10-17 Fariborz JahanianObjectiveC migrator. Minor clean up of my last patch.
2013-10-17 DeLesley HutchinsConsumed Analysis: Allow parameters that are passed...
2013-10-17 Fariborz JahanianObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS
2013-10-17 DeLesley HutchinsConsumed analysis: update to previous test case.
2013-10-17 Reid Kleckner[ms-cxxabi] Error out on virtual function memptrs
2013-10-17 Alp TokerRevert "Fix missed exception spec checks and crashes"
2013-10-17 Hans WennborgMake .asm a valid extension for assembly files
2013-10-17 Alp TokerFix missed exception spec checks and crashes
2013-10-17 DeLesley HutchinsConsumed analysis: fix ICE in handling of loop source...
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-17 Hans Wennborgclang-cl: Add support for asm listings (/FA and /Fa)
2013-10-17 Rafael EspindolaRename some functions for consistency.
2013-10-17 Daniel Sanders[mips] Added -mfp64 and -mfp32 options.
2013-10-17 Daniel Sanders[mips][msa] Update -mmsa help text and removed the...
2013-10-17 Daniel Sanders[mips][msa] Added most of the remaining builtins
2013-10-17 David MajnemerRemove unicode characters, trailing whitespace from...
2013-10-17 Timur IskhodzhanovFollow-up to r192822: fix Clang assertion when building...
2013-10-17 Dmitry Vyukovtsan: update docs
2013-10-17 Bill WendlingThis is now passing. Uncomment and close out PR6281.
2013-10-17 Chandler CarruthAdd support to the Clang driver for forwarding all...
2013-10-17 Eric ChristopherAdd the context that a function was created in as the...
2013-10-17 Reid KlecknerAdd implementations of the MSVC barrier intrinsics
2013-10-16 Fariborz JahanianObjectiveC migrator. Remove blank lines
2013-10-16 Eric ChristopherRename HandleTargetFeatures->handleTargetFeatures to...
2013-10-16 Eric ChristopherAdd preprocessor support for powerpc vsx.
2013-10-16 Eric ChristopherRemove an old, seemingly out of date, comment.
2013-10-16 Eric ChristopherFix comments.
2013-10-16 Richard SmithPR17592: Ensure we diagnose shadowing a template parame...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Fariborz JahanianObjectiveC migrator. Don't add 'assign' for
2013-10-16 Eric ChristopherAdd minimal command line support for the VSX powerpc...
2013-10-16 Eric ChristopherRework ppc options handling into a features group.
2013-10-16 Fariborz JahanianObjectiveC migrator. 'atomic' is the default attribute.
2013-10-16 Rafael EspindolaEmit a .ident saying that clang produced this file.
2013-10-16 Yunzhong GaoEnabling 3DNow! prefetch instruction support for a...
2013-10-16 Fariborz JahanianObjectiveC migrator. Use 'assign' for 'delegate'
2013-10-16 Timur Iskhodzhanov[-cxx-abi microsoft] Fix this argument/parameter offset...
2013-10-16 Fariborz JahanianObjectiveC++: support for passing C++11 style initializ...
2013-10-16 Jordan Rose[analyzer] Don't draw edges to C++11 in-class member...
2013-10-16 Benjamin KramerDriver: Factor duplicated code.
2013-10-16 Akira Hatanaka[mips] Enable frame-pointer elimination for -O1 and...
2013-10-16 Rafael EspindolaAdd a note about clang now rejecting unknown options.
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Benjamin KramerSema: Simplify the check if a method returns an instanc...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-16 Timur IskhodzhanovRemove a workaround for PR16406 from the vtables-virtua...
2013-10-16 Rafael EspindolaOn 32 bit windows, mangle stdcall and fastcall decls...
2013-10-15 Richard SmithTest that we can merge together explicit and partial...
2013-10-15 Richard SmithC++ modules: merging for enumerations and enumerators...
2013-10-15 Richard SmithTeach the AST dumper to dump the canonical declaration...
2013-10-15 Yunzhong GaoRemove this regression test now that PR17578 is fixed...
2013-10-15 Eric ChristopherReflow slightly.
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Richard SmithAdd constant evaluation support for __builtin_isinf...
2013-10-15 Benjamin KramerAdd llvm_unreachable to pacify GCC's dropping off non...
2013-10-15 Reid Klecknerms-compat: Fix taking the address of a member of a...
2013-10-15 Argyrios Kyrtzidis[libclang] For an unscoped enum include the enumerators...
next