]> granicus.if.org Git - clang/shortlog
clang
2012-04-19 Patrick BeardAdded equivalent method calls in examples.
2012-04-19 Richard SmithFormatting fix.
2012-04-19 David BlaikieAdd SmallVectorImpl Visual Studio visualizer. Patch...
2012-04-19 David BlaikieFix a broken link. Patch by Nikola Smiljanic.
2012-04-19 DeLesley HutchinsRefactor the thread safety analysis so that it is easie...
2012-04-19 Fariborz Jahanianobjective-c modern translator: Further improving the...
2012-04-19 DeLesley HutchinsThread safety analysis: split warnings into two groups...
2012-04-19 Patrick BeardClarified encoding of boxed C strings, balanced all...
2012-04-19 Manuel KlimekAdds a unit test for the RecursiveASTVisitor.
2012-04-19 Francois PichetFix a comment.
2012-04-19 Richard SmithAdd missing -Wc++98-compat warnings for initializer...
2012-04-19 Rafael EspindolaIn mergeVisibility, if we already have an explicit...
2012-04-19 Rafael EspindolaIn mergeVisibilityWithMin, let an implicit hidden symbo...
2012-04-19 Rafael EspindolaNow that we check visibility attributes in an appropria...
2012-04-19 Rafael EspindolaCheck ConsiderGlobalVisibility before using -fvisibility.
2012-04-19 Rafael EspindolaThe explicit bit in LV already tracks exactly the same...
2012-04-19 Rafael EspindolaMove the point in the code where we handle -fvisibility...
2012-04-19 Rafael EspindolaMake setVisibility private and change users to mergeVis...
2012-04-19 Patrick BeardChanged title.
2012-04-19 Patrick BeardChanged wording of availability.
2012-04-19 Fariborz Jahanianmodern objective-c translator: Fix writing a spurious...
2012-04-19 Patrick BeardImplements boxed expressions for Objective-C. <rdar...
2012-04-19 Richard SmithPR 12586: Fix assert while running libc++ testsuite...
2012-04-18 Chandler CarruthRevert some Hexagon builtin commits to match reverts...
2012-04-18 Fariborz Jahanianobjective-c: Issue diagnostic when an implicit
2012-04-18 Matt Beaumont-GaySuppress -Wunused-variable warning in -Asserts build
2012-04-18 Benjamin KramerVerifyICE: Pass PartialDiagnostics by reference.
2012-04-18 Simon AtanasyanMIPS: Followup to r154606. Expand list of accepted...
2012-04-18 Gabor Greiffix GCC version comparison wrt. equal patch suffices...
2012-04-18 Manuel KlimekAdds a FixedCompilationDatabase to be able to specify...
2012-04-18 Ted KremenekFix bad typo reported by I-Jui Sung.
2012-04-18 Francois PichetAs per John McCall comment:
2012-04-18 Seth Cantrellfix display of source lines with null characters
2012-04-18 Seth CantrellNicer display of unprintable source, and fix caret...
2012-04-18 Rafael EspindolaCalling setVisibility directly only makes (some) sense...
2012-04-17 Richard SmithPR12569: Instantiate exception specifications of explic...
2012-04-17 Seth CantrellRevert "Nicer display of unprintable source, and fix...
2012-04-17 Matt Beaumont-Gayadd missing parameter index to diag
2012-04-17 Seth Cantrellfix display of source lines with null characters
2012-04-17 Seth CantrellNicer display of unprintable source, and fix caret...
2012-04-17 Rafael EspindolaSimplify calls to mergeVisibility* by passing in the...
2012-04-17 Fariborz Jahanianobjective-c modern translation. Correct rewriting of
2012-04-17 Sirish PandeTypo fix.
2012-04-17 Manuel KlimekSwitches the JSONCompilationDatabase to use the YAML...
2012-04-17 Sirish PandeFix to avoid warning. Also add header, and lincense...
2012-04-17 Francois PichetEmulate a MSVC bug where the creation of pointer-to...
2012-04-17 Gabor Greiffix a typo
2012-04-17 Craig TopperConvert vperm2f128 and vperm2i128 intrinsics back to...
2012-04-17 Eli FriedmanAttempt to fix test.
2012-04-17 Ted KremenekChange ExprEngine::shouldInlineDecl() to be defensive...
2012-04-17 Chad RosierFix case where the alignment is overaligned, per Eli...
2012-04-17 Richard SmithLink to a tiny patch to libstdc++-4.7 to work around...
2012-04-17 Richard SmithImplement DR1330 in C++11 mode, to support libstdc...
2012-04-17 Chad RosierMake sure EmitMoveFromReturnSlot is passing the correct...
2012-04-16 Eric ChristopherTypo.
2012-04-16 Fariborz JahanianModern objective-c translator:'self' used inside
2012-04-16 Argyrios Kyrtzidis[libclang] Make sure that when we have multiple @class...
2012-04-16 Fariborz Jahanianmodern objective-c translator: translation of implicit
2012-04-16 Anna Zaks[analyzer] Fix a false alarm in SelfInitChecker (radar...
2012-04-16 Anna Zaks[analyzer] +comments
2012-04-16 Anna Zaks[analyzer] Fixup for a test case.
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...
next