]> granicus.if.org Git - clang/shortlog
clang
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...
2014-03-02 Craig Topper[C++11] Remove an LLVM_OVERRIDE use that I missed in...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
2014-03-02 Chandler Carruth[C++11] Switch from the llvm_move macro to directly...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-02 Alp Toker[C++11] Drop legacy conditionals for TokenKind's underl...
2014-03-01 Benjamin KramerMove private classes into anonymous namespaces.
2014-03-01 Benjamin Kramer[C++11] Replace verbose functors with succinct lambdas
2014-03-01 NAKAMURA TakumiASTReader.h: Prune \param ImportLoc according to r20256...
2014-03-01 Chandler Carruth[C++11] Remove use of LLVM_HAS_RVALUE_REFERENCES from...
2014-03-01 Warren HuntFixed an assertion failure related to bitfield lowering.
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-02-28 Reid KlecknerAdd Clang docs about MSVC compatibility
2014-02-28 Reid KlecknerFix leak in MicrosoftVTableContext
2014-02-28 Anton Yartsev[analyzer] Fix for PR18394.
2014-02-28 Ben LangmuirReapply fixed "Honour 'use-external-names' in FileManager"
2014-02-28 Richard SmithTests for lexing of digit separators versus UCNs.
2014-02-28 Richard SmithFix a minor bug in lexing pp-numbers with digit separat...
2014-02-28 Anders CarlssonWhen completing Objective-C instance method invocations...
2014-02-28 Kaelyn UhrainDon't suggest non-static methods as corrections when...
2014-02-28 Aaron BallmanRemoving some unused functionality.
2014-02-28 Aaron BallmanAdding a test case to ensure that type attributes appli...
2014-02-28 Rafael EspindolaNow that llvm's build system sets -install_name, we...
2014-02-28 Benjamin KramerCFG: Also apply the filter to the first block in a...
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-28 Argyrios Kyrtzidis[ASTUnit] Don't let the preamble diagnostics out-live...
2014-02-28 Bob WilsonAdd a testcase for r202437.
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
next