]> granicus.if.org Git - clang/shortlog
clang
2011-06-21 Fariborz Jahanianobjc-arc: CodeGen part of unbridged cast of CF types.
2011-06-21 Chandler CarruthFix a crash when a pointer-to-member function is called...
2011-06-21 Douglas GregorIntroduce a new AST node describing reference binding...
2011-06-21 Jay FoadMake more use of llvm::StringRef in various APIs. In...
2011-06-21 Joerg SonnenbergerFix typo. From Damjan Marion.
2011-06-21 NAKAMURA TakumiDe-Unicode-ify in comments.
2011-06-21 Nick LewyckyAlso fix the warning about using "clang" instead of...
2011-06-21 Nick LewyckyRemove the leading hyphen so that grep doesn't parse...
2011-06-21 Daniel DunbarDriver/Darwin: Honor -Xarch_FOO when the arch matches...
2011-06-21 Nick LewyckyAdd support for -Wa,--noexecstack when building from...
2011-06-21 Eric ChristopherCanonicalize register names properly.
2011-06-21 Eric ChristopherMove additional register names to their own lookup...
2011-06-20 Argyrios Kyrtzidis[arcmt] Always add '__bridge' cast when 'self' is cast...
2011-06-20 Jordy Rose[analyzer] Finish size argument checking for strncat...
2011-06-20 Fariborz Jahanianobjc-arc: allow explicit unbridged casts if the source...
2011-06-20 Argyrios Kyrtzidis[arcmt] Find out whether there is an ARC runtime direct...
2011-06-20 Argyrios KyrtzidisWarn for un-parenthesized '&' inside '|' (a & b | c...
2011-06-20 Fariborz Jahanianllvm-gcc treats a tentative definition with a previous
2011-06-20 Douglas GregorDefine va_copy when in C++0x mode; C++0x picked it...
2011-06-20 Douglas GregorDefine __cplusplus to 201103L when in (non-GNU) C+...
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Chandler CarruthUse an explicitly 64-bit triple flag to ensure we can...
2011-06-20 Chandler CarruthFix a problem with the diagnostics of invalid arithmeti...
2011-06-20 Chandler CarruthRemove this poor "abstraction" from the AST. Sorry! =D
2011-06-20 Chandler CarruthMove away from the poor "abstraction" I added to Type...
2011-06-20 Francois PichetRemove more unnecessary #include <llvm/ADT/SmallVector.h>
2011-06-20 Francois PichetRemove unnecessary include.
2011-06-20 Chris LattnerUpdate to match mainline ConstantStruct::get API change...
2011-06-20 Jordy Rose[analyzer] Replace stream-built error message with...
2011-06-20 Jordy Rose[analyzer] Re-enable checking for strncpy, along with...
2011-06-20 Jordy Rose[analyzer] Eliminate "byte string function" from CStrin...
2011-06-20 Chandler CarruthRestructure the API in Type based on a conversation...
2011-06-19 John McCallMore clarifications.
2011-06-19 John McCallImprove the intro to the runtime-functions section.
2011-06-19 John McCallDescribe the ARC runtime support calls.
2011-06-19 Chandler CarruthTurn -Wnull-arithmetic back on by default -- we now...
2011-06-19 Chandler CarruthAdd test cases for false positives on -Wnull-arithmetic...
2011-06-19 Francois PichetHandle decltype keyword in Parser::isDeclarationSpecifier.
2011-06-19 Francois PichetAdd support for MSVC __debugbreak compiler intrinsic.
2011-06-18 Chris Lattnerupdate for api change.
2011-06-18 Benjamin KramerRemove dead variables.
2011-06-18 Benjamin Kramer80 cols.
2011-06-18 Chandler CarruthRemove more unnecessary dependencies now that the Front...
2011-06-18 NAKAMURA Takumitools/arcmt-test: Don't attempt to link redundant libcl...
2011-06-18 John McCallClarify the semantics of init methods, and point out...
2011-06-18 John McCallA couple of minor changes to the ARC spec, plus a new...
2011-06-18 Chandler CarruthAccept no-return stripping conversions for pointer...
2011-06-18 Argyrios Kyrtzidis[arcmt] Fix the ARC migrator. -arcmt-modify requires...
2011-06-18 Argyrios Kyrtzidis[arcmt] Const'ify.
2011-06-17 Argyrios Kyrtzidis[arcmt] Remove '-arcmt-modify-in-memory', it turned...
2011-06-17 Argyrios KyrtzidisFix regression with @encode string. rdar://9624314.
2011-06-17 Douglas GregorObjective-C++ ARC: eliminate the utterly unjustified...
2011-06-17 Douglas GregorObjective-C++ ARC: do not mangle __unsafe_unretained...
2011-06-17 Douglas GregorFix a grammaro
2011-06-17 Douglas GregorObjective-ARC++: infer template type arguments of
2011-06-17 John McCallOnly accept __bridge_retain in system headers, as Doug...
2011-06-17 John McCallAs a hopefully temporary workaround for a header mistak...
2011-06-17 Eli FriedmanAdd a minor hack to avoid using isNullPointerConstant...
2011-06-17 Richard TrieuPut the new warning from revision 133196 on NULL arithm...
2011-06-17 Argyrios KyrtzidisDon't emit 'unavailable' errors inside an unavailable...
2011-06-17 Douglas GregorLoosen up the IR matching slightly
2011-06-17 Eric ChristopherRemove another variable.
2011-06-17 Douglas GregorWhen emitting a compound literal of POD type, continue...
2011-06-17 Douglas GregorFix refactoro, silencing an MSVC warning. Thanks, Francois.
2011-06-17 John McCallPerform an acquire memory barrier on the fast path...
2011-06-17 John McCallInitialize a couple of variables to shut GCC up.
2011-06-17 John McCallObjective-C fast enumeration loop variables are not...
2011-06-17 Eric ChristopherClean up test to avoid using standard headers and remov...
2011-06-17 Douglas GregorExtend the deduced/actual argument type checking of C++
2011-06-17 Eric ChristopherMake this test suitable for optimized builds by avoidin...
2011-06-17 Douglas GregorFactor the checking of the deduced argument type agains...
2011-06-17 Douglas GregorWhen an explicit specialization has a storage specifier...
2011-06-17 Douglas GregorImplement proper support for generating code for compou...
2011-06-17 Douglas GregorDowngrade the error complaining about presence of a...
2011-06-17 Eric ChristopherCheck the specific target to figure out if a constraint...
2011-06-17 Eric ChristopherAdd some more memory constraints for ARM.
2011-06-17 Eric ChristopherOn ARM make sure that we continue translating 'p' to...
2011-06-17 John McCallWhen synthesizing implicit copy/move constructors and...
2011-06-17 Douglas GregorCheck for placeholder expressions before promoting...
2011-06-16 Eli FriedmanAdd support for -force_load flag, for compat with Apple...
2011-06-16 Chandler CarruthRemove ARCMigrate from more builds that it isn't needed...
2011-06-16 John McCallBe sure to try a final ARC-production even in Objective...
2011-06-16 Francois PichetFinish 2 sentences.
2011-06-16 Chris Lattnercomment improvements.
2011-06-16 Chris LattnerFix a regression introduced by r131955 which broke...
2011-06-16 Chris Lattnercode cleanups, no behavior change.
2011-06-16 Fariborz JahanianFor the purpose of @encode'ing, accept 'void' type
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Richard TrieuAdd a new warning when a NULL constant is used in arith...
2011-06-16 Jonathan D... Fix of a minor typo.
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix test for MSVC build.
2011-06-16 Fariborz JahanianMove computation of __private_extern__ visibilty to
2011-06-16 Evan ChengStylistic fix: move virtual keyword before return type.
2011-06-16 Douglas GregorAllow comparison between block pointers and NULL pointer
2011-06-16 Douglas GregorTeach the warning about non-POD memset/memcpy/memmove...
2011-06-16 Fariborz Jahanianarc: diagnose dereferencing a __weak pointer which...
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix the test when running in Lion.
2011-06-16 John McCallGive arcmt-test an explicit triple for this test.
2011-06-16 Douglas GregorImplement the consistency checking for C++ [temp.deduct...
2011-06-16 Chandler CarruthRaise the ARCMT functionality in Clang into proper...
next