gcc.git
2018-12-03 GCC AdministratorDaily bump.
2018-12-02 Uros Bizjaki386.c (inline_memory_move_cost): Correctly compute...
2018-12-02 Jakub Jelinekre PR target/88278 (Fails to elide zeroing of upper...
2018-12-02 Jeff Lawh8300.md (call, call_value): Drop mode from operand...
2018-12-02 Jan Hubickabb-reorer.c (find_rarely_executed_basic_blocks_and_cros...
2018-12-02 Janne BlomqvistUse atomic load/store to access static backtrace state...
2018-12-02 Jakub Jelinektree-nested.c (convert_nonlocal_omp_clauses, [...]...
2018-12-02 Jakub Jelinekomp-low.c (check_omp_nesting_restrictions): Allow cance...
2018-12-02 Jakub Jelinekre PR sanitizer/88291 (asan ICE in asan_clear_shadow)
2018-12-02 Jakub Jelinekre PR c++/88258 (Infinite loop emitting diagnostics...
2018-12-02 Iain BuclawMerge dmd upstream 5220ad51e
2018-12-02 GCC AdministratorDaily bump.
2018-12-01 Marek Polacekre PR c++/87523 (ICE: Closures apparently fail to captu...
2018-12-01 Iain Buclawlibphobos: Add support for RISCV to glibc bindings
2018-12-01 Marek Polacekre PR c++/79629 (ICE on invalid code in tsubst_copy...
2018-12-01 Marek Polacekre PR c++/83856 (ICE in tsubst_copy;)
2018-12-01 Marek PolacekImplement P0634R3, Down with typename!
2018-12-01 Jeff Law* gcc.dg/predict-22.c: Update expected output.
2018-12-01 Jakub Jelinekre PR sanitizer/88289 (r266664 causes asan to fail...
2018-12-01 Jakub Jelinekre PR target/54589 (struct offset add should be folded...
2018-12-01 GCC AdministratorDaily bump.
2018-11-30 Indu Bhagatcoverage.c (get_coverage_counts): Use from_function_dec...
2018-11-30 Jakub Jelinekre PR tree-optimization/88274 (ICE in check, at tree...
2018-11-30 Jakub Jelinekre PR testsuite/85368 (phi-opt-11 test fails on IBM Z)
2018-11-30 Jeff Lawoptabs.c (expand_binop): Use "machine_mode" rather...
2018-11-30 Wilco Dijkstrare PR middle-end/64242 (Longjmp expansion incorrect)
2018-11-30 David MalcolmC++: fix-it hint for missing parentheses
2018-11-30 David Malcolmpretty-print.c: add selftest::test_prefixes_and_wrapping
2018-11-30 Michael PloujnikovMinimize clone counter memory usage in LTO.
2018-11-30 Michael PloujnikovMinimize clone counter memory usage in create_virtual_c...
2018-11-30 Michael PloujnikovMake function assembly more independent.
2018-11-30 Jakub Jelinekre PR debug/85550 (-fdebug-types-section broken with...
2018-11-30 Cesar Philippidis[PR88288, OpenACC, libgomp] Adjust offsets for present...
2018-11-30 James Norris[C++] Use existing local variable in cp_parser_oacc_ent...
2018-11-30 Thomas Schwinge[PR87924] Add (XFAILed) test cases for OpenACC wait...
2018-11-30 Thomas SchwingeClean up Fortran OpenACC wait clause handling
2018-11-30 Thomas SchwingeSupport multiple OpenACC wait clauses
2018-11-30 Thomas SchwingeAdd libgomp.oacc-fortran/lib-16-2.f90
2018-11-30 Vladimir Makarovre PR rtl-optimization/88179 ([MIPS] pr84941.c ICE...
2018-11-30 Peter Bergnerre PR target/87496 (ICE in aggregate_value_p at gcc...
2018-11-30 Janne BlomqvistInitialize backtrace state once
2018-11-30 Edward Smith... Implement P0457R2 String Prefix and Suffix Checking.
2018-11-30 Edward Smith... The remainder of the Pre-emptively support P0646R1...
2018-11-30 Edward Smith... Pre-emptively support P0646R1 for std container erasure.
2018-11-30 David MalcolmFix ICE in substring locations from macros in header...
2018-11-30 Tom de Vries[libbacktrace] Add tests for unused formats
2018-11-30 Tom de Vries[libbacktrace] Test check_PROGRAMS without mmap
2018-11-30 Alexander MonakovCall decl_default_tls_model with a proper type (PR...
2018-11-30 Sam Tebbs[PATCH][GCC][ARM] Ensure dotproduct is only enabled...
2018-11-30 Martin LiskaMake red zone size more flexible for stack variables...
2018-11-30 Alan Modra[RS6000] PowerPC64 soft-float
2018-11-30 Alan Modra[RS6000] num_insns_constant ICE
2018-11-30 Richard Bienergimple-parser.c (c_parser_gimple_postfix_expression...
2018-11-30 Martin LiskaRestrict vector extension to use 128bit vectors (PR...
2018-11-30 Richard Bienerre PR tree-optimization/88274 (ICE in check, at tree...
2018-11-30 Tom de Vries[libbacktrace] Factor out backtrace_vector_free
2018-11-30 GCC AdministratorDaily bump.
2018-11-29 Andi KleenAllow changing the fentry section per file and per...
2018-11-29 Andi KleenSupport changing fentry name per function
2018-11-29 Andi KleenSupport instrumenting returns of instrumented functions
2018-11-29 Eric Botcazoure PR target/87807 (passing float/double vectors as...
2018-11-29 Jakub Jelinekre PR target/88152 (optimize SSE & AVX char compares...
2018-11-29 Jakub Jelinekre PR target/54700 (Optimize away x<0 as mask argument...
2018-11-29 Vladimir Makarovpr34256.c: Adjust the number of expected moves.
2018-11-29 Paolo Carlinidecl.c (compute_array_index_type_loc): New, like the...
2018-11-29 David MalcolmC++: namespaces and scopes for enum values (PR c++...
2018-11-29 Peter Bergnerre PR target/87496 (ICE in aggregate_value_p at gcc...
2018-11-29 Uros Bizjaki386.c (inline_memory_move_cost): Check "in" for 2...
2018-11-29 Martin SeborPR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
2018-11-29 Martin SeborPR c/88172 - attribute aligned of zero silently accepte...
2018-11-29 Martin LiskaFix thinko in transition to memop_ret type (PR middle...
2018-11-29 Qing ZhaoAdd a new option -flive-patching={inline-only-static...
2018-11-29 Giuliano Belinassimatch.pd (sinh (atanh (x))): New simplification rules.
2018-11-29 Edward Smith... Only include bits/stl_algo.h for C++20.
2018-11-29 Jakub Jelinekre PR target/54700 (Optimize away x<0 as mask argument...
2018-11-29 Jakub Jelinekre PR target/88152 (optimize SSE & AVX char compares...
2018-11-29 Jakub Jelinekre PR target/88234 (UBsan and runtime error: signed...
2018-11-29 Michael PloujnikovThere can be at most one .resolver clone per function
2018-11-29 Edward Smith... Fix erasure goofs.
2018-11-29 Richard Bienerre PR tree-optimization/88243 (ice in vect_create_epilo...
2018-11-29 Jonathan WakelyPR libstdc++/88119 use alignof in std::alignment_of...
2018-11-29 Andre Vieira[PATCH] [Arm] Fix fpu configurations for Cortex-R7...
2018-11-29 Jakub Jelinekre PR c++/87539 (internal compiler error when compiling...
2018-11-29 Alan Modra[RS6000] PR11848 rs6000_emit_move long double split
2018-11-29 Alan Modra[RS6000] movdi_internal64 insn lengths
2018-11-29 Alan Modra[RS6000] CONST_DOUBLE tidy
2018-11-29 Alan Modra[RS6000] "G" and "H" constraints
2018-11-29 Alan Modra[RS6000] Bogus easy_fp_constant call
2018-11-29 Alan Modra[RS6000] inline plt call sequences
2018-11-29 Alan Modra[RS6000] Use standard call patterns for __tls_get_addr...
2018-11-29 Alan Modra[RS6000] Remove constraints on call rounded_stack_size_...
2018-11-29 Alan Modra[RS6000] Replace TLSmode with P, and correct tls call...
2018-11-29 Alan Modra[RS6000] rs6000_indirect_call_template
2018-11-29 Alan Modra[RS6000] rs6000_call_template for external call insn...
2018-11-29 Aaron Sawdeyrs6000-string.c (expand_block_clear): Change how we...
2018-11-29 Jonathan WakelyPR libstdc++/86910 fix filesystem::create_directories
2018-11-29 GCC AdministratorDaily bump.
2018-11-28 Martin SeborPR c/88065 - ICE in -Wsizeof-pointer-memaccess on an...
2018-11-28 Iain Buclawlibphobos: Merge common version blocks using arch_any...
2018-11-28 Marek PolacekImplement P1094R2, Nested inline namespaces.
next