]> granicus.if.org Git - clang/shortlog
clang
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
2014-02-22 David MajnemerIRGen: Fix build breakage
2014-02-22 Warren Hunt[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalA...
2014-02-22 Warren HuntFix two warnings introduced r201907
2014-02-22 David MajnemerSema: Don't crash when trying to instantiate a local...
2014-02-22 Ted Kremenek[ObjC] Make attribute 'objc_protocol_requires_explicit_...
2014-02-21 Warren HuntComplete Rewrite of CGRecordLayoutBuilder
2014-02-21 Ben LangmuirAdd a VFSFromYAML class and a parser to create it
2014-02-21 Warren HuntReapply 201734 but with appropriate gcc compatibility
2014-02-21 Ted KremenekAdd requirement that attribute 'objc_protocol_requires_...
2014-02-21 Joerg SonnenbergerDefault to ARMv5e for NetBSD/EABI, ARMv4 for APCS.
2014-02-21 Ted KremenekAdd test that -Wunreachable-code warnings are suppresse...
2014-02-21 Aaron BallmanAdding role-based capability attributes that allow...
2014-02-21 Ted Kremenek[ObjC] add support for properties in attribute 'objc_pr...
2014-02-21 Ted KremenekRemove 'followsSuper' argument from lookupPropertyAcces...
2014-02-21 Ted Kremenek[ObjC] Change default property synthesis logic to not...
2014-02-21 Ted Kremenek[ObjC] Condense logic for diagnosing unimplemented...
2014-02-21 Richard SmithRemove accidentally-committed debugging statement....
2014-02-21 NAKAMURA Takumi[CMake] libclang: Use llvm_add_library(SHARED STATIC).
2014-02-21 Aaron BallmanInternal naming convention consistency change.
2014-02-21 Aaron BallmanMoving the documentation for the format attribute into...
2014-02-21 Aaron BallmanMoving the documentation for the type safety checking...
2014-02-21 Aaron BallmanMoving the documentation for the sanitizer negation...
2014-02-21 Tim NorthoverRemove commas at the end of lists (C++11 again)
2014-02-21 Tim NorthoverARM & AArch64: use table for EmitCommonNeonBuiltinExpr
2014-02-21 Tim NorthoverAArch64: refactor table-driven NEON lookup.
2014-02-21 Oliver StannardAdd support for FPv4-SP to the clang driver
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2014-02-21 Patrik HagglundFix gcc -Wparentheses warning.
2014-02-21 Rafael EspindolaAccept -no-integrated-as in -cc1 and forward it to...
2014-02-21 Reid KlecknerMS ABI: Include the vfptr offset in memptrs to virtual...
2014-02-21 Warren Hunt[MS-ABI] Update to zero-sized padding algorithm
2014-02-21 Bob WilsonFix an assertion failure when invoking dsymutil.
2014-02-21 Jordan Rose[analyzer] Fix a bug in IdenticalExprChecker concerning...
2014-02-20 Reid KlecknerRevert the removal of PPCallbacks::PragmaComment()...
2014-02-20 David MajnemerSema: Do not assert when dereferencing member pointer...
2014-02-20 Reid KlecknerRevert "Enable MSRecordLayout in the presence of extern...
2014-02-20 Reid KlecknerExpand macros in pragmas with -fms-extensions and -E
next