]> granicus.if.org Git - clang/shortlog
clang
2013-08-21 Nick LewyckyRevert r188863 which could propose wrong fixits for...
2013-08-21 Fariborz JahanianObjectiveC migrator: until we have beter understanding of
2013-08-21 Rafael EspindolaRemove dead code.
2013-08-21 Rafael EspindolaMove the logic for selecting the last feature in the...
2013-08-21 Timur Iskhodzhanov[CGF] Get rid of passing redundant VTable pointer aroun...
2013-08-21 Rafael EspindolaCentralize the handling of -target-feature.
2013-08-21 Richard SandifordTweak gnu-flags.c test for z, where globals have 2...
2013-08-21 Rafael EspindolaDon't disable SSE4A when disabling AVX.
2013-08-21 Benjamin KramerSema: Use the right type for PredefinedExpr when it...
2013-08-21 Daniel Jasperclang-format: Indent relative to unary operators.
2013-08-21 Timur IskhodzhanovAbstract out virtual calls and virtual function prologu...
2013-08-21 Craig TopperAdd avx512cd, avx512er, avx512pf feature flags and...
2013-08-21 Nick LewyckyIssue fixits replacing invalid character literals with...
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperReplace avx-512 with avx512f to match llvm side and...
2013-08-21 Nick LewyckyNo functionality change. Adjust a bunch of formatting...
2013-08-21 Argyrios KyrtzidisRemove more uses of 'index' as namespace scope.
2013-08-21 Richard SmithIf we find an error in the range expression in a range...
2013-08-21 Argyrios KyrtzidisAvoid using the 'index' namespace as scope.
2013-08-20 Fariborz JahanianObjectiveC migrator. make sure to embed audited
2013-08-20 Eli FriedmanRemove Extension warning for GNU local labels.
2013-08-20 Eli FriedmanAdd more specific flags for misc GNU extensions.
2013-08-20 Fariborz JahanianObjectiveC migrator: make sure audited pragams are
2013-08-20 Rafael EspindolaCentralize the handling of -target-cpu (-cc1, -cc1as...
2013-08-20 David BlaikieTest case for PR16933/r188707.
2013-08-20 Eli FriedmanFix iterator invalidation. PR16935.
2013-08-20 David BlaikieDebugInfo: comment/inlining based on feedback from...
2013-08-20 Hans WennborgLook at lowercase version of argv[0] when determining...
2013-08-20 David BlaikieDebugInfo: Simplify/clarify propagation of typemembers...
2013-08-20 Fariborz JahanianObjectiveC migrator: More tweaking of heuristics
2013-08-20 Richard SmithDuring typo correction, check for an exact match in...
2013-08-20 Edwin VaneAdding Replacement serialization support
2013-08-20 Rafael EspindolaCentralize the logic for handling -m* options and fix...
2013-08-20 Fariborz JahanianObjectiveC migrator: More tweaking of heuristics
2013-08-20 Rafael EspindolaRemove duplicated error checking.
2013-08-20 Alexey Samsonov[LSan] Add support for building standalone LSan runtime...
2013-08-20 Rafael EspindolaRemove dead code.
2013-08-20 Rafael EspindolaRefactor the x86 feature handling.
2013-08-20 Tim NorthoverARM: add test for last commit
2013-08-20 Tim NorthoverARM: default to arm1176jzf-s for hard-float platforms.
2013-08-20 Daniel Jasperclang-format: Format enum struct/class like enum.
2013-08-20 Daniel Jasperclang-format: Additional options for spaces around...
2013-08-20 Benjamin KramerARCMigrate depends on the static analyzer.
2013-08-20 NAKAMURA Takumiclang/test/Driver/cl-options.c: Remove the feature...
2013-08-20 NAKAMURA Takumiclang/test/Driver: Remove the feature "clang-driver...
2013-08-20 NAKAMURA Takumiclang/test/Driver: Remove the feature "clang-driver...
2013-08-20 Daniel Sanders[mips][msa] Added fexdo, fexup[lr] builtins
2013-08-20 Craig TopperRename __AVX512__ to __AVX512F__
2013-08-20 Michael Gottesman[autotools->cmake] Added support for building clang...
2013-08-20 Craig TopperChange 'avx512' to 'avx-512' to match llvm backend.
2013-08-20 Michael Gottesman[autotools->cmake] Move add_subdirectory(test) inside...
2013-08-20 Michael Gottesman[autotools->cmake] Added support for creating the clang...
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-20 Craig TopperRevert r188756 because some other changes snuck in...
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-20 David BlaikieRevert "Revert "Revert "Revert "DebugInfo: Omit debug...
2013-08-20 Eli FriedmanFix name lookup with dependent using decls.
2013-08-20 Fariborz JahanianObjectiveC migrator: More work towards
2013-08-19 Reid Klecknerclang-cl: Ignore the /wd n flag for disabling a warning
2013-08-19 Jordan Rose[analyzer] Note that deadcode.UnmodifiedVariable would...
2013-08-19 Reid Klecknerclang-cl: Add /MP[n] to the list of unsupported and...
2013-08-19 Juergen RibutzkaFix last commit.
2013-08-19 Juergen RibutzkaSimplify code by using CreateMemTemp. No functional...
2013-08-19 Eli FriedmanHandle init lists and _Atomic fields.
2013-08-19 Richard SmithPR16727: don't try to evaluate a potentially value...
2013-08-19 Fariborz JahanianObjectiveC migrator: Start inserting
2013-08-19 David BlaikiePR16933: Don't try to codegen things after we've seen...
2013-08-19 Robert Wilhelmconst'ify Sema::ActOnCompoundStmt by
2013-08-19 Bob WilsonBump the value of the __APPLE_CC__ predefined macro...
2013-08-19 Fariborz JahanianObjectiveC migrator. Start auditing CF functions
2013-08-19 Michael GottesmanRevert "Revert "Revert "DebugInfo: Omit debug info...
2013-08-19 David BlaikieSimplify assert-neutral matching in test case.
2013-08-19 Hans Wennborgclang-cl: Expose the -Xclang option
2013-08-19 Jordan Rose[analyzer] Add a triple to test/Analysis/cfg.cpp
2013-08-19 Jordan Rose[analyzer] Don't run unreachable code checker on inline...
2013-08-19 Jordan Rose[analyzer] Add "unmodified variable" checker to the...
2013-08-19 Jordan Rose[analyzer] Assume that strings are no longer than SIZE_...
2013-08-19 Jordan RoseOmit arguments of __builtin_object_size from the CFG.
2013-08-19 Dmitri GribenkoUse cstdio instead of stdio.h
2013-08-19 Pavel Labath[analyzer] Fix inefficiency in dead symbol removal
2013-08-19 Alexey SamsonovRe-apply r188666
2013-08-19 Alexey SamsonovFix -Wcovered-switch-default warning from r188664
2013-08-19 NAKAMURA Takumiclang/Driver: [PR12920] Don't forward any -W arguments...
2013-08-19 Alexey SamsonovRevert r188666: it breaks the buildbots
2013-08-19 Alexey SamsonovFix PR16768: properly report malformed sanitizer blackl...
2013-08-19 Daniel Jasperclang-format: Fix return type line break decision.
2013-08-19 Robert LyttonXCore target: Add target specific EmitVAArg
2013-08-19 Robert LyttonXCore target: correct test layout
2013-08-19 Alexey SamsonovExplicitly specify triple in driver test from r188660
2013-08-19 NAKAMURA Takumiclang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak...
2013-08-19 Alexey SamsonovMove SanitizerArgs to the clang Driver
2013-08-19 Robert WilhelmOmit llvm:: before makeArrayRef. We have using directiv...
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Craig TopperFix indentation. No functional change.
2013-08-19 David BlaikieDebugInfo: Do not include line/file info for artificial...
2013-08-19 Craig TopperMake the version of Stmt::operator new that takes ASTCo...
2013-08-19 David MajnemerSema: Remove dead code in CheckTemplateArgumentAddressO...
2013-08-18 Craig TopperRevert r188644 to unbreak buildbots.
next