]> granicus.if.org Git - clang/shortlog
clang
2012-04-16 Fariborz Jahanianobjective-c modern translator: buildit objc bool
2012-04-16 Argyrios Kyrtzidis[libclang] Spelling range for a objc category should...
2012-04-16 Duncan SandsRemove support for -fast-math metadata for the moment.
2012-04-16 Eli FriedmanPer Richard's comments on r154794, add the checks neces...
2012-04-16 Rafael EspindolaRevert r154749 for now at John McCall's request.
2012-04-16 Douglas GregorImplement the last part of C++ [class.mem]p2, delaying...
2012-04-16 Rafael EspindolaUse ordering and the explicit visibility bit instead...
2012-04-16 David BlaikieReadd lost "undef BUILTIN" to fix the build.
2012-04-16 Duncan SandsGenerate fpmath metadata when -ffast-math. Note that...
2012-04-16 Sirish PandeHexagon V5(Floating Point) support.
2012-04-16 Rafael EspindolaRemove unused method.
2012-04-16 Duncan SandsAdjust for LLVM name tweaks requested by Chandler.
2012-04-16 Rafael EspindolaAdd another constructor to LVFlags and use it to simpli...
2012-04-16 Douglas GregorImplement C++11 [expr.prim.general]p3, which permits...
2012-04-16 Eli FriedmanAdd note to hacking.html that running the test harness...
2012-04-16 Eli FriedmanMake constant evaluation for pointer comparisons work...
2012-04-16 Sebastian Popuse DEFAULT_SYSROOT
2012-04-16 Francois PichetThe result of the Microsoft __uuidof operator must...
2012-04-16 Eli FriedmanPropagate alignment on lvalues through EmitLValueForFie...
2012-04-16 Nick LewyckyAdd 'env' in hopes of making this test pass on Windows.
2012-04-16 Nick LewyckyImplement the all_lookups_iterator for PCH as a follow...
2012-04-15 Sylvestre LedruLike for LLVM / shlib, we also provide a SONAME to...
2012-04-15 Craig TopperChange _mm256_permute4x64_epi64 and _mm256_permute4x64_...
2012-04-15 David BlaikieFix tests that weren't actually verifying anything.
2012-04-15 David BlaikieCorrect indentation
2012-04-15 Gregory Szorc[clang.py] Implement TypeKind.spelling
2012-04-15 Duncan SandsUse MDBuilder to help with metadata creation.
2012-04-15 Benjamin KramerUse forward declarations for ASTDeclContextNameLookupTa...
2012-04-15 Benjamin KramerActually, this tree isn't necessarily binary.
2012-04-15 Benjamin KramerRecursively delete rewrite rope nodes when tearing...
2012-04-15 Seth Cantrell%clang -cc1 -> %clang_cc1
2012-04-15 Richard SmithPR12226: don't generate wrong code if a braced string...
2012-04-14 Fariborz Jahanianobjective-c modern translator: Make metadata
2012-04-14 Anna Zaks[analyzer] Add .cxx and .txx as known file extensions...
2012-04-14 Rafael EspindolaConsider visibility attributes last, so that they take...
2012-04-14 Benjamin KramerReplace manual delete[] with OwningArrayPtr.
2012-04-14 Benjamin KramerDon't leak vtable thunks.
2012-04-14 Benjamin KramerDelete late parsed attributes instead of leaking them.
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-14 Benjamin KramerParser: Don't manage TemplateAnnotationIds in a delayed...
2012-04-14 Benjamin KramerASTUnit: Don't clone the new DiagnosticConsumer, causin...
2012-04-14 Benjamin Kramerc-index-test: dispose spelling string after use.
2012-04-14 Benjamin KramerDirectly store TypoResultsMaps in the TypoEditDistanceM...
2012-04-14 Richard SmithAdd an AttributedStmt type to represent a statement...
2012-04-13 Benjamin KramerDelete the TypoResultsMap when erasing the pointer...
2012-04-13 John McCallDon't enter cleanups for unreachable variables. It...
2012-04-13 Fariborz Jahanianmodern objective-c translator: Fixes translation of
2012-04-13 Benjamin KramerAvoid string thrashing when we can concatenate them...
2012-04-13 John McCallSerialize and deserialize some missing bits from BlockDecl.
2012-04-13 Douglas GregorKill the last vestiges of clangIndex
2012-04-13 Douglas GregorRemove clangIndex reference from clang-interpreter...
2012-04-13 Douglas GregorRemove the unused, unmaintained, incomplete 'Index...
2012-04-13 Fariborz Jahanianmodern objective-c translator: When translating
2012-04-13 Douglas GregorMake control flow more explicit for rebuilding property...
2012-04-13 Douglas GregorRemove the -cc1-level option "-pubnames-dump". Such...
2012-04-13 Douglas Gregorsuper and class property reference expressions don...
2012-04-13 Anton KorobeynikovFirst set of tests for ARM homogenous aggregates. C...
2012-04-13 Anton KorobeynikovStep forward with supporting of ARM homogenous aggregates:
2012-04-13 Richard SmithImplement __atomic_fetch_nand and __atomic_nand_fetch...
2012-04-13 Richard SmithPR12500: Improve the wording of the diagnostic for...
2012-04-13 Seth CantrellSupport -Wc++98-compat-pedantic as requested:
2012-04-13 Richard Smithall-std-headers.cpp: Include the C++11 headers when...
2012-04-13 John McCallFix a trivial oversight with apple-kext static local...
2012-04-13 Richard SmithMention atomics support in the release notes.
2012-04-13 John McCallWhen we're flagging a protected scope to prevent jumps...
2012-04-13 Richard SmithNow that we provide sufficient support for three C11...
2012-04-13 Seth CantrellC++11 no longer requires files to end with a newline
2012-04-13 Richard SmithImplement the missing pieces needed to support libstdc...
2012-04-12 Fariborz Jahanianobjective-c modern translator: beautify rewrite of
2012-04-12 Daniel DunbarConfig.h: Add another definition which the Darwin build...
2012-04-12 David BlaikieWarn on 64-to-32 for source value of x bits where 64...
2012-04-12 Anna Zaks[analyzer] PCH deserialization optimization.
2012-04-12 Anna Zaks[analyzer] Test case for r154451 (redefining system...
2012-04-12 Fariborz Jahanianobjective-c literals: Issue warning and ignore
2012-04-12 Douglas Gregors/isAtomicConversion/tryAtomicConversion/g, per Jordy...
2012-04-12 Douglas GregorFix some i1/i8 confusion within _Atomic(bool) in IR...
2012-04-12 Ted KremenekInclude lambda capture init expressions in CFG.
2012-04-12 Ted KremenekAdd -Wuninitialized test for C++11 lambdas.
2012-04-12 Ted KremenekFix CFGBuilder to not include the body of a LambdaExpr...
2012-04-12 Simon AtanasyanMIPS: Initialize MIPS CPU's name by default value.
2012-04-12 Douglas GregorCompute standard conversion sequences for conversions...
2012-04-12 Fariborz Jahanianobjective-c numeric literal: type of boolean is
2012-04-12 Fariborz Jahanianmodern objective-c translator. ifdef'out
2012-04-12 Chad RosierFix the signatures for the _mm256_storeu2_* intrinsics.
2012-04-12 Erik VerbruggenChanged all direct calls to CompletionConsumer.reset...
2012-04-12 Erik VerbruggenAdded a flag to the parser to skip method bodies.
2012-04-12 Nick LewyckyThere's some code in the PCH reader that looks like...
2012-04-12 Richard SmithImplement support for 18 of the GNU-compatible __atomic...
2012-04-12 Eric ChristopherThese functions too have no prototypes. Audited the...
2012-04-12 Eric ChristopherTestcase for previous commit.
2012-04-12 Eric Christopherstatic functions have a need for mangled name debug...
2012-04-12 Eric ChristopherThe copy and destroy helper functions aren't prototyped...
2012-04-12 Ted KremenekImplement clang_getDiagnosticCategoryText() to provide...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a mis-translation...
2012-04-11 Eli FriedmanAdd test for a construct we currently reject, constant...
2012-04-11 Anna Zaks[analyzer] Another dynamic_cast false positive/negative.
2012-04-11 Anna Zaks[analyzer] dynamic_cast Simplify null value generation.
2012-04-11 Anna Zaks[analyzer] Better test cases for explaining where track...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a translation...
2012-04-11 Richard SmithPart of PR10101: after a parse error in a declaration...
next