]> granicus.if.org Git - clang/shortlog
clang
2014-02-26 Alexander KornienkoAdd newlines to fallback-style description. Patch by...
2014-02-26 Tim NorthoverAArch64: use less cluttered intrinsic for vtbl/vtbx
2014-02-26 Benjamin KramerAdd a StmtPrinter test for implicit and explicit conver...
2014-02-26 Tobias GrosserFix typo
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 NAKAMURA Takumi[CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
2014-02-26 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-varargs.cpp: Appease...
2014-02-26 Eric Christopher80-col and bad line ending fixups.
2014-02-26 Richard TrieuPR16074, implement warnings to catch pointer to boolean...
2014-02-26 Jordan Rose[analyzer] NonNullParamChecker: don't freak out about...
2014-02-26 Richard TrieuAdd -Wabsolute-value, warnings about absolute value...
2014-02-25 Adrian PrantlAddress review comments for r202185, no functionality...
2014-02-25 Ted KremenekHoist culling of -Wunreachable-code from headers before...
2014-02-25 Adrian PrantlDebug info: Generate debug info for variadic functions.
2014-02-25 Ted KremenekAdd preprocessed output to ccc-analyzer's accepted...
2014-02-25 Benjamin KramerPretty Printer: Print constexpr and ref qualifiers...
2014-02-25 Roman DivackyPass the sparc architecture variant to the assembler.
2014-02-25 Hans Wennborgclang-cl: use -fno-rtti by default
2014-02-25 Roman DivackyGive sparcv9 the ability to set the target cpu. Change...
2014-02-25 Ben LangmuirAdd a driver option -ivfsoverlay
2014-02-25 Reid KlecknerMS ABI: Just use getTypeInfoInChars to get the field...
2014-02-25 Benjamin KramerReapply "Pretty Printer: Fix printing of conversion...
2014-02-25 Rafael EspindolaRevert "Pretty Printer: Fix printing of conversion...
2014-02-25 Rafael EspindolaUpdate for llvm api change.
2014-02-25 Benjamin KramerPretty Printer: Fix printing of conversion operator...
2014-02-25 Tim NorthoverAArch64: use different type modifier in arm_neon.td
2014-02-25 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-25 Alexey SamsonovRespect ToolChain::isPIEDefault() in constructing link...
2014-02-25 Alexey SamsonovFactor adding sanitizer linker flags into a separate...
2014-02-25 Benjamin KramerSema: When merging objc string literals, give the resul...
2014-02-25 Benjamin KramerRewriteObjC: Factor string literal creation into a...
2014-02-25 Tim NorthoverARM NEON: fix tests after r202137
2014-02-25 Serge PavlovFix typo.
2014-02-25 Alexey BataevFix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
2014-02-25 Tim NorthoverAArch64 NEON: add 64-bit scalar intrinsics for _f64...
2014-02-25 Tim NorthoverARM NEON: add _f16 support to a couple of vector-shuffl...
2014-02-25 David MajnemerIRGen: Remove a stale comment
2014-02-25 David MajnemerAttr: Remove ForceInline
2014-02-25 David MajnemerAttributeReference: Document __single_inhertiance,...
2014-02-25 David MajnemerModules: Fix malformed reStructuredText
2014-02-25 Alp TokerFix typo in the td source too
2014-02-25 Ted KremenekRemove dead assignment reported by Gautier DI FOLCO.
2014-02-25 Ted KremenekRemove the FormatSecurity diagnostic group from the...
2014-02-25 David MajnemerAttributeReference: Fix a typo
2014-02-25 Ben LangmuirAllow multi-component paths in VFS file nodes
2014-02-25 Alp TokerFix typos
2014-02-25 Argyrios Kyrtzidis[libclang] Introduce libclang APIs for creating a buffe...
2014-02-25 Argyrios Kyrtzidis[libclang] Include "BuildSystem.h" along with "Index.h"
2014-02-25 David MajnemerAST: Simplify CharUnits::alignmentAtOffset
2014-02-25 David MajnemerIRGen: Simplify alignment calculation in setBitFieldInfo
2014-02-25 Reid KlecknerMS ABI: Return sret parameters when using inalloca
2014-02-25 NAKAMURA Takumiclang/test/Preprocessor/init.c: Split conditions to...
2014-02-25 NAKAMURA TakumiSuppress clang/test/Driver/clang_f_opts.c for targeting...
2014-02-24 Ben LangmuirImprove some gtest assertions
2014-02-24 David MajnemerAST: Small code cleanup
2014-02-24 David MajnemerSema: Make getPreferredTypeAlign respect alignments...
2014-02-24 Ben LangmuirPass through context for DiagHandler in VFS
2014-02-24 Richard SmithIf preprocessing results in a token with leading whites...
2014-02-24 Peter CollingbourneFollow up to r201927: remove the Sema::InFunctionDeclar...
2014-02-24 Richard SmithIf the first token in a macro that appears at the start...
2014-02-24 Roman DivackyAdd a test for r202059.
2014-02-24 Fariborz JahanianObjective-C. Remove an assertion which asserts
2014-02-24 Roman DivackyImplement getDwarfEHStackPointer() and initDwarfEHRegSi...
2014-02-24 Richard BartonImplement -fno-short-wchar
2014-02-24 Rafael EspindolaUpdate for llvm api change.
2014-02-24 Hans Wennborg[Win32 ABI] Defer operator delete checks until vtable...
2014-02-24 Rafael EspindolaDon't assume that F_None is the default. It is about...
2014-02-24 Aaron BallmanClarifying the wording for the noduplicate attribute.
2014-02-24 Manuel KlimekFix AST matcher documentation for overloaded matchers.
2014-02-24 Manuel KlimekFix docs generation for the AST matchers:
2014-02-24 Dmitri GribenkoASTMatchers: added CXXMethodDecl matcher isPure()
2014-02-24 Alp TokerAdd driver test for multiple preprocessor inputs
2014-02-24 Alp TokerUse a more conventional logical op instead of bitwise and
2014-02-24 Kevin Qin[AArch64] Change int64_t from 'long long int' to 'long...
2014-02-24 Richard SmithUpdate __cplusplus to match the value in the C++14...
2014-02-24 Bob WilsonDo not put instrumentation counters before phis in...
2014-02-23 Argyrios Kyrtzidis[Index] Make the USRs more stable.
2014-02-23 Aaron BallmanFixing the indentation of the RST content in the releas...
2014-02-23 Benjamin KramerSema: Simplify away one-iteration loops.
2014-02-23 NAKAMURA Takumi[CMake] Resurrect mis-dropped dependency to ClangDriver...
2014-02-23 NAKAMURA Takumi[CMake] clang_tblgen: Use add_public_tablegen_target.
2014-02-23 NAKAMURA Takumi[CMake] Deprecate clang_tablegen(DEPENDS).
2014-02-23 Alp TokerFix crash when both ExpectAndConsume and ConsumeAnyToke...
2014-02-23 Saleem AbdulrasoolRelease Notes: document -f{,no-}integrate-as
2014-02-23 Saleem Abdulrasoolclang: add -f{no-,}integrate-as as consistent parameters
2014-02-23 Bob WilsonRemove support for the QA_OVERRIDE_GCC3_OPTIONS environ...
2014-02-22 Saleem Abdulrasoolclang: forward -no-integrated-as from the driver
2014-02-22 Saleem Abdulrasooltest: fix MIPS driver tests
2014-02-22 Saleem AbdulrasoolRevert "clang: forward -no-integrated-as from the driver"
2014-02-22 Saleem Abdulrasoolclang: forward -no-integrated-as from the driver
2014-02-22 Nico RieckReorganize and improve semantic tests for dllexport...
2014-02-22 Aaron BallmanAdding manual headings to the new capability attributes...
2014-02-22 Aaron BallmanExposing the noduplicate attribute within Clang, which...
2014-02-22 Peter CollingbourneDo not add enums to prototype scope in C++ modes.
2014-02-22 Peter CollingbourneCorrectly set brace range for CXXConstructExprs formed...
2014-02-22 Ted KremenekPer feedback from Aaron Ballman, push cast-to-ObjCProto...
2014-02-22 Warren Hunt[_mm_prefetch] Returning previously deleted comment.
2014-02-22 Ben LangmuirSilence a warning from r201905
next