]> granicus.if.org Git - clang/shortlog
clang
2014-02-28 Nick LewyckyFix crash with enable_if on constructors.
2014-02-28 Rafael EspindolaAdd support for OpenBSD SPARC assembler.
2014-02-28 Richard SmithAdd a -Wclass-varargs to warn on objects of any class...
2014-02-28 Reid KlecknerAttempt to fix non-MSVC build
2014-02-28 Reid Kleckner-fdump-record-layouts: Sort nvbases by offset before...
2014-02-28 Hal FinkelAdd -mcrbits/-mno-crbits to control the PowerPC CR...
2014-02-27 Richard Trieu"&&&" != "&&"
2014-02-27 Ben LangmuirRevert "Honour 'use-external-names' in FileManager"
2014-02-27 Ben LangmuirHonour 'use-external-names' in FileManager
2014-02-27 Reid KlecknerMS ABI: Attempt to fix DenseMap entry reference invalid...
2014-02-27 Ben LangmuirReapply r202420 hopefully fixed for other STLs
2014-02-27 Bob WilsonRemove an assertion that no longer holds. <rdar://probl...
2014-02-27 Ted Kremenek[-Wunreachable-code] always treat 'case:' and 'default...
2014-02-27 Ted Kremenek[CFG] record the original (now unreachable) block of...
2014-02-27 Ted Kremenek[analyzer] check for now possibly null predecessor...
2014-02-27 Rui UeyamaFix -Wunused-function in Release build.
2014-02-27 John McCallDiagnose attempts to apply ms_struct to records with...
2014-02-27 Reid KlecknerMS ABI: Fix vftable mangling by using the vbtable name...
2014-02-27 Ben LangmuirRevert "Remove constructors from FileEntry that prevent...
2014-02-27 Ben LangmuirRemove constructors from FileEntry that prevent owning...
2014-02-27 Rafael EspindolaUse private linkage for globals we already name with...
2014-02-27 Ben LangmuirSplit FileEntry name vs. isValid
2014-02-27 Rafael EspindolaAssert that the name of some internal variables start...
2014-02-27 Dmitri Gribenkolibclang: New functions clang_Type_getNumTemplateArguments,
2014-02-27 Alexey Samsonov[CMake] Teach build system to build/test compiler-rt...
2014-02-27 Alexey Bataev[OPENMP] First changes for Parsing and Sema for 'omp...
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about trivially unreach...
2014-02-27 Ted KremenekFix test case indentation.
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about unreachable ...
2014-02-27 Argyrios Kyrtzidis[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBuf...
2014-02-27 Nick LewyckyChange this test to not try to emit any IR. (It should...
2014-02-27 Nick LewyckyAs of r202325, CFGBlock predecessors may be NULL. Ignor...
2014-02-27 Ted KremenekAdd category test case for attribute 'objc_protocol_req...
2014-02-27 Eric ChristopherPass down the debug emission kind into the compile...
2014-02-27 Hans Wennborg[MS ABI] Error instead of generating bad vftables for...
2014-02-27 Nick LewyckyFix -Wunused-variable in non-assert builds. No function...
2014-02-27 Ben LangmuirAdd a 'use-external-names' option to VFS overlay files
2014-02-27 Ted Kremenek[-Wunreachable-code] Prune out unreachable warnings...
2014-02-27 Ted Kremenek[CFG] encode unreachable block information for would...
2014-02-27 Ted Kremenek[CFG] Encode unreachable block information for successo...
2014-02-27 Ted KremenekRework CFG edges to encode potentially unreachable...
2014-02-27 Reid KlecknerFix testcase for PR18962 with an explicit triple
2014-02-27 Reid KlecknerPR18962: Fix "Unable to find record layout information...
2014-02-26 Alp Tokerargument -> parameter terminology fixes for FunctionTyp...
2014-02-26 Rafael EspindolaRefactor linkage computation in CGObjCMac.cpp.
2014-02-26 Nico RieckSema: Definition of dllimport globals is not allowed
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...
next