]> granicus.if.org Git - clang/shortlog
clang
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-07 Faisal ValiFix PR20334: invalid assertion while diagnosing list...
2015-12-06 Serge Pavlov[PGO] Instrument only base constructors and destructors.
2015-12-06 Craig TopperUse llvm::make_range to reduce mentions of iterator...
2015-12-05 Dawn PerchikFix crash in ASTDumper when dumping NamedDecl with...
2015-12-05 Simon Pilgrim[X86][3DNow!] Stripped backend codegen tests
2015-12-05 Simon PilgrimUpdated test names to match the intrinsics being tested
2015-12-05 Simon Pilgrim[X86][F16C] Stripped backend codegen tests
2015-12-05 Craig Topper[AST] Use std::copy and std::fill to simplify some...
2015-12-05 Craig TopperUse std::copy and std::transform instead of manual...
2015-12-05 Xinliang David LiPass profile version info to name API (NFC)
2015-12-05 Reid KlecknerRevert "[x86] Exclusion of incorrect include headers...
2015-12-05 Dan Gohman[WebAssembly] Remove an obsolete TODO comment.
2015-12-05 Devin Coughlin[analyzer] Fix MemRegion crash casting non-struct to...
2015-12-04 Alexey Samsonov[Docs] One more cleanup of -fsanitize= section.
2015-12-04 Chris Bieneman[CMake] Don't build the libclang tests unless you're...
2015-12-04 Alexey Samsonov[Docs] Update MSan docs
2015-12-04 Alexey Samsonov[Docs] Move the list of CFI schemes down to CFI doc...
2015-12-04 Nico WeberSmall follow-up to 254750 to get the test added there...
2015-12-04 Nico WeberFix debug info for Objective-C properties from class...
2015-12-04 Alexey Samsonov[Docs] Remove false claim: UBSan can also be combined...
2015-12-04 Alexey SamsonovClang documentation for UBSan.
2015-12-04 Filipe Cabecinhas[PS4] Add an additional test for ASan+UBSan
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.
next