]> granicus.if.org Git - clang/shortlog
clang
2014-03-05 David MajnemerAST: Remove layering violation with Sema
2014-03-05 Aaron Ballman[C++11] Using std::unique_ptr to ensure that Argument...
2014-03-05 Ben LangmuirUse ThreadSafeRefCountedBase for vfs::FileSystem
2014-03-05 Timur IskhodzhanovStyle fix: replace "1 entries" with "1 entry" in the...
2014-03-05 Benjamin KramerRevert "[C++11] Replace trivial lambda with std::cref."
2014-03-05 Benjamin Kramer[C++11] Replace trivial lambda with std::cref.
2014-03-05 Alexander KornienkoAdded a const qualifier to SourceManager& parameters.
2014-03-05 David MajnemerMS ABI: Mangle lambdas
2014-03-05 NAKAMURA TakumiDisable BasicTests/VFS on win32 for now. Investigating.
2014-03-05 David Majnemer[-cxx-abi microsoft] Implement local manglings accurately
2014-03-05 Ted KremenekAdjust logic for 'objc_protocol_requires_explicit_imple...
2014-03-05 Alexey Bataev[OPENMP] allow clause 'private' on directive 'omp simd'
2014-03-05 Alexey Bataev[OPENMP] emit error message for clause 'if(1 0)'
2014-03-05 Argyrios Kyrtzidis[AST] A "Class<P>" type should not have '*' when printe...
2014-03-05 Alexey Bataev[OPNEMP] Fixed instantiation of 'if' clause
2014-03-05 David MajnemerSpeculatively fix MSVC buildbots
2014-03-05 Peter CollingbourneMerge using-decl-pr17575.cpp into existing test case.
2014-03-05 Peter CollingbourneAdd a test case for PR17575.
2014-03-05 Ted Kremenek[-Wunreachable-code] Don't warn about dead code guarded...
2014-03-04 David MajnemerHeaders: Provide an ABI compatible max_align_t when...
2014-03-04 David BlaikieRemove some unnecessary qualification
2014-03-04 Fariborz JahanianObjective-C. Return 0 as class of methods in protocols.
2014-03-04 Ben LangmuirSupport relative paths in VFSFromYAML
2014-03-04 David MajnemerTokenKinds: _Atomic isn't a keyword in MS mode
2014-03-04 David BlaikieDebugInfo: Refix r202888 (a fix to r202769) in a differ...
2014-03-04 Ted Kremenek[CFG] Tweak "?:" CFG construction to record the unreach...
2014-03-04 Richard Smith[C++11] Simplify a callback to use a lambda.
2014-03-04 Benjamin KramerRevert "FileEntry: Remove unused and half-broken copy...
2014-03-04 Benjamin Kramer[C++11] Push move semantics through APValue.
2014-03-04 Benjamin KramerFileEntry: Remove unused and half-broken copy ctor.
2014-03-04 Ted Kremenek[-Wunreachable-code] handle cases where a dead 'return...
2014-03-04 Reid KlecknerAdd a test case for r202888, which boiled down to ...
2014-03-04 Richard SmithAdd tests for newly-resolved core issues <= 370.
2014-03-04 Reid KlecknerFix unconditional dereference of a WeakVH in CGDebugInf...
2014-03-04 Richard SmithUpdate DR status page to match post-Issaquah core issue...
2014-03-04 Richard SmithAdd links to TSen from post-Issaquah mailing.
2014-03-04 Benjamin KramerPass llvm::Triple objects by const reference.
2014-03-04 Simon Atanasyan[Mips] Check all MIPS toolchains to find the one that...
2014-03-04 Fariborz JahanianObjective-C IRGen. Fix up the hueristics for determining
2014-03-04 Roman DivackyThe wmmintrin.h header includes two different sub-heade...
2014-03-04 Timur IskhodzhanovFirst step towards fixing PR18967 - simplify the Comput...
2014-03-04 Sean CallananWhen deciding whether or not to resolve two
2014-03-04 Reid KlecknerTests for LLVM MS inline asm change r202865
2014-03-04 Jordan RoseFix -Wsign-compare warning.
2014-03-04 Benjamin Kramer[C++11] Make StoredDeclsList move-only.
2014-03-04 Chandler Carruth[Modules] Update to reflect the move of CFG.h to the...
2014-03-04 Chandler Carruth[Modules] Update to reflect ValueHandle moving to the...
2014-03-04 Chandler Carruth[Modules] Update to reflect the move of CallSite into...
2014-03-04 Chandler Carruth[cleanup] Re-sort includes with llvm/utils/sort_include...
2014-03-04 Yaron KerenWe now require Visual C++ 2012 (MSVC_VERSION = 1700...
2014-03-04 NAKAMURA TakumiGive %itanium_abi_triple to the test to appease targeti...
2014-03-04 Argyrios Kyrtzidis[CMake] Add the newly introduced compiler header.
2014-03-04 David MajnemerMS ABI: Reorganize some tests
2014-03-04 David MajnemerMS ABI: Mangle variable templates properly
2014-03-04 Alexey BataevFix for r202778 - Implement __readeflags and __writeefl...
2014-03-04 David BlaikieDebugInfo: Make test (introduced in r202769) resilient...
2014-03-04 David BlaikieDebugInfo: Improvements/corrections to conservative...
2014-03-04 Alexey BataevImplement __readeflags and __writeeflags intrinsics
2014-03-04 Pete CooperAdd triple to test. On Mac OS it was failing to genera...
2014-03-04 Richard SmithFix typo that resulted in names at TU scope getting...
2014-03-03 David BlaikieDebugInfo: Emit only the declaration of a class templat...
2014-03-03 Hans WennborgInclude <tuple> to speculatively try to fix VS2013...
2014-03-03 Fariborz JahanianObjective-C. Fixes a regression when figuring out linkage
2014-03-03 Richard SmithImprove diagnostics for malformed constructor declarati...
2014-03-03 Benjamin Kramer[C++11] Add missing include.
2014-03-03 Benjamin Kramer[C++11] Simplify compare operators with std::tie.
2014-03-03 Diego NovilloSchedule discriminator pass.
2014-03-03 Jordan RoseRe-fix previous commit.
2014-03-03 Jordan RoseRemove absolute path from r202733.
2014-03-03 Argyrios Kyrtzidis[libclang] Have clang_getCursorSpelling() return the...
2014-03-03 Chandler Carruth[C++11] Remove a now unnecessary use of std::function...
2014-03-03 Diego NovilloUpdate call DIBuilder::createLexicalBlock.
2014-03-03 Aaron BallmanI guess we're still using LLVM_DELETED_FUNCTION instead...
2014-03-03 Jordan RoseSerialized diagnostic severity levels should be stable.
2014-03-03 Reid KlecknerFix MSVCCompatibility doc ReST and wording.
2014-03-03 Aaron BallmanRemoving some unused functionality.
2014-03-03 Tom StellardUpdate tests for addition of patch level to LLVM version
2014-03-03 Robert Lyttoncorrect consitency of XCore caps
2014-03-03 Dmitri GribenkoDecl printing: add tests for typedefs
2014-03-03 Tim NorthoverAArch64: convert NEON tests to use CHECK-LABEL.
2014-03-03 Peter CollingbourneMSVC 2012 doesn't support std::initializer_list at...
2014-03-03 Argyrios KyrtzidisIntroduce '-fmodules-user-build-path' which accepts...
2014-03-03 Peter CollingbourneMSVC cannot understand temporaries formed from initiali...
2014-03-03 Argyrios Kyrtzidis[libclang] Introduce APIs that assist in constructing...
2014-03-03 Ahmed Charles[C++11] Add #include's for OwningPtr.
2014-03-03 Argyrios Kyrtzidis[libclang] Change clang_VirtualFileOverlay_writeToBuffe...
2014-03-02 Peter CollingbourneDisable all dependency output options when using the...
2014-03-02 David MajnemerRevert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
2014-03-02 David MajnemerNormalize line endings
2014-03-02 Hal FinkelAdd a PPC inline asm constraint type for single CR...
2014-03-02 David MajnemerAttributeReference: Use UNIX line endings
2014-03-02 Aaron BallmanAdding some cross references to the sanitizer attribute...
2014-03-02 Aaron BallmanSimplifying attribute generation with range-based for...
2014-03-02 Benjamin Kramer[C++11] ASTMatchers: Use standard static_assert and...
2014-03-02 Benjamin Kramer[C++11] Use std::atomic instead of LLVM's.
2014-03-02 Benjamin Kramer[C++11] Work around an incompatibility between llvm...
2014-03-02 Chandler Carruth[C++11] Switch from LLVM_STATIC_ASSERT to static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Switch the clang-format LLVM style to use C...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
next