]> granicus.if.org Git - clang/shortlog
clang
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.
2014-10-02 Fariborz JahanianPatch to warn if 'override' is missing
2014-10-02 Duncan P. N... Revert "DI: LLVM schema change: fold constants into...
2014-10-02 Duncan P. N... DI: LLVM schema change: fold constants into string
2014-10-02 Aaron BallmanReflowing some comments, NFC.
2014-10-02 Hal FinkelInitial support for the align_value attribute
2014-10-02 Hal FinkelAdd __sync_fetch_and_nand (again)
2014-10-02 Fariborz JahanianDiagnose mixed use of '_' and '.' as version
2014-10-02 Jan Wen Voung[x32/NaCl] Check if method pointers straddle an eightby...
2014-10-02 Justin BognerReapply "InstrProf: Update for the LLVM API change...
2014-10-02 Fariborz JahanianPatch to accept '_' in addition to '.' as version
2014-10-02 Justin BognerRevert "InstrProf: Update for the LLVM API change in...
2014-10-02 Justin BognerInstrProf: Update for the LLVM API change in r218879
2014-10-02 Arnaud A. de... Emit lifetime.start / lifetime.end markers for unnamed...
2014-10-02 Asiri RathnayakeFix a broken test case.
2014-10-02 Asiri Rathnayake[ARM] Handle conflicts between -mfpu and -mfloat-abi...
2014-10-01 David BlaikieReduce the PR20399 test case.
2014-10-01 Fariborz JahanianTest case for my r218780 patch.
2014-10-01 Joerg SonnenbergerFix trailing commas in AMD define.
2014-10-01 Joerg SonnenbergerAdd the various signature macros.
2014-10-01 Joerg SonnenbergerRename bit_RDRAND to bit_RDRND to match GCC's version...
2014-10-01 Fariborz JahanianObjective-C Modernizer. Patch to remove dangling space
2014-10-01 Duncan P. N... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Adrian PrantlUpdate CGDebugInfo to the updated API in LLVM.
2014-10-01 Adrian PrantlReverting r218777 while investigating buildbot breakage.
2014-10-01 Fariborz Jahanianc++ error recovery. Build a valid AST when trying
2014-10-01 Samuel BenzaquenDo not use delegated constructors.
2014-10-01 Adrian PrantlUpdate CGDebugInfo to the updated API in LLVM.
2014-10-01 Fariborz JahanianAdds 'override' to overriding methods. NFC.
2014-10-01 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
2014-10-01 Alexander Musman[OPENMP] Loop collapsing and codegen for 'omp simd...
2014-10-01 Richard TrieuImprove -Wuninitialized warnings for fields that are...
2014-10-01 Justin BognerInstrProf: Avoid repeated linear searches in a hot...
2014-10-01 Justin BognerInstrProf: Hide SourceMappingRegion's internals (NFC)
2014-09-30 Richard TrieuUpdate uninitialized tests to ensure that field initial...
2014-09-30 Richard SmithEnable both C and C++ modules with -fmodules, by switch...
2014-09-30 Richard TrieuUpdate -Wuninitialized to be stricter on CK_NoOp casts.
2014-09-30 Justin BognerInstrProf: Remove an unused member (NFC)
2014-09-30 Ben LangmuirAvoid a crash after loading an #undef'd macro in code...
2014-09-30 Daniel Jasperclang-format: [JS] Support AllowShortFunctionsOnASingle...
2014-09-30 Eli BenderskyCUDA: mark the target of implicit intrinsics properly
2014-09-30 Job NoormanMake sure aggregates are properly alligned on MSP430.
next