]> granicus.if.org Git - clang/shortlog
clang
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
2014-10-08 Arnaud A. de... Revert "Remove threshold on object size for inserting...
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-10-08 Arnaud A. de... Remove threshold on object size for inserting lifetime...
2014-10-08 Alexey BataevRevert commit r219297.
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-10-08 Alexey BataevRevert back r219295.
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-10-08 Renato GolinRevert "[OPENMP] 'omp teams' directive basic support...
2014-10-08 Justin BognerAST: Fix a typo (NFC)
2014-10-08 Hans WennborgDisallow using function parameters in extended asm...
2014-10-08 Reid KlecknerFix test case in no asserts build
2014-10-08 Reid KlecknerFix IRGen for referencing a static local before emittin...
2014-10-08 Rafael EspindolaAvoid code duplication by calling setAliasAttributes...
2014-10-07 Fariborz JahanianObjective-C SDK modernization. When modernizing to
2014-10-07 Richard SmithPR21180: Lambda closure types are neither aggregates...
2014-10-07 Jonathan RoelofsEmit diagnostic for -munaligned-access on v6m
2014-10-07 Daniel Jasperclang-format: Fix bug with comments between non-trival...
2014-10-07 Rafael EspindolaAllow dllexport alias to base destructors.
2014-10-07 Daniel Jasperclang-format: Add documentation about disabling formatting.
2014-10-07 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-10-07 Alexander Musman[OPENMP] Small refactoring of EmitOMPSimdLoop helper...
2014-10-06 David Majnemerdriver: Map closed standard file descriptors to /dev...
2014-10-06 Fariborz JahanianObjective-C SDK modernizer. Patch to support modernization
2014-10-06 Eli BenderskyUpdate title of the ReleaseNodes doc.
2014-10-06 Bill Schmidt[PATCH][Power] Fix (and deprecate) vec_lvsl and vec_lvs...
2014-10-06 Rafael EspindolaRemove cases that are now handled by the parent class...
2014-10-06 Eric ChristopherTurn on the integrated assembler by default for ppc64 and
2014-10-06 Fariborz JahanianPatch to wrap up '_' as separator in version numbers
2014-10-06 Daniel Jasperclang-format: If in doubt, assume '+' is a binary operator.
2014-10-06 Samuel BenzaquenFix bug in DynTypedMatcher::constructVariadic() that...
2014-10-06 Aaron BallmanUsing an explicit cast to work around MSVC 2013 not...
2014-10-06 Alexander Musman[OPENMP] Fix target triple of a test, which uses __int1...
2014-10-06 Alexander Musman[OPENMP] Limit the loop counters to 64 bits for the...
2014-10-06 David BlaikieAdd FIXME/notes to the future.
2014-10-06 David BlaikieDebugInfo: Don't include implicit special members in...
next