]> granicus.if.org Git - clang/shortlog
clang
2012-10-29 Jordan Rose[analyzer] New option to not suppress null return paths...
2012-10-29 Jordan Rose[analyzer] Use the CallEnter node to get a value for...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Ulrich WeigandHandle '*' and '#' asm constraint modifiers.
2012-10-29 Daniel JasperFix ASTMatchersTests to not create an overloaded-virtua...
2012-10-29 Daniel JasperImplement has(), hasDescendant(), forEach() and forEach...
2012-10-29 Nick LewyckyRemove spurious mode marker from .cpp file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-29 Nick LewyckyFix name of this file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-28 Seth Cantrellimprove highlighting of invalid string encodings
2012-10-28 Richard SmithRevert functional part of r166896 and just suppress...
2012-10-28 Richard SmithWhen determining whether to try evaluating the initiali...
2012-10-28 Richard SmithIn -Wunneeded-internal-declaration, suppress the warnin...
2012-10-28 Rafael EspindolaFix invalid jump scopes again. This time without trying...
2012-10-28 Rafael EspindolaAdd a testcase from the previous bootstrap problem.
2012-10-27 Nico WeberFix crash on missing namespace name in namespace alias...
2012-10-27 Fariborz Jahanianobjective-C arc/mrr: Patch for the new block variable...
2012-10-27 Chris LattnerCurrently the initial value of Tok is dependent an...
2012-10-27 Rafael EspindolaRevert 166876 while I debug a bootstrap problem.
2012-10-27 Rafael EspindolaReapply 166855 with an early exit on null QualTypes.
2012-10-27 Mahesha SReverted back the changes made in 166868 and in 166869
2012-10-27 Mahesha SFeature:
2012-10-27 Mahesha S-------------------------------------------------
2012-10-27 Mahesha SRemoved an extra blank line.
2012-10-27 Rafael EspindolaAdd a reduced testcase of the last bootstrap failure.
2012-10-27 Rafael EspindolaRevert r166855. I can reproduce the bootstrap failure...
2012-10-27 Argyrios KyrtzidisAdd a test case for the stack overflow in rdar://12542261
2012-10-27 Rafael EspindolaFix cases where we were not producing an error when...
2012-10-27 Rafael EspindolaMove two helper functions to AST so that sema can use...
2012-10-27 Rafael EspindolaRefactor some code into a new findMaterializedTemporary...
2012-10-27 Rafael EspindolaRefactor some code into a new skipRValueSubobjectAdjust...
2012-10-27 Rafael EspindolaDelay codegen to after collecting all SubobjectAdjustme...
2012-10-26 Eli FriedmanFix typo.
2012-10-26 Eli FriedmanAdd missing safety check to an optimization for do...
2012-10-26 Eli FriedmanFix indentation.
2012-10-26 Argyrios KyrtzidisIn Parser::ParseDecltypeSpecifier, make sure the end...
2012-10-26 Eli FriedmanDon't crash synthesizing an ObjC property with an empty...
2012-10-26 Douglas GregorWhen an externally-supplied record layout has a size...
2012-10-26 Fariborz JahanianAdd comment for my patch in r166809.
2012-10-26 Bill SchmidtThis patch is a follow-up to r166805. As suggested...
2012-10-26 Fariborz JahanianRemove BLOCK_BYREF_LAYOUT_BYREF flags from list of
2012-10-26 Fariborz Jahanianobjective-C IRGen: for @implementation nested in
2012-10-26 Argyrios Kyrtzidis[driver] Before applying the working directory check...
2012-10-26 Bill SchmidtThis patch addresses a 64-bit PowerPC ELF ABI compatibi...
2012-10-26 Argyrios Kyrtzidis[options] Fix mishandling of aliased options that was...
2012-10-26 Daniel Dunbartests: Tweak unprintable.c to try another character...
2012-10-26 Chad Rosier[ms-inline asm] Add test case for r166792.
2012-10-26 Chad Rosier[ms-inline asm] Test case for r166790.
2012-10-26 Douglas GregorMatch up anonymous structs/unions in the ASTImporter...
2012-10-26 Ted KremenekAdd comments for RemoveRedundantMsgs, rename it to...
2012-10-26 Douglas GregorEliminate some longstanding FIXMEs regarding variadic...
2012-10-26 Douglas GregorIn the ASTImporter, don't try to emit a diagnostic...
2012-10-26 Daniel JasperRemove clang-fixit from tools page as it is currently...
2012-10-26 David TweedThese tests require an actual x86 registered target...
2012-10-26 Bill WendlingFix grammar-o.
2012-10-26 Alexey SamsonovFix test suppressed in r166683 on 32-bit Linux
2012-10-26 Fariborz JahanianDeclare type of flags to be used in a __block (byref)
2012-10-26 Quentin ColombetOz optimization level sets ForceSizeOpt attribute for...
2012-10-26 Manman RenX86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss...
2012-10-25 Bill WendlingRecommit Eric's code to validate ASM string's constrain...
2012-10-25 Richard SmithFix the other occurrence of the problem fixed by r166731.
2012-10-25 Fariborz JahanianChanging name of enum for block literal flags to represent
2012-10-25 Richard SmithLLVM's hashing routines produce a size_t, and thus...
2012-10-25 Ted KremenekTrackConstraintBRVisitor and ConditionBRVisitor can...
2012-10-25 Richard SmithAdd a more direct test for r166661.
2012-10-25 Chad Rosier[ms-inline asm] Add a test case for r166723 and r166724.
2012-10-25 Chad Rosier[ms-inline asm] Add support for field lookup in the...
2012-10-25 Fariborz JahanianAdd some new types in preparation of encoding of captur...
2012-10-25 Joerg SonnenbergerDon't require exception handling for clang-tblgen.
2012-10-25 Kaelyn UhrainMove the input files for test/PCH/badpch.c under test...
2012-10-25 Douglas GregorWhen capturing 'this' in a lambda, make sure to update...
2012-10-25 Dmitri GribenkoComment to XML conversion: avoid memory allocation...
2012-10-25 Dmitri GribenkoCommentDumper: reorder members and add a comment.
2012-10-25 Fariborz JahanianProvide comment describing what buildBlockDescriptor...
2012-10-25 Joerg SonnenbergerDon't throw exceptions in clang-tblgen by switching...
2012-10-25 Micah VillmowCleanup some clang code to use new type functions inste...
2012-10-25 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress...
2012-10-25 David TweedCorrect test inovocations to use %clang_cc1 rather...
2012-10-25 David TweedModify the targets to set appropriate calling conventio...
2012-10-25 Alexey SamsonovInitialize debug info for special cases of functions...
2012-10-25 NAKAMURA Takumiunittests/ToolingTest.cpp: Suppress newFrontendActionFa...
2012-10-25 Manuel KlimekAdds the possibility to inject a callback that's called...
2012-10-25 Richard Smith-fcatch-undefined-behavior checking for appropriate...
2012-10-25 Argyrios KyrtzidisTake into account that there may be a BOM at the beginn...
2012-10-25 Douglas GregorUpdate warning-flag test
2012-10-25 Bill WendlingRevert r166647 to rethink the patch...
2012-10-25 Douglas GregorRemove the old predefines-buffer diffing code completel...
2012-10-25 Douglas GregorFix computation of predefines buffer from the preproces...
2012-10-25 Eli FriedmanWhen we're devirtualizing a method call, make sure...
2012-10-25 Douglas GregorASTUnit doesn't actually care about the predefines...
2012-10-25 Douglas GregorThe the preprocessor option validator to compute suggested
2012-10-25 Bill WendlingAdd some support for diagnosing possibly mismatched...
2012-10-25 Richard Smith'constexpr' and 'friend' are both declaration specifier...
2012-10-24 Richard SmithPR14171: Don't crash if we hit one of the paths where...
2012-10-24 Douglas GregorTeach the PCH validator to check the preprocessor optio...
2012-10-24 NAKAMURA Takumic-index-test.c: Split a format string. [-Woverlength...
2012-10-24 Chad Rosier[ms-inline asm] Test case for r166632.
2012-10-24 David BlaikieFix false positive in -Wunused-variable when a ctor...
2012-10-24 Eli FriedmanUpdate regression tests for r166617.
next