]> granicus.if.org Git - clang/shortlog
clang
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.
2014-09-30 David MajnemerMS ABI: Correct layout for empty records
2014-09-30 Alexander Musman[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp...
2014-09-30 Richard SmithPR20399: Do not assert when adding an implicit member...
2014-09-29 NAKAMURA TakumiRevert r218616, "Refactor Matcher<T> and DynTypedMatche...
2014-09-29 NAKAMURA Takumiclang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp...
2014-09-29 Hans WennborgTry to fix non-asserts CodeGenCXX/vararg-non-pod-ms...
2014-09-29 Hans WennborgDon't trap when passing non-POD arguments to variadic...
2014-09-29 Alexey SamsonovUse ClangToLLVMArgsMapping in CodeGenTypes::GetFunction...
2014-09-29 Rafael AulerTest commit. Fix a whitespace in ToolChains.cpp.
2014-09-29 David MajnemerAST: Fix a typo in RecordLayoutBuilder
2014-09-29 Alexey SamsonovIntroduce CGFunctionInfo::getNumRequiredArgs(). NFC.
2014-09-29 Eli BenderskyCUDA: Fix incorrect target inference for implicit members.
2014-09-29 Alexey SamsonovSpeedup ClangToLLVMArgMapping construction. NFC.
2014-09-29 Fariborz JahanianObjective-C [qoi] - provide group name for
2014-09-29 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-09-29 Alexey SamsonovRefactor ABIArgInfo::Expand implementation (NFC).
2014-09-29 Richard SmithUpdate modules documentation now that C++ support is...
2014-09-29 Alexey BataevFix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id...
next