]> granicus.if.org Git - clang/shortlog
clang
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-21 Silviu BarangaSet the default hardware division features for ARM...
2013-10-21 Silviu BarangaAdd the __ARM_ARCH_EXT_IDIV__ predefine. It is set...
2013-10-21 Serge PavlovFix to PR8880 (clang dies processing a for loop).
2013-10-21 Manuel KlimekFixes PR17617: Crash on joining short if statements.
2013-10-21 Daniel JasperExpose -fmodule-name and -fmodule-map-file as driver...
2013-10-21 Justin BognerLex: Don't restrict legal UCNs when preprocessing assembly
2013-10-21 David Majnemer[-fms-extensions] __is_interface_class was miscategorized
2013-10-21 David MajnemerSema: Explain our deviation from the standard by refere...
2013-10-21 David MajnemerBe more precise when diagnosing 'inline' on global...
2013-10-20 Peter CollingbourneImplement function type checker for the undefined behav...
2013-10-20 Peter CollingbourneRevert r193022 and r193048. They broke the ubsan test...
2013-10-20 Alp TokerSwitch attribute test line endings from CRLF
2013-10-20 Alp TokerFix crash in cleanup attr handling
2013-10-20 Daniel Jasperclang-format: Better understand Lambda poarameters.
2013-10-20 Daniel Jasperclang-format: Fix formatting of nested blocks after...
2013-10-20 Daniel Jasperclang-format: Support case ranges.
2013-10-20 Daniel Jasperclang-format: Improve formatting of ObjC dict literals.
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.
next