]> granicus.if.org Git - clang/shortlog
clang
2013-12-12 Alexander KornienkoFixed a typo
2013-12-12 Alexander KornienkoFilter-out irrelevant command-line options in CommonOpt...
2013-12-12 Alexander KornienkoImplemented GNU-style formatting for compound statements.
2013-12-12 NAKAMURA Takumic-arcmt-test/Makefile: Fixup for LDFLAGS=-static on...
2013-12-12 Ted KremenekAdd more test cases for 'objc_protocol_requires_explici...
2013-12-12 Richard SmithPR17602: check accessibility when performing an implici...
2013-12-12 Richard SmithUpdate user manual to note that implementation for...
2013-12-12 Hans WennborgRe-apply r197076 and r197086; the build was fixed by...
2013-12-12 NAKAMURA TakumiFix autoconf build in libclang since r197075, (has...
2013-12-12 Kevin QinFix Incorrect CHECK message [0-31]+ in test case.
2013-12-12 Hans WennborgRevert r197076: "[objcmt] When emitting a remap file...
2013-12-12 Aaron BallmanSwitching to using hasGlobalStorage instead of !hasLoca...
2013-12-12 Aaron BallmanAdded a Subjects clause to the section attribute and...
2013-12-12 Richard SmithPR18217: Rewrite JumpDiagnostics' handling of temporari...
2013-12-12 Fariborz JahanianObjective-C migrator: when inferring 'readonly' propert...
2013-12-12 Hans WennborgUse llvm::Regex::Escape in VerifyDiagnosticConsumer.cpp
2013-12-11 Ted KremenekAdd CFG tests for switch's involving "extended" enum.
2013-12-11 Ted KremenekAdd new PrintingPolicy entry to trim number of newlines...
2013-12-11 Hans WennborgChange semantics of regex expectations in the diagnosti...
2013-12-11 Chad Rosier[AArch64] Refactor NEON floating-point Max/Min/Maxnm...
2013-12-11 Alp TokerRemove extra qualification to fix build with g++ after...
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...
next