]> granicus.if.org Git - clang/shortlog
clang
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...
2010-09-16 Chris Lattneradd a compatibility note about vector builtins
2010-09-16 Chris Lattnerimprove the "enumeration value 'g' not handled in switch"
2010-09-16 Douglas GregorSwap the priorities of constants and types, so that...
2010-09-16 Fariborz JahanianRemoves unused setter.
2010-09-16 Douglas GregorDon't add two code-completion results for the same...
2010-09-16 Douglas GregorWhen collecting Objective-C methods for message send...
2010-09-16 Douglas GregorImplement code completion for Objective-C class message...
2010-09-16 Douglas GregorFix a silly typo and its pasteo. Thanks to Francois...
2010-09-16 John McCallRight, there are *two* cases of pr-value class-type...
2010-09-16 John McCallOpportunistically use the C++ personality function...
2010-09-16 Daniel DunbarBasic: Add f{dim,ma,max,min}[lf]? builtins.
2010-09-16 Tom CareRefactored BugReporter to refer to EndNode as ErrorNode...
2010-09-16 Zhongxing XuTidy up.
2010-09-16 John McCallFurther beautification: this pointer can now be typed.
2010-09-16 John McCallInitialize AggValueSlot's flags along all paths, plus...
2010-09-16 John McCallFix the clang build after Zhongxing Xu's commit.
2010-09-16 Douglas GregorImplement automatic bracket insertion for Objective...
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-09-16 Daniel Dunbarbuild: Add support for a CLANG_ORDER_FILE build variabl...
2010-09-16 Ted KremenekDo not warn about empty bodies for 'if' statements...
2010-09-16 Fariborz JahanianPatch to move RequiresGCollection bit to
2010-09-16 Ted KremenekFor self-comparison warning, check the source location...
next