]> granicus.if.org Git - clang/shortlog
clang
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...
2014-10-06 David BlaikieDebugInfo: Don't include member function template speci...
2014-10-05 David MajnemerMS ABI: Make comment more accurate
2014-10-05 David MajnemerMS ABI: Use '1' (instead of '0') relative scope discrim...
2014-10-05 David MajnemerMS ABI: Implement thread_local for global variables
2014-10-04 Benjamin KramerReturn a reference instead of vector copy for parentmap...
2014-10-04 Hal FinkelEmit @llvm.assume for non-parameter lvalue align_value...
2014-10-04 Nikola Smiljanic-ms-extensions: Allow __super in return stements.
2014-10-04 David MajnemerMS ABI: Disallow dllimported/exported variables from...
2014-10-04 David MajnemerSema: Simplify checkAttributesAfterMerging
2014-10-04 Richard SmithPR20991: ::decltype is not valid.
2014-10-03 Benjamin KramerRemove stray enum keywords. MSVC sees this as a redecla...
2014-10-03 Justin Bognertest: Disable standard system includes in %clang_cc1
2014-10-03 Jingyue WuSuppress defined-but-unused warnings
2014-10-03 Jonathan RoelofsCFE Knob for: Add a thread-model knob for lowering...
2014-10-03 Anna Zaks[analyzer] Refactor and cleanup IsCompleteType
2014-10-03 Anna Zaks[analyzer] Make Malloc Checker track memory allocated...
2014-10-03 Anna Zaks[analyzer] Make CStringChecker correctly calculate...
2014-10-03 Benjamin KramerInitialize MCObjectFileInfo when parsing ms-style asm.
2014-10-03 Fariborz JahanianObjective-C. Assortment of improvements pretty printing
2014-10-03 Duncan P. N... Revert "Revert "DI: LLVM schema change: fold constants...
2014-10-03 Benjamin KramerASTUnit: Replace out parameter with return value, we...
2014-10-03 Benjamin KramerFormat: ArrayRefize some implicit copies away.
2014-10-03 Hal FinkelAdd getOpenMPSimdDefaultAlignment for PowerPC
2014-10-03 Fariborz JahanianAdd comment about separators must match in
2014-10-03 Hal Finkelconstexpr evaluation for __builtin_assume_aligned
2014-10-03 Dan Liew[sphinx clean up] Fix warning introduced by r218957
2014-10-03 Asiri RathnayakeRevert changes in r218863, r218864
2014-10-03 Alexander PotapenkoRevert r218925 - "Patch to warn if 'override' is missing"
2014-10-03 David MajnemerMS ABI: Move test from virtual-inheritance to single...
2014-10-03 David MajnemerMS ABI: Add a vftable test for pure virtual methods
2014-10-03 David MajnemerMS ABI: Clean up test to not use dllexport, check vftab...
2014-10-03 David MajnemerMS ABI: Add an additional test for empty structs in C
2014-10-03 Hal FinkelMake test/CodeGen/atomic-ops.c free-standing
2014-10-03 Hal FinkelMake test/Sema/atomic-ops.c free-standing
2014-10-03 Hal FinkelRevert useless part of r217349
2014-10-03 Hal FinkelAdd an implementation of C11's stdatomic.h
2014-10-03 Justin BognerDriver: Update clang-interpreter example for r218938
2014-10-03 Justin BognerDriver: Use pointee_iterator rather than iterating...
2014-10-03 Richard SmithFix interaction of max_align_t and modules.
next