]> granicus.if.org Git - clang/shortlog
clang
2013-08-22 Craig TopperConstify the ASTContext& passed to Stmt creation functi...
2013-08-22 Craig TopperConstify the ASTContext& passed to Expr creation functi...
2013-08-22 Craig TopperAdd test cases for avx512 feature flags. Fix typo in...
2013-08-22 Faisal ValiRemove some unused variables identified by Juergen...
2013-08-22 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-08-22 Larisse VoufoAdd a constexpr functionality test for static data...
2013-08-22 Larisse VoufoRefactor for clarity and simplicity.
2013-08-22 Larisse VoufoImprove support for static data member templates. This...
2013-08-22 Eli FriedmanSplit isFromMainFile into two functions.
2013-08-21 David BlaikieDebugInfo: Require only the declaration of types only...
2013-08-21 Eli FriedmanReduce sizeof(TemplateArgument) from 32 to 24.
2013-08-21 Aaron BallmanUpdated the consumed analysis warnings to use a more...
2013-08-21 Rafael EspindolaMove -mfpmath handling to -cc1 and implement it for...
2013-08-21 David MajnemerAnalysis: Add support for MS specific printf format...
2013-08-21 Aaron BallmanRemoved unnecessary asserts.
2013-08-21 Manman RenTBAA: add testing case to check typedef can alias.
2013-08-21 Manman RenDon't use mangleCXXRTTIName in TBAA for C code.
2013-08-21 Manman RenUpdate testing case to use FileCheck instead of grep.
2013-08-21 Fariborz JahanianObjectibeC migrator. Annotate cf_consumed arguments,
2013-08-21 Nick LewyckyFix the end sourcelocation of the call expression in...
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
next