]> granicus.if.org Git - clang/shortlog
clang
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...
2014-10-10 Justin BognerCorrectly handle reading locations from serialized...
2014-10-10 Fariborz JahanianObjective-C [qoi]. When reporting that a property is not
2014-10-10 Eli BenderskyAdd libclang capabilities to retriete template argument...
2014-10-10 Bob WilsonRemove rest of the comment that is no longer true after...
2014-10-10 Bob WilsonRemove a FIXME: use the ios_simulator_version_min linke...
2014-10-10 David MajnemerMake test more robust to appease build bots
2014-10-10 Alexey BataevBugfix for predefined expressions in dependent context.
2014-10-10 David MajnemerCodeGen: FieldMemcpyizer didn't handle copies starting...
2014-10-10 John McCallChange how we distinguish bitfield widths, in-class
2014-10-10 Bill Schmidt[PowerPC] Reduce names from Power8Vector to P8Vector
2014-10-10 Dan AlbertAlright, just XFAIL all these for Windows.
2014-10-10 JF BastienFix documentation typo.
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-10 Bill Schmidt[PowerPC] Add feature for Power8 vector extensions
2014-10-10 Benjamin KramerUnfriend CGOpenMPRegionInfo so it can go into an anonym...
2014-10-10 Aaron BallmanFixing the MSVC 2013 build, NFC.
2014-10-10 Alexey BataevCode reformatting and improvement for OpenMP.
2014-10-10 Alexey BataevCode improvements in OpenMP CodeGen.
2014-10-10 Dan AlbertXFAIL coverage -no-integrated-as tests for msvc.
2014-10-10 Nick LewyckyRevert r218865 because it introduced PR21236, a crash...
2014-10-10 Dan Albert_Really_ fix these tests (probably).
2014-10-10 Bob WilsonRemove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET...
2014-10-10 Alexey BataevFix for OpenMP/parallel_firstprivate_codegen.cpp
2014-10-10 Dan AlbertHopefully fixes test failures for msvc.
2014-10-10 Dan AlbertPR21195: Emit .gcno files to the proper location.
2014-10-10 Reid KlecknerPromote null pointer constants used as arguments to...
2014-10-09 Samuel BenzaquenFix completion logic to allow for heterogeneous argumen...
2014-10-09 Fariborz JahanianObjective-C SDK modernization. import Foundation even
2014-10-09 Daniel Dunbar[Analysis] Add missing newlines at end of file.
2014-10-09 Samuel BenzaquenSpecial case 0 and 1 matcher in makeAllOfComposite().
2014-10-09 Ulrich Weigand[SystemZ] Turn on the integrated assembler by default
2014-10-09 Fariborz JahanianObjective-C SDK modernization. convert message expression
2014-10-09 Kostya SerebryanyAdd experimental clang/driver flag -fsanitize-address...
2014-10-09 Manuel KlimekSeparated RecursiveASTVisitorTest into multiple files.
2014-10-09 Manuel KlimekImplement various matchers around template argument...
2014-10-09 Aaron BallmanEscaping a special character in the documentation.
2014-10-09 Alexey BataevFix compatibility issues in tests for PredefinedExpr...
2014-10-09 Daniel Jasperclang-format: Add option to control call argument bin...
2014-10-09 Alexey BataevFix for bug http://llvm.org/PR17427.
2014-10-09 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-10-08 Kostya SerebryanyReplace a destructor of EHCleanupScope with a Destroy...
2014-10-08 Robert KhasanovAdded new headers to CMakeLists.txt.
2014-10-08 Ehsan Akhgarims-inline-asm: Correctly mark MS inline ASM labels...
2014-10-08 Robert Khasanov[AVX512] Added VPCMPEQ intrinisics to headers.
2014-10-08 Alexey BataevFixed OpenMP/parallel_firstprivate_codegen.cpp
2014-10-08 Alexey BataevFix test OpenMP/parallel_firstprivate_codegen.cpp
next