]> granicus.if.org Git - clang/shortlog
clang
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...
2014-09-29 Daniel Jasperclang-format: Fix GCC warning about implicit bool point...
2014-09-29 Daniel Jasperclang-format: [JS] Improve formatting of function liter...
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-29 Jyoti Allurtesting commit access to clang repo
2014-09-29 Richard SmithTests for DR600-640.
2014-09-29 Richard SmithFix "unsupported friend" diagnostic to also appear...
2014-09-29 Nikola SmiljanicAdd the tests for __super that I forgot to commit in...
2014-09-28 Richard SmithRun DR tests in C++17 mode too.
2014-09-28 David MajnemerCodeGen: Don't crash when initializing pointer-to-membe...
2014-09-26 Richard TrieuAdd back checking for condition of conditional operator...
2014-09-26 Ben LangmuirEnsure that all module build failures get diagnosed
2014-09-26 Alexey SamsonovDon't link in sanitizer runtimes if -nostdlib/-nodefaul...
2014-09-26 Ben LangmuirFix an assertion failure trying to emit a trivial destr...
2014-09-26 NAKAMURA Takumiclang/test/CodeGen/builtin-assume-aligned.c: Fix for...
2014-09-26 David MajnemerMS ABI: Assert that vftables should have a non-RTTI...
2014-09-26 Alexander MusmanSmall fix for bug 18635.
2014-09-26 Hal FinkelSupport the assume_aligned function attribute
2014-09-26 Jan VeselyCGBuiltin: Use frem instruction rather than libcall...
2014-09-26 Nikola Smiljanic-ms-extensions: Implement __super scope specifier ...
2014-09-25 Eli BenderskyFix PR20886 - enforce CUDA target match in method calls
2014-09-25 Ismail PazarbasiSuggest fix-it for missing '{' after base-clause
2014-09-25 Ben LangmuirMove calls to ResolveExceptionSpec out of SetDeclDefaul...
2014-09-25 David MajnemerMS ABI: Avoid hashing back reference keys in mangler
2014-09-25 Richard TrieuAdd increment/decrement operators and compound assignme...
2014-09-24 Richard SmithFix handling of preincrement on bit-fields. This gives...
2014-09-24 DeLesley HutchinsThread Safety Analysis: Update to documentation.
2014-09-24 Scott Douglasspass environment when invoking llvm-config and clang...
2014-09-24 Nico WeberSimplify tests.
2014-09-24 Reid KlecknerDowngrade error about stdcall decls with no prototype...
2014-09-24 Nico Weberclang-format: Don't let -style=Chromium imply c++03...
2014-09-24 David BlaikieInclude debug info for types referenced only via explic...
2014-09-24 David BlaikieConstify a functor's function call operator because...
2014-09-24 Fariborz JahanianPatch to allow mangling of microsoft’s __uuidof express...
2014-09-24 Benjamin KramerClean up ClangTool's argument adjuster handling a bit...
2014-09-24 David MajnemerSema: Inherit the flexible array property from struct...
2014-09-24 Robert Khasanov[x86] Fixed argument types in intrinsics:
2014-09-24 Steven WuFix the argument index error of __builtin___memccpy_chk
2014-09-24 Richard TrieuFix an edge case with BinaryOperator's in -Wuninitializ...
2014-09-24 Nico WeberFollow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.
next