]> granicus.if.org Git - clang/shortlog
clang
2011-06-22 Manuel KlimekChanges ParenListExpr to always require a type.
2011-06-22 Douglas GregorCopy diagnostic pragmas to the preprocessed output...
2011-06-22 Douglas GregorFix the starting location of the Fix-It note for suspic...
2011-06-22 Douglas GregorWhen instantiating a function template declaration...
2011-06-22 Argyrios Kyrtzidis[arcmt] Make -Warc-unsafe-retained-assign an error...
2011-06-22 Argyrios KyrtzidisPut all ARC-related warnings into the "arc" diagnostic...
2011-06-22 Argyrios KyrtzidisChange "cannot assign retained object.." warning to...
2011-06-22 Eric ChristopherBuild and use libcompiler_rt whenever possible.
2011-06-22 Douglas GregorTry to silence GCC warning
2011-06-22 Fariborz Jahanianobjc-arc: Allow unbridged cast of retainable object to
2011-06-22 Douglas GregorImplement the C++0x move optimization for Automatic...
2011-06-22 Douglas GregorWhen binding a reference to an Automatic Reference...
2011-06-22 Douglas GregorGive MaterializeTemporaryExpr the exact type of the...
2011-06-22 Douglas GregorFix typo in comment
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Argyrios KyrtzidisIntroduce DelayedCleanupPool useful for simplifying...
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-22 Sean HuntActually, you know, fix the problem.
2011-06-22 John McCallEmit @finally blocks completely lazily instead of forci...
2011-06-22 Sean HuntAvoid making assumption that this is either a CXXMethod...
2011-06-22 Sean HuntExtend the deleted overload candidate note to cover...
2011-06-22 Sean HuntEnsure that we delete implict copy members when explici...
2011-06-22 John McCallIt is possible to request the nonfragile ABI with ...
2011-06-21 Sean HuntAttempt to reapply this patch for caching copy assignme...
2011-06-21 Richard SmithFix PR10168: don't warn for unused non-dependent variab...
2011-06-21 Chandler CarruthFix a missing space noticed by matthewbg in code review.
2011-06-21 Richard SmithFirst part of PR9968: the __range variable in a depende...
2011-06-21 Chandler CarruthFix some grammar nits in the comments from Nick.
2011-06-21 Chandler CarruthRevert r133526 which re-orders the suggestions for...
2011-06-21 Sean HuntUnbreak the CMake build
2011-06-21 John McCallFix the mangling of dependent-scope decl ref expression...
2011-06-21 Bob WilsonFix a case that I missed in r133550.
2011-06-21 Bob WilsonMake InitHeaderSearch::AddPath and HeaderSearchOptions...
2011-06-21 Daniel DunbarDriver/Darwin: Fixup version check for -object_path_lto...
2011-06-21 Bob WilsonFix the default libc++ header search path to be sysroot...
2011-06-21 Bob WilsonFix cut-and-paste error: --stdlib is an alias for ...
2011-06-21 Daniel DunbarDriver/Darwin: When invoking the linker, automatically...
2011-06-21 Daniel DunbarDriver: Factor out IsUsingLTO helper function.
2011-06-21 Argyrios Kyrtzidis[arcmt] Merge 'removeEmptyStatements' and 'removeDeallo...
2011-06-21 Argyrios Kyrtzidis[arcmt] Break apart Transforms.cpp.
2011-06-21 Fariborz Jahanianobjc-arc: Add support for unbridged cast of
2011-06-21 Daniel DunbarIRgen: Add a -fuse-register-sized-bitfield-access optio...
2011-06-21 Daniel DunbarBasic: Add TargetInfo::getRegisterWidth hook.
2011-06-21 Daniel DunbarIRgen: Add CGOptions to CGTypes.
2011-06-21 Fariborz Jahanian^cat^cast^
2011-06-21 Douglas GregorA few tweaks to MaterializeTemporaryExpr suggested...
2011-06-21 Fariborz JahanianAdd comment before CheckObjCARCConversion is called on
2011-06-21 Chandler CarruthSwitch the order of the notes for the parentheses sugge...
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...
next