]> granicus.if.org Git - clang/shortlog
clang
2015-12-01 Aaron BallmanIt appears that this horrible mutating copy constructor...
2015-12-01 Daniel Jasperclang-format: Make it possible to turn off comment...
2015-12-01 Daniel Jasperclang-format: treat Q_SIGNALS as an access modifier
2015-12-01 Daniel JasperThis fixes https://llvm.org/bugs/show_bug.cgi?id=25329...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Gabor Horvath[analyzer] Fix IssueHash generation.
2015-12-01 Yaron KerenRemove superfluous StringRef casts, NFC.
2015-12-01 Craig Topper[X86] Improve codegen for AVX2 gather with an all 1s...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-12-01 Richard Smith[modules] Don't reject multiple modules providing conte...
2015-12-01 Richard SmithFix use-after-free when a C++ thread_local variable...
2015-11-30 NAKAMURA Takumi[PR25661] Revert part of r217213 according to r254323.
2015-11-30 Kostya Serebryany[libFuzzer] clarify the limitation of fsanitize-coverag...
2015-11-30 David Majnemer[MS Compat] Adjust thiscall to cdecl when deducing...
2015-11-30 Samuel AntaoAdd --gcc-toolchain= to one of the libclang unitests...
2015-11-30 Aaron BallmanDo not crash when dumping the objc_bridge_related attri...
2015-11-30 Craig TopperUse range-based for loop to avoid the need for calculat...
2015-11-30 Craig TopperUse std::begin() and std::end() instead of doing the...
2015-11-29 Craig Topper[X86] _mm256_permutevar8x32_ps should take an integer...
2015-11-29 Simon Pilgrim[X86][SSE2] Added SSE2 IR + assembly codegen builtin...
2015-11-29 NAKAMURA Takumiclang/test/CodeGen/arm-v8.1a-neon-intrinsics.c REQUIRES...
2015-11-29 Alexandros... ARM v8.1a adds Advanced SIMD instructions for Rounding...
2015-11-29 Alexandros... ARM v8.1a adds Advanced SIMD instructions for Rounding...
2015-11-29 Craig Topper[X86] Remove temporary variables from intrinsic macros...
2015-11-27 Daniel SandersFixed default label in fully covered switch warning...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-27 Artyom Skrobovint function without a return statement is invalid...
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-27 Daniel SandersRevert r254203: [mips] Interrupt attribute support.
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-27 Joerg SonnenbergerRevert Sparc and SparcV9 to external assembler. Now...
2015-11-27 Andrey Bokhanko[x86] Exclusion of incorrect include headers paths...
2015-11-26 Pierre GousseauTest commit
2015-11-26 Justin Bognerdocs: Remove references to the long-defunct LLVM_USED_LIBS
2015-11-26 Oliver Stannard[AArch64] Add command-line options for Statistical...
2015-11-26 Oliver Stannard[AArch64] Add command-line options for ARMv8.2-A
2015-11-26 Alexander MusmanFix for merging decls in pragma weak
2015-11-26 Alexey Bataev[OPENMP 4.5] Fixed rules for 'ordered' clause.
2015-11-26 Craig Topper[Diagnostics] Call setMapping on the correct diagnostic...
2015-11-26 Craig TopperUse range-based for loops. NFC
2015-11-26 Richard SmithUpdate reference to final TM TS spec.
2015-11-26 Richard SmithP0002R1: increment on expressions of type bool is no...
2015-11-26 Richard Smith[modules] Refactor handling of -fmodules-embed-*. Track...
2015-11-26 Martell MaloneDriver: protect from empty -L args
2015-11-26 Devin Coughlin[analyzer] Add tests for generalized lambda capture...
2015-11-25 Devin Coughlin[analyzer] Include block capture copy expressions in...
2015-11-25 Richard SmithP0001R1: 'register' storage class specifier is no longe...
2015-11-25 Richard SmithStop using SFINAE to detect whether a derived-class...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-25 Alexey Bataev[X86] Support for C calling convention only for MCU...
2015-11-25 Richard SmithFix typo that was being SFINAE'd away (and apparently...
2015-11-24 Richard SmithTeach RAV to pass its DataRecursionQueue to derived...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-24 Yaron KerenReplace [=] lambda capture with [&] per David BlaikieĆ¾...
2015-11-24 Devin Coughlin[analyzer] Pass value expression for inlined defensive...
2015-11-24 Nirav DaveFix rewrite of reserved library name in case of -nodefa...
2015-11-24 Alexey Bataev[OPENMP] Fix crash on codegen for 'task' directive...
2015-11-24 Richard SmithReduce the stack usage per recursive step when Recursiv...
2015-11-24 Richard Smith[modules] Add -cc1 flag -fmodules-embed-all-files.
2015-11-24 Richard SmithRemove DataRecursiveASTVisitor; it no longer serves...
2015-11-24 Richard SmithUse data recursion in RecursiveASTVisitor when traversi...
2015-11-24 Artem BelevichDo not attempt to include CUDA headers during the test.
2015-11-24 Richard Smith[coroutines] Build a CoroutineBodyStmt when finishing...
2015-11-23 NAKAMURA TakumiCodeGenFunction.h: Prune a \param in r253926. [-Wdocume...
2015-11-23 Chris BienemanNFC. Fixing my consistently incorrect spelling.
2015-11-23 NAKAMURA Takumiclang-c/Index.h: Move \brief. [-Wdocumentation]
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-11-23 Chad RosierFix a warning about commas at the end of enumerator...
2015-11-23 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-11-23 Yaron KerenReplace loop with std::any_of, NFC.
2015-11-23 Daniel Jasperclang-format: Re-add code path deleted in r253873 and...
2015-11-23 Martell MaloneFix alignment of r253898
2015-11-23 Martell MaloneDriver: fallback to the location of clang if no sysroot,
2015-11-23 Sumanth GundapaneniMake tbm-builtins.c as X86 specific unit test
2015-11-23 Xinliang David LiDisable frame pointer elimination when using -pg
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-23 Martell MaloneRevert part of r253813
2015-11-23 Daniel Jasperclang-format: Signficantly refactor the cast detection.
2015-11-23 Daniel Jasperclang-format: Fix incorrect cast detection.
2015-11-23 Daniel Jasperclang-format: If the template list of a variable declar...
2015-11-23 Alexey Bataev[OPENMP] 'out' dependency for 'task' directives must...
2015-11-23 Anastasia Stulova[OpenCL 2.0] Apply default address space (AS).
2015-11-23 Daniel JasperFix clang-format test. I believe that the new behavior...
2015-11-23 Daniel Jasperclang-format: Make moving of the Cursor work properly...
2015-11-23 Daniel JasperFix calculation of shifted cursor/code positions. Speci...
2015-11-23 NAKAMURA TakumiOpenMPClause.h: Fix typos. [-Wdocumentation]
2015-11-23 Vedant Kumar[Driver] Mark isForDiagnostics as const. NFC.
2015-11-23 Xinliang David LiRevert r253846 (build bot failure))
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause -...
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-23 Xinliang David LiDisable frame pointer elimination when using -pg
2015-11-23 David Majnemer[MS ABI] Tolerate invokes of __RTDynamicCast
2015-11-22 Richard Smith[coroutines] Check for overload sets in co_yield /...
2015-11-22 Richard Smith[coroutines] Build implicit return_value / return_void...
2015-11-22 Martell MaloneTest: Update mingw-useld.c to reflect r253813
2015-11-22 Martell MaloneDriver: Specifically tell the linker the target for...
2015-11-22 Richard Smith[coroutines] Materialize the awaitable before generatin...
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-11-21 Daniel Jasperclang-format: Make sorting includes respect // clang...
2015-11-21 Matthias BraunLet's try to fix this test again with a fixed target...
next