]> granicus.if.org Git - clang/shortlog
clang
2015-12-04 Gabor Horvath[analyzer] Improve modelling of nullptr_t in the analyz...
2015-12-04 Craig TopperFix an unused variable warning in released builds....
2015-12-04 Craig Topper[AST] ArrayRef-ize CompoundStmt::setStmts.
2015-12-04 Devin Coughlin[analyzer] Support inlining lambda-converted blocks.
2015-12-04 Richard SmithDon't assert if evaluation of an expression that we...
2015-12-04 Stephen HinesLLDB JIT needs android vector passing rules.
2015-12-04 Alexey Samsonov[Docs] Sanitizer docs migrated from code.google.com...
2015-12-04 Petar Jovanovic[PowerPC] Fix calculating address of arguments on stack...
2015-12-03 Richard SmithPR25731: namespace alias declarations can appear at...
2015-12-03 George Burgess IVFix pass_object_size test on Windows.
2015-12-03 George Burgess IVAdd tests for `&enable_if_function` diagnostics.
2015-12-03 Chris Bieneman[CMake] Removing an unnecessary layer of variable indir...
2015-12-03 Devin Coughlin[analyzer] Suppress stack address escape on CK_CopyAndA...
2015-12-03 George Burgess IVAdd tests for pass_object_size.
2015-12-03 Nico WeberFix Objective-C metadata for properties from class...
2015-12-03 NAKAMURA TakumiFix clang/test/Sema/struct-packed-align.c. "Windows...
2015-12-03 Nico WeberMake check-clang depend on LTO.
2015-12-03 Krzysztof ParzyszekUnxfail passing test: test/CodeGenCXX/crash.cpp
2015-12-03 Alexander KornienkoRevert "Fix for merging decls in pragma weak Calling...
2015-12-03 Manuel KlimekAdd fall-back mode for clang tools.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-03 Alexey BataevPR25575: Make GCC 4.4+ comatible layout for packed...
2015-12-03 Simon Pilgrim[X86] Stripped backend codegen tests
2015-12-03 Nico WeberFix a comment typo from r251874.
2015-12-03 Sanjay Patelgeneralize CHECK lines to make buildbot happy
2015-12-03 Richard SmithPR17381: Treat undefined behavior during expression...
2015-12-03 Sanjay Patelchange an assert when generating fmuladd to an ordinary...
2015-12-02 Sanjay Patelfix typos; NFC
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Sumanth GundapaneniFix the clang driver when "-nostdlib" is present
2015-12-02 Paul RobinsonMove _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-12-02 Aaron BallmanMaking the deleted copy constructor parameter const...
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-12-02 Aaron BallmanAmending r254423 by deleting the copy constructor and...
2015-12-02 Daniel JasperTraverse the NestedNameSpecifier(Loc) of NamespaceAlias...
2015-12-02 Christof DoumaTeaches clang about Cortex-A35.
2015-12-02 NAKAMURA Takumiclang/test/Driver/crash-report-modules.m: Avoid using...
2015-12-02 Kostya Serebryany[sanitizer coverage] document -fsanitize-coverage=trace-bb
2015-12-01 Peter Collingbournedocs: Add design documentation for forward-edge CFI...
2015-12-01 Adrian PrantlClang-format an 80-column violation.
2015-12-01 Adrian PrantlAdd an accessor to Decl::LoadedFieldsFromExternalStorag...
2015-12-01 Rafael EspindolaUpdate for llvm api change.
2015-12-01 Benjamin KramerAvoid picking up system headers in unittest by providin...
2015-12-01 David Majnemer[MS ABI] Correctly mangle nullptr member pointers for...
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...
next