]> granicus.if.org Git - clang/shortlog
clang
2013-12-11 Warren Hunt[ms-abi][cleanup] Removing FinalizeCXXLayout : no funct...
2013-12-11 Aaron BallmanNo longer accepting attribute spellings with prefix...
2013-12-11 Renato GolinRevert r197043, not a good comment
2013-12-11 Argyrios Kyrtzidis[objcmt] When emitting a remap file, use a json format...
2013-12-11 Argyrios Kyrtzidis[objcmt] When whitelisting the headers we want to modif...
2013-12-11 Chad Rosier[AArch64] Add NEON scalar floating-point compare LLVM...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Reid Kleckner[ms-cxxabi] Fix linkage of dtor thunks for anonymous...
2013-12-11 Jordan Rose[analyzer] Add checker callbacks for MemberExpr and...
2013-12-11 Hans WennborgBetter diagnostic for static override when methods...
2013-12-11 Renato GolinAdd comment about PragmaIntroducerKind
2013-12-11 David TweedAdd front-end infrastructure now address space casts...
2013-12-11 Daniel JasperAdd file missing from r197034.
2013-12-11 Daniel JasperModules: Let -fmodules-decluse ignore headers that...
2013-12-11 Tim NorthoverOnly build ARM-specific runtimes if ARM is enabled
2013-12-11 Renato GolinTurning IAS on by default on ARM/Thumb
2013-12-11 Sergey MatveevMention LeakSanitizer in AddressSanitizer docs.
2013-12-11 Daniel JasperChange layering warning tests to not actually build...
2013-12-11 Richard SmithWhen performing a delayed access check, use the surroun...
2013-12-11 Warren Hunt[ms-abi] Makes Virtual Base Alignment Look at All Virtu...
2013-12-11 Richard SmithWhen performing an array new of a multidimensional...
2013-12-11 Argyrios Kyrtzidis[objcmt] Transfer '-objcmt-migrate-designated-init...
2013-12-11 Fariborz JahanianObjectiveC. Fixes a bug where an 'unused property...
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.
next