]> granicus.if.org Git - clang/shortlog
clang
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
2014-02-20 Reid KlecknerHide pragma handler classes in ParsePragma.cpp
2014-02-20 Ben LangmuirRecommit virtual file system
2014-02-20 Warren HuntEnable MSRecordLayout in the presence of external sources.
2014-02-20 Adrian PrantlClarify comment.
2014-02-20 Peter CollingbourneAdd TemplateSpecializationType polymorphism for hasTemp...
2014-02-20 Adrian Prantladd a comment.
2014-02-20 Adrian PrantlRevert "Remove dead option."
2014-02-20 Jordan Rose[CMake] Fix installation without CLANG_BUILD_EXAMPLES
2014-02-20 Benjamin KramerRemove unused diagnostic.
2014-02-20 Benjamin KramerSema: Emit a warning for non-null terminated format...
2014-02-20 Rafael EspindolaFix typo.
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-20 Rafael EspindolaRemove really old "APPLE LOCAL" markers.
2014-02-20 Alexey SamsonovGet rid of obsolete addProfileRT(), generalize the...
2014-02-20 Pekka JaaskelainenOpenCL: fix for the restriction on pointers to functions.
2014-02-20 NAKAMURA Takumi[CMake] clang_tablegen(AttrSpellings.inc): Prune redund...
2014-02-20 Alexey BataevD2843 - [OPENMP] move all clauses to a separate header
2014-02-20 Daniel JasperRevert r201734 and r201742.
2014-02-20 Timur IskhodzhanovRevert r201772 as it breaks things on Windows
2014-02-20 Daniel JasperChange parameter type of _mm_prefetch to "const void *".
2014-02-20 Daniel JasperDon't actually emit output in test/Headers/mmprefetch.c.
2014-02-20 Argyrios Kyrtzidis[code-completion] Style guideline for Cocoa has custom...
2014-02-20 Argyrios Kyrtzidis[libclang/python] Use a Python standard library module...
2014-02-20 Juergen RibutzkaReverting the virtual file system implementation, becau...
2014-02-20 Argyrios Kyrtzidis[AST] Follow-up for r201468, move the check to the...
2014-02-19 Warren HuntUpdated to r201734. Removed unused declaration from...
2014-02-19 Reid KlecknerUse llvm::DeleteContainerSeconds when possible
2014-02-19 Chandler CarruthFix two pedantic issues with our builtin headers. The...
2014-02-19 Aaron BallmanDoing some temporary touch-up on the gnu namespace...
2014-02-19 Warren HuntAdd _mm_prefetch and some others as MS builtins
2014-02-19 Aaron BallmanUntil attribute documentation is implemented as a serve...
2014-02-19 Aaron BallmanRefactored the way attribute category headers are handl...
2014-02-19 Richard SmithRemove a broken attempt to cope with someone #undef...
2014-02-19 Joerg SonnenbergerHook up NetBSD/sparc and NetBSD/sparc64 as and ld invoc...
2014-02-19 Chandler CarruthTeach Clang to provide ::max_align_t in C11 and C+...
2014-02-19 Joerg SonnenbergerGC now unused variable.
2014-02-19 Joerg SonnenbergerUse a switch for the architecture specific logic in
2014-02-19 Reid KlecknerMS ABI: Let non-virtual method overloads participate...
2014-02-19 Reid Klecknerclang-cl: Pass /Z7 when we fallback to cl with debug...
2014-02-19 Joerg SonnenbergerRefactor -KPIC handling for as invocation.
2014-02-19 Aaron BallmanMoving the documentation for the ARM interrupt attribut...
2014-02-19 Aaron BallmanMoving the documentation for the clang::fallthrough...
2014-02-19 Aaron BallmanAdded a documentation category for statement attributes...
2014-02-19 Aaron BallmanSome of these headings had the incorrect number of...
2014-02-19 Aaron BallmanMoving the documentation for the availability attribute...
2014-02-19 Yunzhong GaoOnly print the selected multilib when something is...
2014-02-19 Jordan Rose[analyzer] Extend IdenticalExprChecker to check logical...
2014-02-19 Jordan Rose[analyzer] Extend IdenticalExprChecker to check the...
2014-02-19 Ben LangmuirReduce verbosity in the virtual file system using LLVM.h
2014-02-19 Alexander KornienkoUpdated tutorial code according to the changes in r197139.
2014-02-19 Ben LangmuirFix some test issues in VirtualFileSystemTest
2014-02-19 Aaron BallmanMoving the documentation for the objc_requires_super...
2014-02-19 Aaron BallmanMoving the documentation for the objc_method_family...
2014-02-19 Ben LangmuirRemove typo from r201618
2014-02-19 Aaron BallmanMoving the documentation for the overloadable attribute...
2014-02-19 Aaron BallmanMoving the documentation for the enable_if attribute...
2014-02-19 Tim NorthoverAArch64: look up EmitAArch64Scalar support before calling.
2014-02-19 Tim NorthoverARM & AArch64: move struct definition outside function.
2014-02-19 Renato GolinAdd FreeBSD ARM EABI hard-float support
2014-02-19 Tim NorthoverARM NEON: add vcvtX (with rounding mode) intrinsics...
2014-02-19 Tim NorthoverARM NEON: use more flexible TableGen field for defs.
2014-02-19 Tim NorthoverARM & AArch64: merge the semantic checking of NEON...
2014-02-19 Dmitri Gribenkolibclang: ensure clang_createTranslationUnit2 always...
2014-02-19 Ted Kremenek[analyzer] post analyzer build checker-276
next