]> granicus.if.org Git - clang/shortlog
clang
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-20 David BlaikieRevert "Revert "Revert "Revert "DebugInfo: Omit debug...
2013-08-20 Eli FriedmanFix name lookup with dependent using decls.
2013-08-20 Fariborz JahanianObjectiveC migrator: More work towards
2013-08-19 Reid Klecknerclang-cl: Ignore the /wd n flag for disabling a warning
2013-08-19 Jordan Rose[analyzer] Note that deadcode.UnmodifiedVariable would...
2013-08-19 Reid Klecknerclang-cl: Add /MP[n] to the list of unsupported and...
2013-08-19 Juergen RibutzkaFix last commit.
2013-08-19 Juergen RibutzkaSimplify code by using CreateMemTemp. No functional...
2013-08-19 Eli FriedmanHandle init lists and _Atomic fields.
2013-08-19 Richard SmithPR16727: don't try to evaluate a potentially value...
2013-08-19 Fariborz JahanianObjectiveC migrator: Start inserting
2013-08-19 David BlaikiePR16933: Don't try to codegen things after we've seen...
2013-08-19 Robert Wilhelmconst'ify Sema::ActOnCompoundStmt by
2013-08-19 Bob WilsonBump the value of the __APPLE_CC__ predefined macro...
2013-08-19 Fariborz JahanianObjectiveC migrator. Start auditing CF functions
2013-08-19 Michael GottesmanRevert "Revert "Revert "DebugInfo: Omit debug info...
2013-08-19 David BlaikieSimplify assert-neutral matching in test case.
2013-08-19 Hans Wennborgclang-cl: Expose the -Xclang option
2013-08-19 Jordan Rose[analyzer] Add a triple to test/Analysis/cfg.cpp
2013-08-19 Jordan Rose[analyzer] Don't run unreachable code checker on inline...
2013-08-19 Jordan Rose[analyzer] Add "unmodified variable" checker to the...
2013-08-19 Jordan Rose[analyzer] Assume that strings are no longer than SIZE_...
2013-08-19 Jordan RoseOmit arguments of __builtin_object_size from the CFG.
2013-08-19 Dmitri GribenkoUse cstdio instead of stdio.h
2013-08-19 Pavel Labath[analyzer] Fix inefficiency in dead symbol removal
2013-08-19 Alexey SamsonovRe-apply r188666
2013-08-19 Alexey SamsonovFix -Wcovered-switch-default warning from r188664
2013-08-19 NAKAMURA Takumiclang/Driver: [PR12920] Don't forward any -W arguments...
2013-08-19 Alexey SamsonovRevert r188666: it breaks the buildbots
2013-08-19 Alexey SamsonovFix PR16768: properly report malformed sanitizer blackl...
2013-08-19 Daniel Jasperclang-format: Fix return type line break decision.
2013-08-19 Robert LyttonXCore target: Add target specific EmitVAArg
2013-08-19 Robert LyttonXCore target: correct test layout
2013-08-19 Alexey SamsonovExplicitly specify triple in driver test from r188660
2013-08-19 NAKAMURA Takumiclang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak...
2013-08-19 Alexey SamsonovMove SanitizerArgs to the clang Driver
2013-08-19 Robert WilhelmOmit llvm:: before makeArrayRef. We have using directiv...
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Craig TopperFix indentation. No functional change.
2013-08-19 David BlaikieDebugInfo: Do not include line/file info for artificial...
2013-08-19 Craig TopperMake the version of Stmt::operator new that takes ASTCo...
2013-08-19 David MajnemerSema: Remove dead code in CheckTemplateArgumentAddressO...
2013-08-18 Craig TopperRevert r188644 to unbreak buildbots.
2013-08-18 Craig TopperRemove Stmt::operator new that takes a ASTContext*...
2013-08-18 David BlaikieRevert "Revert "DebugInfo: Omit debug info for dynamic...
2013-08-18 Craig TopperRemove throw() from Stmt::operator new so the compiler...
2013-08-18 David BlaikieDebugInfo: Avoid duplicating types that may be created...
2013-08-18 David BlaikieDebugInfo: Don't emit vbase 'containing types' for...
2013-08-18 NAKAMURA TakumiInitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
2013-08-18 Craig TopperMake expression allocation methods use a 'const' refere...
2013-08-18 Dmitri Gribenkolibclang: cleanup unused includes in public header
2013-08-18 Chandler CarruthFix a use-after-free found in libclang when doing code...
2013-08-18 David BlaikieDebugInfo: don't require full definitions for friend...
2013-08-18 NAKAMURA Takumi{c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS...
2013-08-17 David BlaikiePR16927: Don't assert (or, previously, skip) static...
2013-08-17 Juergen RibutzkaFix the name and the type of the argument for intrinisc
2013-08-17 Anton Yartsev+ make scan-build work with Strawberry Perl, ActiveStat...
2013-08-17 Richard SmithFix indentation.
2013-08-17 Richard SmithRefactor all diagnosing of TypoCorrections through...
2013-08-17 Argyrios KyrtzidisRename libIDE to libIndex.
2013-08-17 David BlaikieRevert "DebugInfo: Omit debug info for dynamic classes...
2013-08-16 Fariborz JahanianObjectiveC migrator: Add some more routines
2013-08-16 Rafael EspindolaDon't reject attribute used in an "extern const" variab...
2013-08-16 Ted KremenekUse the number of parameters in the actual method or...
2013-08-16 David BlaikieDebugInfo: Canonicalize namespaces to avoid emitting...
2013-08-16 Benjamin KramerRetainCountChecker: Replace some loops with std:: algor...
2013-08-16 Benjamin KramerReplace some DenseMap keys with simpler structures...
2013-08-16 Ted KremenekRevert r188574. Turns out it isn't needed.
2013-08-16 David BlaikieDebugInfo: Omit debug info for dynamic classes in TUs...
2013-08-16 David BlaikieDebugInfo: Contrain the record type parameter for Colle...
2013-08-16 Fariborz JahanianNeed summary info. about arguments to
2013-08-16 DeLesley HutchinsThread safety analysis: new test case
2013-08-16 Argyrios KyrtzidisIntroduce the clangIDE library.
2013-08-16 Rafael Espindolaclang-format utils/TableGen/TableGen.cpp.
2013-08-16 Samuel BenzaquenRefactor ArgumentAdaptativeMatcher matchers to remove...
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Edwin VaneTweak Replacement comparisons
2013-08-16 Daniel JasperSplit UnwrappedLineFormatter into individual components.
2013-08-16 Evgeniy StepanovRevert r188498.
2013-08-16 David MajnemerParse: Do not 'HandleTopLevelDecl' on templated functions.
2013-08-16 Ted KremenekFix typo pointed out by Jordan.
2013-08-16 Hans WennborgWindows ToolChain: add VS bin dir to PogramPaths
2013-08-16 Jordan Rose[analyzer] Merge TextPathDiagnostics and ClangDiagPathD...
2013-08-16 Eli FriedmanDon't allow unary negation on scoped enums.
2013-08-15 Eli FriedmanFix for dependent contexts in alias templates.
2013-08-15 DeLesley HutchinsThread Safety Analysis: fix bug when using TryLock...
2013-08-15 David BlaikieDebugInfo: CollectRecordStaticField -> CreateRecordStat...
2013-08-15 David BlaikieRemove unnecessary explicit cast.
2013-08-15 David BlaikieDebugInfo: Split out the implementation of getStaticDat...
2013-08-15 Fariborz JahanianObjetiveC migrator: fix the test in my last patch
2013-08-15 David BlaikieFix assert added in r188494
2013-08-15 Eli FriedmanProperly track l-paren of a CXXFucntionalCastExpr.
2013-08-15 David BlaikieDebugInfo: Remove unused conditional
2013-08-15 Fariborz JahanianObjectiveC migrator. Start annotating CF functions
2013-08-15 David BlaikieDebugInfo: Make CGDebugInfo::getStaticDataMemberDeclara...
2013-08-15 David BlaikieDebugInfo: Add a FIXME, remove a FIXME.
2013-08-15 Renato Golinmake arm-use-movt available for all ARM
next