]> granicus.if.org Git - clang/shortlog
clang
2012-01-26 Joerg SonnenbergerRemove the ToolTriple logic in NetBSD, which was comple...
2012-01-26 Bob WilsonMake clz/ctz builtins defined for zero on ARM targets...
2012-01-26 Joerg SonnenbergerRemove obviously incorrect branch.
2012-01-26 Joerg SonnenbergerKeep track of the original target the user specified...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2012-01-26 Fariborz Jahanianobjc-arc: introduce -no-finalize-removal which in gc...
2012-01-26 John McCallDon't suppress access-control or invalid-type diagnosti...
2012-01-26 Douglas GregorTry harder to get X7 defined
2012-01-26 Argyrios KyrtzidisChange HasMutableFields to HasOnlyCMembers and consider...
2012-01-26 Douglas GregorDon't separately serialize the list of instance variabl...
2012-01-26 Douglas GregorForce layout of more of the unions and structures in...
2012-01-26 Fariborz Jahanianobjc: 'id' and block pointer compare in mergeTypes is
2012-01-26 NAKAMURA TakumiAST/ExprConstant.cpp: Silence a warning on ms cl.exe...
2012-01-26 Chandler CarruthSuppress any warnings from this test. They aren't inter...
2012-01-26 Douglas GregorExtend the ExternalASTSource interface to allow the...
2012-01-26 Eric ChristopherUse createRecordFwdDecl here since that's what we're...
2012-01-26 Eric ChristopherRevert previous patch unifying all of the C++ record...
2012-01-26 Bob WilsonFix a minor bug in r148582, which made -ccc-host-triple...
2012-01-26 Eric ChristopherRemove another duplicated variable.
2012-01-26 Richard Smithconstexpr: evaluate (bool)&x as true when x is a local...
2012-01-26 Argyrios KyrtzidisRemove the headers now that ::close() is not used.
2012-01-26 Argyrios KyrtzidisIn FixItRewriteToTemp::RewriteFilename don't try to...
2012-01-26 Anna Zaks[analyzer] The CFContainer test should only be run...
2012-01-26 NAKAMURA TakumiRewrite/FrontendActions.cpp: Tweak to unbreak msvc.
2012-01-26 Bob WilsonRevert r148249: "Make the auto-detection hack for the...
2012-01-26 Peter CollingbourneImprove efficiency of Sema::MaybeBindToTemporary by...
2012-01-26 Peter CollingbourneSimplify {Record,Enum}Type::classof.
2012-01-26 Peter CollingbourneAdjust CLANG_BUILD_EXAMPLES to mean whether the example...
2012-01-26 Peter CollingbourneUse function pointers, rather than references, to pass...
2012-01-26 Douglas GregorAdd missing include of <unistd.h>
2012-01-26 Eli FriedmanAdd an additional testcase for a lambda with implicit...
2012-01-26 Ted KremenekPost link to checker-260, which is checker-259 with...
2012-01-26 Eli FriedmanRefactor to share code for handling return statements...
2012-01-26 Argyrios KyrtzidisIntroduce 3 new fixit options:
2012-01-26 Chris Lattnerfix to go along with an llvm change: VMCore now returns...
2012-01-26 Ted KremenekEnable several checkers under --analyze for general...
2012-01-26 Eric ChristopherTidy and remove some unused variables.
2012-01-26 Rafael EspindolaFix our handling of #pragma GCC visibility.
2012-01-26 Eric ChristopherCollect this information together. No reason to have...
2012-01-26 Eric ChristopherRefactor into its own function.
2012-01-26 Chandler CarruthReintroduce r148981 with significantly improved regress...
2012-01-26 NAKAMURA TakumiStaticAnalyzer/Checkers: Fix CMake build.
2012-01-26 Anna Zaks[analyzer] Add an AST checker that checks for a common...
2012-01-26 Fariborz Jahanianobjc: allow block pointer matching 'id' type when
2012-01-26 Eli FriedmanSlight refactoring; catch yet another case where we...
2012-01-26 Fariborz Jahanianarc migrator: Added an option to the migrator
2012-01-25 Ted KremenekRework flushing of diagnostics to PathDiagnosticConsume...
2012-01-25 Eli FriedmanDon't stack-allocate an IntegerLiteral which can be...
2012-01-25 Argyrios KyrtzidisRevert r148981 because it fails test/Driver/freebsd.c
2012-01-25 Eli FriedmanAdd some ABI tweaks for i386-pc-win32 triple so that...
2012-01-25 Eli FriedmanImprove the error message slightly for files that aren...
2012-01-25 Eli FriedmanFix a crash involving a multi-dimensional dependent...
2012-01-25 Ted KremenekPost open source analyzer build checker-259.
2012-01-25 Richard Smithconstexpr: add support for anonymous struct and union...
2012-01-25 Eric ChristopherClean up comment.
2012-01-25 Chandler CarruthTry to unbreak the FreeBSD toolchain's detection of...
2012-01-25 Kaelyn UhrainAllow typo correction to be disabled in BuildOverloaded...
2012-01-25 Chandler CarruthRestore a tiny bit of functionality that I completely...
2012-01-25 Kaelyn UhrainAvoid correcting unknown identifiers to types where...
2012-01-25 Argyrios Kyrtzidis[driver] Do emit the diagnostics when CompilerInvocatio...
2012-01-25 Kaelyn UhrainAdd custom callback object for typo correction in Build...
2012-01-25 Douglas GregorWhen we're substituting into a function parameter pack...
2012-01-25 Chandler CarruthThe Linux pattern of adding all the search paths that...
2012-01-25 Chandler CarruthRemove the 'ToolTriple' concept from the NetBSD toolcha...
2012-01-25 Chandler CarruthDelete still more remnants of the now dead HostInfo...
2012-01-25 Chandler CarruthDelete the driver's HostInfo class. This abstraction...
2012-01-25 Chandler CarruthAdd some really minimalist freebsd testing trees and...
2012-01-25 Jean-Daniel... Add support for const pointer to literal-objc string...
2012-01-25 Chandler CarruthSwitch the ToolChain types to all store a Driver refere...
2012-01-25 NAKAMURA Takumitest/CodeGen/avx-builtins.c: Fix more for -Asserts.
2012-01-25 NAKAMURA TakumiFixup r148926, for -Asserts.
2012-01-25 Chandler CarruthRemove the TargetTriple object that I added to the...
2012-01-25 Chandler CarruthHave FreeBSD use even more of the same smarts as Linux...
2012-01-25 Chandler CarruthSwitch FreeBSD to just include both '/usr/lib32' and...
2012-01-25 Chandler CarruthSwitch the Linux C++ standard library header search...
2012-01-25 Chandler CarruthMake a major refactoring to how the GCC installation...
2012-01-25 Craig TopperRe-enable test that was broken by r148919
2012-01-25 Ted KremenekFix -fmacro-backtrace-limit=0 to show the entire macro...
2012-01-25 Chris Lattnerdisable this test for now.
2012-01-25 Chris Lattnerreapply r148902:
2012-01-25 Chris Lattnerfix broken testcase.
2012-01-25 Eli FriedmanFix a crash for an edge case of the GNU ?: extension.
2012-01-25 Eli FriedmanFix r148920 to what I actually meant to commit.
2012-01-25 Eli FriedmanAdd missing check for placeholders.
2012-01-25 Craig TopperRepresent 256-bit unaligned loads natively and remove...
2012-01-25 Argyrios KyrtzidisIn TreeTransform<Derived>::TransformBlockExpr, call...
2012-01-25 Argyrios KyrtzidisRevert 148902 which was part of 148901 which was revert...
2012-01-25 Richard SmithFix PR11848: decree that an alias template contains...
2012-01-25 Eric ChristopherRefactor the record decl forward declaration code a...
2012-01-25 Eric ChristopherTypo.
2012-01-25 Chris Lattneruse the new ConstantVector::getSplat method where it...
2012-01-25 Nick LewyckyWith a little more work in the tentative parse determin...
2012-01-25 Douglas GregorIntroduce a generation number for selector lookups...
2012-01-25 Douglas GregorOnly try to import a definition if there is an definiti...
2012-01-25 Eli FriedmanMake sure we correctly treat __is_convertible_to as...
2012-01-25 Jean-Daniel... Fix test on cygwin (where va_list expands to a differen...
2012-01-25 Douglas GregorWhenever Sema attempts to look in the global method...
2012-01-25 Jean-Daniel... Add "multiple format attributes" support on block.
2012-01-25 Douglas GregorRework the external Sema source's ReadMethodPool()...
2012-01-25 Ted KremenekReduce peak memory usage of the static analyzer on...
next