]> granicus.if.org Git - clang/shortlog
clang
2013-12-10 Fariborz JahanianObjectiveC. Provide a property-dot syntax for fixit
2013-12-10 David Fangstyle fix
2013-12-10 David Fangdarwin asm driver: suppress -Q for -no-integrated-as...
2013-12-10 Fariborz JahanianObjective-C. Minor change to a diagnostic.
2013-12-10 Chad Rosier[AArch64] Refactor the NEON floating-point absolute...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON signed/unsigned floating...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned floating-point...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned integer convert...
2013-12-10 Justin BognerParse: Avoid crashing on unterminated top-level asm...
2013-12-10 Richard SmithTiny cleanup, as suggested by David Blaikie.
2013-12-10 Sergey MatveevRewrite docs/LeakSanitizer.rst. Add it to index.
2013-12-10 Ted KremenekRename attribute 'objc_suppress_protocol_methods' to...
2013-12-10 Ted KremenekEnhance attribute machinery to include ObjCProtocols...
2013-12-10 Richard SmithAdd a triple to this IRgen test to unbreak the ARM...
2013-12-10 Fariborz JahanianImprove on an objc_bridge_related diagnostic.
2013-12-10 David PeixottoMake the -via-file-asm an InternalDebugOpt
2013-12-10 Argyrios Kyrtzidis[Driver] Rename '-objcmt-white-list-dir-path' option...
2013-12-10 Argyrios Kyrtzidis[objcmt] Add a modernization option to infer and sugges...
2013-12-10 Argyrios Kyrtzidis[AST] In ObjCInterfaceDecl::isDesignatedInitializer...
2013-12-10 Reid KlecknerUpdate clang MS inline asm tests for r196939
2013-12-10 Jordan Rose[analyzer] Misc. tidying in IdenticalExprChecker.
2013-12-10 Jordan Rose[analyzer] Extend IdenticalExprChecker to check ternary...
2013-12-10 Chad Rosier[AArch64] Refactor the redundant code in the EmitAArch6...
2013-12-10 Fariborz JahanianObjective-C. Provide fixit's for objc_bride_related
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Alexander KornienkoRemove IndentBlocks, which sneaked winto the previous...
2013-12-10 Alexander KornienkoEarly attempts to format in GNU style.
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Alp Tokerclang-format-diff.py: Support -regex filter and more...
2013-12-10 NAKAMURA Takumi[CMake] Update target_link_libraries() and LLVM_LINK_CO...
2013-12-10 NAKAMURA TakumiAdd ObjCARCOpts to LINK_COMPONENTS.
2013-12-10 Tim NorthoverDarwin: update clang test to new iOS default version...
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-10 Alexander KornienkoAllow predefined styles to define different options...
2013-12-10 Alexander KornienkoTrivial change: added 'using clang::format::FormatStyle;'
2013-12-10 Alexander KornienkoSupport GNU style rule to put a space before opening...
2013-12-10 Richard SmithRegenerate DR status page.
2013-12-10 Richard SmithImplement DR1460: fix handling of default initializers...
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-10 NAKAMURA TakumiRevert r196859, "Use llvm::sys::path::append to concate...
2013-12-10 NAKAMURA Takumi[CMake] clang/lib: Prune redundant dependencies.
2013-12-10 Dmitri GribenkoTry to fix the test for Windows paths after r196859
2013-12-10 Warren Hunt[ms-abi] 64-bit fixes for r196549
2013-12-10 Dmitri GribenkoUse llvm::sys::path::append to concatenate paths
2013-12-10 Rafael EspindolaTake into consideration calling convention when process...
2013-12-10 David PeixottoFix via-file-asm test failure on windows
2013-12-10 David MajnemerSema: Enforce C++11 pointer-to-member template argument...
2013-12-09 Reid KlecknerFix return of empty range in MSAsmStmt::children
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Fariborz JahanianObjective-C: Improve on various diagnostics related to
2013-12-09 NAKAMURA Takumi[CMake] clangSema doesn't depend on LLVM CodeGen any...
2013-12-09 NAKAMURA Takumi[CMake] clang/lib: Satisfy dependencies to add *actuall...
2013-12-09 NAKAMURA Takumi[CMake] clangDriver: Move LLVM stuff in target_link_lib...
2013-12-09 NAKAMURA Takumiclang/test/lit.cfg: Remove get_llc_props. check-clang...
2013-12-09 Rafael EspindolaSave another call to GetAddrOfFunction.
2013-12-09 Rafael EspindolaWhen we decide to output a deferred decl, remember...
2013-12-09 Rafael EspindolaOutput destructors and constructors in a more natural...
2013-12-09 Daniel Jasperclang-format: Be more conservative about braced list...
2013-12-09 Alp TokerRemove old -fdiagnostics-show-name option
2013-12-09 Alp TokerMake the -Wkeyword-compat diag message more accurate
2013-12-09 David Majnemer[-cxx-abi microsoft] Mangle large integral constants...
2013-12-09 Richard SmithVersions of GCC newer than 4.8 exist these days =)
2013-12-09 Richard SmithMinor cleanup and reorg of C++ status page.
2013-12-09 Richard SmithUpdate compatibility page to list some GCC language...
2013-12-09 Serge PavlovAvoid extra error messages if method definition is...
2013-12-09 Rafael EspindolaAvoid adding some decls to DeferredDeclsToEmit.
2013-12-09 David Majnemer[-cxx-abi microsoft] Properly mangle enums
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Faisal ValiRename a variable that I missed in the previous refacto...
2013-12-09 Alp TokerEliminate the last remaining header NDEBUG
2013-12-08 Alp TokerRemove an old stdio.h include from the invalid-array...
2013-12-08 Alp TokerFix three tests that weren't checking anything
2013-12-08 Alp TokerRe-enable verification of test and update outdated...
2013-12-08 Alp TokerRe-enable ms inline asm parser test.
2013-12-08 Alp TokerRemove all DISABLE lines from tests
2013-12-08 Alp TokerThere's no such thing as %clang_cc1_only
2013-12-08 Alp TokerFix a test that hasn't worked since 2007
2013-12-08 Alp TokerRemove duplicated -cc1 in tests
2013-12-08 Rafael EspindolaGlobalAlias::isDeclaration is always false. Remove...
2013-12-08 Tim NorthoverARM: teach Sema that "r" can match 64-bit values
2013-12-08 Faisal ValiMove a generic lambda test into the more logical test...
2013-12-08 Faisal ValiFix the message to go along with the assertion that...
2013-12-08 Faisal ValiFix an assertion introduced by my previous refactoring.
2013-12-08 Joerg SonnenbergerExtend assembler handling for NetBSD/MIPS to pass down...
2013-12-08 Rafael EspindolaFix pr18174.
2013-12-07 Faisal ValiDelete the now unnecessary test/generic-lambda-unimplem...
2013-12-07 Faisal Vali[REFACTOR] Refactored some of the generic-lambda captur...
2013-12-07 Benjamin KramerCodeGen: Don't emit linkage on thunks that aren't emitt...
2013-12-07 Alp TokerEliminate the last trivial NDEBUG uses in clang headers
2013-12-07 Alp TokerCommentLexer: eliminate an NDEBUG from the headers
2013-12-07 John ThompsonChanged ConditionValue argument to PPCallbacks If and...
2013-12-07 Alp TokerTweak r196646
2013-12-07 Alp TokerType traits: No need for switch to handle __builtin_typ...
2013-12-07 Argyrios KyrtzidisAdd a SubsetSubject in Attr.td to automate checking...
2013-12-07 Richard SmithGive a more appropriate diagnostic when a template...
2013-12-07 Joerg SonnenbergerPass correct flags to assembler and linker for OpenBSD...
2013-12-07 Fariborz JahanianObjectiveC. Continuing implementation of objc_bridge_re...
2013-12-07 Warren HuntFixing assertion failure introduced in 196602.
next