]> granicus.if.org Git - clang/shortlog
clang
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
2014-10-14 Ulrich Weigand[SystemZ] Address review comments for r219679
2014-10-14 David BlaikieDebugInfo: Don't leak location information from one...
2014-10-14 Ulrich Weigand[SystemZ] Add test case to verify default use of integr...
2014-10-14 Justin BognerRe-apply "Frontend: Extract SerializedDiagnosticReader...
2014-10-14 Richard SmithExtend -Rmodule-build to also remark when module buildi...
2014-10-14 Richard Smith[modules] Merging for class-scope using-declarations.
2014-10-14 Justin BognerRevert "Frontend: Extract SerializedDiagnosticReader...
2014-10-14 Justin BognerFrontend: Try to fix cmake builders after r219647
2014-10-14 Justin BognerFrontend: Extract SerializedDiagnosticReader out of...
2014-10-13 Alexey SamsonovSanitize upcasts and conversion to virtual base.
2014-10-13 David MajnemerFix the build
2014-10-13 Fariborz JahanianObjective-C [Sema]. Fixes a bug in comparing qualified
2014-10-13 Jordan Rose[analyzer] Check all 'nonnull' attributes, not just...
2014-10-13 Samuel BenzaquenFix order of evaluation bug in DynTypedMatcher::constru...
2014-10-13 Samuel BenzaquenFix bug in DynTypedMatcher::constructVariadic() that...
2014-10-13 Chad RosierRelinquish ownership of MS-style inline assembly.
2014-10-13 Ulrich WeigandMore OpenMP test case compatibility fixes
2014-10-13 Bradley Smith[AArch64] Fixup test from A53 erratum patch after build...
2014-10-13 Renato GolinAdds support for the Cortex-A17 processor to Clang
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Alexey BataevFix incompatibility issue in /OpenMP/parallel_num_threa...
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'num_threads' clause in 'parallel...
2014-10-13 Alexey BataevFix test OpenMP/parallel_if_codegen.cpp.
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'parallel' directive.
2014-10-13 Alexey BataevPredefinedExpr deserialization test in dependent context.
2014-10-12 Benjamin Kramer[Modules] Make header standalone. NFC.
2014-10-12 Tyler NowickiFixed a problem in r19589.
2014-10-12 Tyler NowickiAllow constant expressions in pragma loop hints.
2014-10-12 David MajnemerCodeGen: Strip qualifiers from qualified array types...
2014-10-12 NAKAMURA Takumiclang/test/Driver: Some tests don't REQUIRE asserts...
2014-10-11 Chandler CarruthSuppress a warning about an unused variable in NDEBUG...
2014-10-11 Chandler Carruth[complex] Teach the other two binary operators on compl...
2014-10-11 Renato GolinFix typo in ARM reserved-r9 test case
2014-10-11 Chandler Carruth[complex] Use the much more powerful EmitCall routine...
2014-10-11 Daniel Jasperclang-format: [ObjC] Wrap ObjC method declarations...
2014-10-11 Alexey BataevFix deserialization of PredefinedExpr in dependent...
2014-10-11 Chandler Carruth[complex] Teach Clang to preserve different-type operan...
2014-10-11 Richard Smith[modules] When instantiating a class member, don't...
2014-10-11 Ehsan Akhgariclang-cl: Don't warn for unused private fields when...
2014-10-10 Bob WilsonTreat -mios-simulator-version-min option as an alias...
2014-10-10 Richard Smith[modules] Delay loading the field declared with an...
next