]> granicus.if.org Git - clang/shortlog
clang
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
2014-02-19 Ted Kremenek[analyzer] Move checker alpha.osx.cocoa.MissingSuperCal...
2014-02-19 Ben LangmuirAttempt to appease C++11 buildbots
2014-02-19 Ben LangmuirPass VFS from CompilerInstance to FileManager
2014-02-19 Ben LangmuirAdd an OverlayFileSystem class
2014-02-19 David MajnemerRemove gunk from cxx_dr_status.html
2014-02-19 David MajnemerRegenerate DR status page.
2014-02-19 David MajnemerImplement DR577
2014-02-19 Saleem AbdulrasoolCIndex: initialise TU
2014-02-19 Rafael EspindolaRemove dead code.
2014-02-19 Hans Wennborgclang-cl /fallback: turn the note into a warning
2014-02-19 Richard SmithRemove a C++11ism.
2014-02-19 Richard SmithPR13110: Add a -Wignored-qualifiers warning when ignori...
2014-02-19 Ben LangmuirInitial implementation of virtual file system
2014-02-18 Reid KlecknerAdd missing test file for r201615
2014-02-18 Reid KlecknerFix false positives in -Wmsvc-include by continuing...
2014-02-18 Hans WennborgFix the Driver/cl-fallback.c test
2014-02-18 Reid KlecknerMS ABI: Remove nv adjustment from direct vdtor calls...
2014-02-18 Richard SmithMore tests for r201536.
2014-02-18 Ted KremenekExperiment with making -Wunreachable-code more immediat...
2014-02-18 Hans Wennborgclang-cl /fallback: emit a note when falling back
2014-02-18 David BlaikieDebugInfo: Avoid unnecessarily looking up the context...
2014-02-18 DeLesley HutchinsUpdated documentation for Thread Safety Analysis.
2014-02-18 Hans Wennborgclang-cl: support -v
2014-02-18 Richard SmithFix testcase to actually check what it was supposed...
2014-02-18 Aaron BallmanAttempting to fix the build bot due to some missing...
2014-02-18 Hans Wennborgclang-cl: Parse the /d2Zi+ flag (PR18728)
2014-02-18 Aaron BallmanMissed updating this test case with r201585 -- the...
2014-02-18 Sylvestre LedruIn some cases (for example, the Firefox build system...
2014-02-18 Aaron BallmanDeLesley Hutchins (who wrote the original thread-safety...
2014-02-18 Sylvestre LedruRemove trailing spaces (no other change). Bikeshed #2
next