]> granicus.if.org Git - clang/shortlog
clang
2010-09-23 Daniel DunbarIRgen/ABI/ARM: Trust the backend to pass vectors correc...
2010-09-23 Ted KremenekUpdate checker build.
2010-09-22 Douglas GregorImplement libclang API functions for retrieving the...
2010-09-22 Devang PatelTestcase for r114585.
2010-09-22 Tom CareFix an inverse boolean and unnecessary new line in...
2010-09-22 Sebastian RedlChange source manager serialization to be less tied...
2010-09-22 Douglas GregorFix a hard-to-reproduce crash-on-invalid, where we...
2010-09-22 Argyrios KyrtzidisImplement -Wpadded and -Wpacked.
2010-09-22 Chris Lattnerupdate a bunch of tests that are using the x86 backend...
2010-09-22 Sebastian RedlOnly preload SLocEntries after the entire PCH chain...
2010-09-22 Sebastian RedlReshuffle PerFileData's members to make more sense.
2010-09-22 Daniel DunbarDriver/Darwin: Add a runtime library just for ___eprint...
2010-09-21 Chris Lattnerfix the rest of rdar://8461279 - clang miscompiles...
2010-09-21 Chris Lattnersame bug as before, this time with __sync_val_compare_a...
2010-09-21 Chris Lattnerfix __sync_bool_compare_and_swap to work with address...
2010-09-21 Chris Lattnerfilecheckize.
2010-09-21 Fariborz JahanianFixes an IRgen ICE due to cast of null pointer to
2010-09-21 John ThompsonFixed pr20314-2.c failure, added E, F, p constraint...
2010-09-21 Ted KremenekCorrectly register the class extension as the lexical...
2010-09-21 Fariborz JahanianIRgen for gnu extension's conditional lvalue expression
2010-09-21 Ted KremenekFor ObjCPropertyDecls in class extensions, use the...
2010-09-21 Douglas GregorAdd code completion for C++ constructors wherever we...
2010-09-21 Benjamin KramerAdjust for debug info API change.
2010-09-21 Argyrios KyrtzidisDo not warn with -Wuninitialized when the member is...
2010-09-21 Marcin SwiderskiAdded:
2010-09-21 Ted KremenekFix indentation.
2010-09-21 Ted KremenekCheck for null ObjCInterfaceDecls returned from getClas...
2010-09-21 Bill WendlingAdd a comment explaining why the MMX builtins are segre...
2010-09-21 Douglas GregorWhen providing code completions for an argument in...
2010-09-20 Fariborz JahanianImplements in IRgen gnu extensions missing LHS for
2010-09-20 Douglas GregorRefactor code completion for expressions that occur...
2010-09-20 Douglas GregorCode completion has no reason to prefer values over...
2010-09-20 Nate BegemanCheck in support for OpenCL conditional operator on...
2010-09-20 Douglas GregorSlight refactoring in code-completion results generatio...
2010-09-20 Douglas GregorGet rid of the lame attempt to prioritize "void" functi...
2010-09-20 Douglas GregorTweak priorities for some types and macros:
2010-09-20 Bill WendlingThe builtins __builtin_ia32_paddq and __builtin_ia32_ps...
2010-09-20 Douglas GregorIntroduce a simple, substitution-based compression...
2010-09-20 Douglas GregorFix CMake clangIndex library dependencies, from Logan...
2010-09-20 Daniel DunbarDriver/Objective-C: Retool Objective-C ABI flags to...
2010-09-20 Douglas GregorCheck that an overloaded function name, when used by...
2010-09-20 Douglas GregorGive implicitly-defined default constructors and destru...
2010-09-19 Argyrios KyrtzidisRevert r114316, -Wunused-value enabled by default was...
2010-09-19 Argyrios KyrtzidisMake -Wunused-value off by default, matching GCC. Fixes...
2010-09-19 Argyrios KyrtzidisImplement -Wunused-label.
2010-09-19 Argyrios KyrtzidisWarn when an expression result in a LabelStmt is unused.
2010-09-19 Daniel DunbarUpdate users manual comments on X86 and ARM support.
2010-09-18 Fariborz JahanianFixes IRgen bug in objc++ reference binding of a
2010-09-18 Fariborz JahanianProblem with gnu conditional extension with missing
2010-09-18 Douglas GregorGive the Objective-C _cmd an "unlikely" code completion...
2010-09-18 Gabor Greifdo not rely on the implicit-dereference semantics of...
2010-09-18 John McCallstatic local variables with destructors don't require...
2010-09-18 John McCallAdjust a fixup's starting branch if it's being resolved...
2010-09-18 Douglas GregorAdd another text for code completion after recovery
2010-09-18 Douglas GregorContinue parsing more postfix expressions, even after...
2010-09-18 John ThompsonAdded '|' delimiter to separate inline asm multiple...
2010-09-18 John ThompsonAdd more error checking to attribute vecreturn
2010-09-18 John McCallFix a bug with binding l-values to elided temporaries...
2010-09-18 Anton Yartsevformatted everything to fit within 80 columns
2010-09-18 Bill WendlingTestcase for r114239.
2010-09-18 Tom CareRevert r114244 since it breaks a test in Analysis.
2010-09-18 Tom CareIdempotentOperationChecker no longer reports errors...
2010-09-17 Bill WendlingThe MMX shift-with-immediate builtins require the equiv...
2010-09-17 Bill WendlingRemove FIXME. The type is correct.
2010-09-17 Daniel DunbarSema/transparent_union: Make sure to add implicit cast...
2010-09-17 Ted KremenekTweak in DeclPrinter printing of uses of copy construct...
2010-09-17 Douglas GregorUpdate test
2010-09-17 Douglas GregorImprove recovery when the middle expression of a ternar...
2010-09-17 Douglas GregorWhen we run into an error parsing or type-checking...
2010-09-17 Fariborz JahanianDiagnose use of incomplete type on method argument...
2010-09-17 Douglas GregorUpdate C++0x status
2010-09-17 Chris Lattnerfix rdar://8445858 - __sync_* intrinsics erroneously...
2010-09-17 Fariborz JahanianOnly assignment operator triggers property setter call.
2010-09-17 Douglas GregorWhen traversing an InitListExpr, there may not be a...
2010-09-17 Shantonu SenDriver: implement driver automagic support for -lcc_kext
2010-09-17 David ChisnallAdd a -ftrapv-handler= option which allows a handler...
2010-09-17 Argyrios KyrtzidisUse a temporary file for output which gets renamed...
2010-09-17 John McCallFix test for no-asserts builds.
2010-09-17 Fariborz JahanianPatch to add IRgen support for Gnu's conditional operator
2010-09-17 Gabor Greifrename variable, 'Type' seems to be present in
2010-09-17 Daniel DunbarDriver/DarwinClang: Add GCC libexec paths so we can...
2010-09-17 Daniel DunbarIRgen: Change CodeGenPasses to be a PassManager, so...
2010-09-17 Daniel DunbarReapply "Driver/Darwin: Time for another spin at switch...
2010-09-17 Daniel DunbarRevert "Driver/Darwin: Time for another spin at switchi...
2010-09-17 Daniel DunbarFix this test to use -cc1.
2010-09-17 Daniel DunbarDriver: Support -dumpmachine.
2010-09-17 John McCallCurrently we're initializing the vtable pointers of...
2010-09-17 Daniel DunbarDriver/Darwin: Time for another spin at switching to...
2010-09-17 Daniel DunbarDriver: Fix spelling of AddCXXStdlibLibArgs, which...
2010-09-17 Daniel DunbarDriver/DarwinClang: The new toolchain definition is...
2010-09-17 John McCallWhen emitting a new-expression inside a conditional...
2010-09-17 Daniel DunbarDriver: Add magic handling for "reserved library names...
2010-09-17 Ted KremenekHandle '#line' in '-E' that has an empty file name...
2010-09-17 Daniel DunbarDriver: Factor out AddLinkerInputs() function.
2010-09-17 Daniel DunbarDriver: Add a toolchain hook for whether the system...
2010-09-16 Douglas GregorWhen dealing with an anonymous enumeration declared...
2010-09-16 Daniel DunbarIRgen/ABI/x86-32: Realign indirect arguments when the...
2010-09-16 Daniel DunbarIRgen/ABI: Add support for realigning structures which...
2010-09-16 Daniel DunbarIRgen/ABI/x86_32/Darwin: On Darwin, only structures...
2010-09-16 Daniel DunbarIRgen/x86_32/Linux: Linux seems to align all stack...
next