]> granicus.if.org Git - clang/shortlog
clang
2014-10-17 Hans WennborgMove test/CodeGen/sections.c to CodeGenCXX/sections.cpp
2014-10-17 David BlaikieRename TemplateArgument::getTypeForDecl to getParamType...
2014-10-17 Saleem AbdulrasoolSema: address post-commit review comment
2014-10-17 Hans WennborgDriver: support detecting driver mode when clang has...
2014-10-17 Daniel Jasperclang-format: Prefer breaking before trailing return...
2014-10-17 Daniel Jasperclang-format: [Java] Don't break immediately after...
2014-10-17 NAKAMURA TakumiRevert r219977, "Re-commit r217995 and follow-up patche...
2014-10-17 NAKAMURA TakumiAdd explicit triple to clang/test/CodeGen/sanitize...
2014-10-17 Joerg Sonnenbergercomplex long double support for PowerPC
2014-10-17 Yaron KerenOptimize Type::isStructureOrClassType() by reusing...
2014-10-17 Artyom SkrobovD5775: The new test case was missing from the preceding...
2014-10-17 Artyom SkrobovD5775: Fix of assertion failure in case of non-POD...
2014-10-17 Renato GolinUser c-tor name to fix the sanitizer test
2014-10-17 Renato GolinTrying to fix failing Clang sanitizer test on ARM bots
2014-10-17 Richard SmithTowards PR21289: don't lose track of unexpanded paramet...
2014-10-17 Richard SmithRemove incorrect usage of JoinedOrSeparate.
2014-10-17 Richard SmithPR21215: Support -fmodule-map-file being specified...
2014-10-17 Richard SmithSwitch to range-based for loop. No functionality change.
2014-10-17 Richard SmithPer comments on PR12350, move DR244 back from 'done...
2014-10-17 David MajnemerCodeGen: Kill FillInNullDataMemberPointers
2014-10-17 David MajnemerAST: Remove dead code from RecordLayoutBuilder
2014-10-17 Kostya Serebryanytrying to fix the new test again, this time for the...
2014-10-17 Alexey SamsonovSanitizerBlacklist: blacklist functions by their source...
2014-10-16 Filipe CabecinhasAppease the buildbots with the special case for non...
2014-10-16 Alexey SamsonovTeach SanitizerBlacklist to blacklist by SourceLocation...
2014-10-16 Filipe CabecinhasAdded %itanium_abi_host_triple to fix debuginfo-tests...
2014-10-16 Richard SmithRe-commit r217995 and follow-up patches (r217997, r2180...
2014-10-16 Saleem AbdulrasoolSema: handle additional case of qualified types
2014-10-16 Hans Wennborgtest/CodeGen/sections.c: add triple
2014-10-16 Kostya Serebryanytrying to fix the new test on hexagon-build
2014-10-16 Kostya SerebryanyInsert poisoned paddings between fields in C++ classes...
2014-10-16 Hans WennborgMS Compat: mark globals emitted in read-only sections...
2014-10-16 Aaron BallmanNo longer emit diagnostics about unused results (compar...
2014-10-16 Rafael EspindolaUpdate for llvm change.
2014-10-16 David BlaikieDebugInfo: Follow up to r219736, also test/demonstrate...
2014-10-16 Aaron BallmanFixing comment grammar; NFC.
2014-10-16 Hans WennborgSpeculatively fix GCC 4.7 build after r219938
2014-10-16 Aaron BallmanSwitching to range-based for loops; NFC.
2014-10-16 Samuel BenzaquenFix code to follow the "Don’t use else after a return...
2014-10-16 David BlaikieUse iterators and algorithms to possibly make this...
2014-10-16 Alexey SamsonovRemove one of SanitizerBlacklist::isIn() overloads...
2014-10-16 Hans WennborgUse array_lengthof; NFC.
2014-10-16 Bradley Smith[AArch64] Enable A53 erratum workaround (835769) by...
2014-10-16 Saleem Abdulrasooltests: move test to more appropriate location
2014-10-16 Tom StellardOpenCL: Emit global variables in the constant addr...
2014-10-16 Tom StellardOpenCL: Add -ffake-address-space-map to a test
2014-10-16 Daniel Jasperclang-format: Fix behavior with comments before conditi...
2014-10-16 Daniel Jasperclang-format: [ObjC] Fix method expression detection.
2014-10-16 Justin BognerFrontend: Fix some underscore-then-capital UB
2014-10-16 Alexander Ereminspecify dwarf version for Solaris
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-10-16 Alexey BataevBugfix in template instantiation in CXXPseudoDestructor...
2014-10-16 David BlaikieDebugInfo: Cleanup testing of non-type template parameters.
2014-10-16 NAKAMURA Takumi[CMake] clangBasic: Add Core to LINK_COMPONENTS introdu...
2014-10-15 Hal FinkelMoving CGF::EmitAlignmentAssumption to IRBuilder
2014-10-15 David MajnemerCodeGen: Don't drop thread_local when emitting __thread...
2014-10-15 Alexey SamsonovMove SanitizerBlacklist object from CodeGenModule to...
2014-10-15 Alexey SamsonovAvoid having "using namespace" for both "clang" and...
2014-10-15 Saleem AbdulrasoolSema: handle AttributedTypeLocs in C++14 auto deduction
2014-10-15 Saleem Abdulrasooltest: simplify test further
2014-10-15 Samuel BenzaquenChange hasName() to take const std::string&, as it...
2014-10-15 Alexey SamsonovMove -fsanitize-blacklist to LangOpts from CodeGenOpts...
2014-10-15 Alexey SamsonovMove SanitizerBlacklist to clangBasic. NFC.
2014-10-15 Joerg SonnenbergerAs requested by Matt Thomas, use long long for intmax_t...
2014-10-15 Joerg SonnenbergerSet ABI and DescriptionString first to reduce OS specif...
2014-10-15 Kaelyn TakataAdd llvm_unreachable after switch to avoid warnings...
2014-10-15 Kaelyn TakataDrop unneccessary default case from switch introduced...
2014-10-15 Reid KlecknerRevert "Fix late template parsing leak with incremental...
2014-10-15 Anton Yartsev[analyzer] Perl scripts are run differently from makefi...
2014-10-15 Reid KlecknerFix late template parsing leak with incremental processing
2014-10-15 Argyrios Kyrtzidis[libclang] Add function to retrieve storage class in...
2014-10-15 Aaron BallmanAdding attributes to the IndirectFieldDecl that we...
2014-10-15 Reid KlecknerDon't use a global_ctors comdat for globals that aren...
2014-10-15 David MajnemerCodeGen: Cleanup CGRecordLowering::lowerUnion a little
2014-10-15 Dario DomizioliFix for PR21254 - Assertion in comment parser
2014-10-15 Rafael EspindolaUpdate for llvm api change.
2014-10-15 Rafael EspindolaUpdate for llvm api change.
2014-10-15 Aaron BallmanTurned Sema::HandleDelayedAvailabilityCheck into a...
2014-10-15 Anton Yartsev[analyzer] Handle 'mingw32-make' in the same way as...
2014-10-15 Samuel BenzaquenSpeed up hasName() matcher.
2014-10-15 Alexander KornienkoFixed a comment. No functional changes.
2014-10-15 David MajnemerCodeGen: Use the initing member's type for a union...
2014-10-15 David MajnemerCodeGen: Fix a typo in a comment
2014-10-15 David MajnemerMS ABI: Use the correct this arg when generating implic...
2014-10-15 Richard TrieuImprovements to -Wnull-conversion
2014-10-15 Justin BognerFrontend: Don't accept null DiagnosticsEngines when...
2014-10-14 Justin BognerFrontend: Remove some unused arguments in ASTUnit ...
2014-10-14 Hans Wennborgvadefs.h: be even more conservative and only define...
2014-10-14 Ehsan Akhgariclang-cl: Diagnose the usage of ASAN with a debug runti...
2014-10-14 Hans WennborgSort files list in lib/Headers/CMakeLists.txt
2014-10-14 Hans WennborgMS Compat: interpose vadefs.h to fix definitions of...
2014-10-14 David BlaikieDebugInfo: Lazily built static member variable declarat...
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Kaelyn TakataBe smarter when parsing variable declarations with...
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-14 Reid KlecknerFactor code into CXXRecordDecl::getTemplateInstantiatio...
2014-10-14 Fariborz JahanianPatch to warn on interger overflow in presence of
2014-10-14 Saleem AbdulrasoolCodeGen: correct block mangling in ObjC
2014-10-14 Saleem AbdulrasoolCodeGen: correct mangling for blocks
2014-10-14 David BlaikieFormatting for prior commit
next