]> granicus.if.org Git - clang/shortlog
clang
2012-12-17 Benjamin KramerRevert "Added support for new property helpers (GNUstep...
2012-12-17 David ChisnallAdded support for new property helpers (GNUstep runtime).
2012-12-17 Daniel JasperAdd basic support for splitting before function calls...
2012-12-17 Dmitry Vyukovtsan: correct llvm libc++ name
2012-12-17 Daniel JasperFix several formatting problems.
2012-12-17 Dmitry Vyukovtsan: add __has_feature(thread_sanitizer)
2012-12-17 Dmitry Vyukovtsan: update docs
2012-12-17 Chandler CarruthClean up a small (messy) section of Clang's release...
2012-12-17 Bill SchmidtThis patch fixes PR13624, which notes a 64-bit PowerPC...
2012-12-17 Nico WeberIdentifierResolver: Remove an unnecessary include and...
2012-12-16 Dmitri GribenkoDocumentation: add a missing word
2012-12-16 Dmitri GribenkoClang ReleaseNotes: add information about documentation...
2012-12-16 Dmitri GribenkoDocumentation: AutomaticReferenceCounting.rst: use...
2012-12-16 Craig TopperDon't use SourceLineCache in getColumnNumber if LastLin...
2012-12-16 Sean Silvadocs: Fix completely broken adornment structure.
2012-12-15 Dmitri GribenkoDocumentation: random cleanups. Use monospaced font...
2012-12-15 Dmitri GribenkoDocumentation: convert InternalsManual.html to reST
2012-12-15 Dmitri GribenkoDocumentation: LanguageExtensions.rst: convert link...
2012-12-15 Will Dietz[ubsan] Emit branch weight metadata to hint towards...
2012-12-15 Jordan RoseDocs: redirect "static analysis extensions" section...
2012-12-15 Jordan RoseRemove old description of analyzer internals from publi...
2012-12-14 Anton Yartsevfixed line endings
2012-12-14 Anton Yartsevadded post-statement callback to CXXNewExpr and pre...
2012-12-14 Argyrios KyrtzidisDon't hit an assertion failure when calculating the...
2012-12-14 Anna Zaks[analyzer] Propagate the checker's state from checkBran...
2012-12-14 Anna Zaks[analyzer] Refactor: Store visited Decls instead of...
2012-12-14 Edwin VaneStyle and Doc fix for CommonOptionsParser
2012-12-14 Argyrios Kyrtzidis[preprocessor] For errors at a function macro invocatio...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-14 Nico WeberDon't require a space between the two ">" in "vector...
2012-12-14 NAKAMURA TakumiTargets.cpp: [cygwin] Add the predefined macro "_X86_...
2012-12-14 Argyrios KyrtzidisHave Sema::ActOnStartOfFunctionDef return the declarati...
2012-12-14 Argyrios KyrtzidisRemove code from Sema::ActOnStartOfFunctionTemplateDef...
2012-12-14 Nico Weberfix another spello
2012-12-14 Nico Weberfix spello
2012-12-14 NAKAMURA Takumiclang/test/CodeGenCXX/lambda-expressions.cpp: Relax...
2012-12-14 Ted KremenekRefactor dump methods to make RegionBindingsRef printab...
2012-12-14 Nadav RotemMake the test less sensitive to the inline threshold.
2012-12-13 Eli FriedmanMake sure the __invoke function for lambdas returns...
2012-12-13 David BlaikieDebug Info: Emit vtables pointer members as artificial.
2012-12-13 Argyrios Kyrtzidis[PCH] Make the new PCH format (control block) backwards...
2012-12-13 Rafael EspindolaAdd support for current Ubuntu Quantal and the upcoming...
2012-12-13 Nadav RotemRevert 170049 because it fails with an assertion on...
2012-12-13 Jordan Rose[analyzer] Fix doc error (wrong param name) in ObjCSupe...
2012-12-13 NAKAMURA TakumiUpdate CMake build corresponding to r170135.
2012-12-13 Roman DivackyDont use/link ARCMT, StaticAnalyzer and Rewriter to...
2012-12-13 Dmitri GribenkoDocumentation: add AutomaticReferenceCounting.rst to...
2012-12-13 Dmitri GribenkoDocumentation: convert AutomaticReferenceCounting.html...
2012-12-13 Alexander KornienkoRename StmtDumper to ASTDumper.
2012-12-13 Guy BenyeiRemove little endian specification from SPIR data layou...
2012-12-13 Richard SmithPoint a hyperlink back to where it was before it got...
2012-12-13 Richard Smithubsan: Add -fsanitize=bool and -fsanitize=enum, which...
2012-12-13 Richard SmithSimplify. No functionality change.
2012-12-13 Rafael EspindolaInitial support for FreeBSD on ARM.
2012-12-13 Jordan Rose[analyzer] Generalize ObjCMissingSuperCallChecker.
2012-12-13 Eli FriedmanUsing CanQualType::getAs<ArrayType> is unsafe; fix...
2012-12-13 Sean Silvadocs: More reST conversion.
2012-12-13 Anna Zaks[analyzer] Fix a self-init checker false positive.
2012-12-13 Fariborz Jahanianobjc: DOn't complain if a (SEL) expression is typecast
2012-12-13 Eli FriedmanAdd missing check for error return from DefaultLvalueCo...
2012-12-13 Eli FriedmanMore hacking on mapDiagnosticRanges to make it handle...
2012-12-12 Sean Silvadocs: Convert some docs to reST.
2012-12-12 Daniel Dunbardocs: Another test commit (sphinx autoupdating).
2012-12-12 Daniel Dunbardocs: Test commit (sphinx autoupdating).
2012-12-12 Sean Silvadocs: Initial Sphinx setup for Clang.
2012-12-12 Argyrios Kyrtzidis[arcmt] When capturing ARC errors, have a sanity check...
2012-12-12 Argyrios Kyrtzidis[objc] For the ARC error that is emitted when a synthes...
2012-12-12 Chad Rosier[ms-inline asm] Test case for r170037.
2012-12-12 John McCallRewrite calls to bitcast unprototyped functions when...
2012-12-12 Chad Rosier[driver] Don't warn about an unused -flto option.
2012-12-12 Jordan Rose[analyzer] Don't crash running destructors for multidim...
2012-12-12 Chad RosierMarking the objc_autoreleaseReturnValue and objc_retain...
2012-12-12 Benjamin KramerPR14581: Make SourceLocation::printToString work, or...
2012-12-12 Manuel KlimekSpeeds up parsing of global declarations in cases where...
2012-12-12 NAKAMURA Takumiclang/lib/Driver/Driver.cpp: Split COMPILER_PATH accord...
2012-12-12 Richard SmithDon't warn about disabled macro expansion if we see...
2012-12-12 Argyrios Kyrtzidis[libclang] Make sure tokens from preprocessor directive...
2012-12-12 Richard TrieuFix line ending is tests. No functional change.
2012-12-12 NAKAMURA Takumiclang/test: Suppress two tests on win32 for now, since...
2012-12-11 Douglas GregorTry to fix Win32 failures
2012-12-11 Douglas GregorDon't use 'touch' in this test; it may be the cause...
2012-12-11 Douglas GregorUse @import rather than @__experimental_modules_import...
2012-12-11 Guy BenyeiAdd SPIR32/SPIR64 targets to Clang
2012-12-11 Hal FinkelAdd -fslp-vectorize to enable bb-vectorize
2012-12-11 Fariborz Jahanianobjective-C blocks: Check for record type when deciding if
2012-12-11 Douglas GregorDon't complain about incomplete implementations for...
2012-12-11 Benjamin KramerSpeed up looking up static diagnostic infos.
2012-12-11 Chad Rosier[driver] Add the -ftree-vectorize flag as a alias of...
2012-12-11 Matt Beaumont-GayFix a copypasto bug. Also rename the parameter in quest...
2012-12-11 Chad Rosier[driver] Add the -fvectorize flag to enable the loop...
2012-12-11 Alexander KornienkoStmtDumper coding style changes
2012-12-11 Alexander KornienkoRename StmtDumper::DumpSubTree() to dumpStmt()
2012-12-11 Argyrios KyrtzidisExtend stat query APIs to explicitly specify if the...
2012-12-11 Argyrios Kyrtzidis[PCH] Remove redundant stat call when validating the...
2012-12-11 Argyrios Kyrtzidis[PCH] When writing out the list of input files, avoid...
2012-12-11 NAKAMURA Takumiclang/test/Driver/linker-opts.c: Fix XFAIL that I remov...
2012-12-11 NAKAMURA Takumiclang/test/Driver/debug-options-as.c: Fixup not to...
2012-12-11 NAKAMURA Takumiclang/test/Driver: Introduce the feature "clang-driver...
2012-12-11 NAKAMURA TakumiBackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 Rafael EspindolaAdd tests for a corner case of when to relax all instru...
next