| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | re PR tree-optimization/87977 (ICE: verify_ssa failed (error: definition in b... | Jakub Jelinek | 2018-11-14 | 8 | -8/+33 |
* | re PR rtl-optimization/87507 (IRA unnecessarily uses non-volatile registers d... | Peter Bergner | 2018-11-13 | 5 | -4/+98 |
* | Daily bump. | GCC Administrator | 2018-11-14 | 1 | -1/+1 |
* | re PR tree-optimization/87898 (ICE in separate_decls_in_region_debug, at tree... | Jakub Jelinek | 2018-11-14 | 4 | -5/+39 |
* | Fix error when selecting number of memory pools | Jonathan Wakely | 2018-11-13 | 2 | -1/+4 |
* | Fix unused parameter warnings introduced in earlier patch | Jonathan Wakely | 2018-11-13 | 2 | -1/+5 |
* | Remove redundant loop in unsynchronized_pool_resource code | Jonathan Wakely | 2018-11-13 | 2 | -26/+16 |
* | Improve handling of pool_options::largest_required_pool_block | Jonathan Wakely | 2018-11-13 | 3 | -21/+101 |
* | Fix incorrect assertion when deallocating big block | Jonathan Wakely | 2018-11-13 | 3 | -14/+133 |
* | Fix overflows in std::pmr::unsynchonized_pool_resource | Jonathan Wakely | 2018-11-13 | 3 | -15/+150 |
* | re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf... | Peter Bergner | 2018-11-13 | 2 | -152/+202 |
* | Eliminate source_location in favor of location_t | David Malcolm | 2018-11-13 | 83 | -734/+840 |
* | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 2018-11-13 | 5 | -9/+92 |
* | extend.texi: Fix typo in the weakref description. | Michael Ploujnikov | 2018-11-13 | 2 | -1/+5 |
* | Fix ChangeLog entry for r266080 | David Malcolm | 2018-11-13 | 2 | -25/+22 |
* | re PR tree-optimization/86991 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 2018-11-13 | 4 | -29/+49 |
* | Ensure that dump calls are guarded with dump_enabled_p | David Malcolm | 2018-11-13 | 15 | -106/+218 |
* | Fix ICE with -fopt-info-inline (PR ipa/87955) | David Malcolm | 2018-11-13 | 4 | -6/+30 |
* | -fsave-optimization-record: compress the output using zlib | David Malcolm | 2018-11-13 | 3 | -11/+37 |
* | tree-vrp.c (value_range_base::dump): Dump type. | Aldy Hernandez | 2018-11-13 | 6 | -58/+64 |
* | Move a test-case to a proper folder. | Martin Liska | 2018-11-13 | 2 | -1/+6 |
* | re PR tree-optimization/87931 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 2018-11-13 | 4 | -0/+50 |
* | Improve -fprofile-report. | Martin Liska | 2018-11-13 | 6 | -124/+191 |
* | Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930). | Martin Liska | 2018-11-13 | 4 | -0/+22 |
* | [PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable | Andre Vieira | 2018-11-13 | 10 | -54/+168 |
* | re PR tree-optimization/87962 (ICE in vect_get_vec_def_for_operand_1, at tree... | Richard Biener | 2018-11-13 | 4 | -23/+44 |
* | re PR tree-optimization/87967 (ICE in slpeel_duplicate_current_defs_from_edges) | Richard Biener | 2018-11-13 | 4 | -1/+62 |
* | [RS6000] Don't put large integer constants in TOC for -mcmodel=medium | Alan Modra | 2018-11-13 | 2 | -2/+10 |
* | [ARC] Add support for profiling in glibc. | Claudiu Zissulescu | 2018-11-13 | 4 | -9/+28 |
* | [ARC] Do not emit ZOL in the presence of text jump tables. | Claudiu Zissulescu | 2018-11-13 | 2 | -1/+16 |
* | [ARC] Update EH code. | Claudiu Zissulescu | 2018-11-13 | 7 | -8/+61 |
* | [ARC] Refurbish and improve prologue/epilogue functions. | Claudiu Zissulescu | 2018-11-13 | 13 | -465/+1131 |
* | [ARC] Add peephole rules to combine store/loads into double store/loads | Claudiu Zissulescu | 2018-11-13 | 4 | -0/+240 |
* | toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on sta... | Eric Botcazou | 2018-11-13 | 2 | -2/+8 |
* | re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-r... | Jakub Jelinek | 2018-11-13 | 4 | -3/+38 |
* | tree-ssanames.h (set_range_info): Use value_range_base. | Richard Biener | 2018-11-13 | 5 | -107/+88 |
* | linux-unwind.h (_sig_ucontext_t): Remove. | Xianmiao Qu | 2018-11-13 | 2 | -53/+58 |
* | misc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions for the runtime on platf... | Eric Botcazou | 2018-11-13 | 2 | -2/+12 |
* | Implement P0315R4, Lambdas in unevaluated contexts. | Jason Merrill | 2018-11-12 | 22 | -37/+262 |
* | Avoid double substitution with complete explicit template arguments. | Jason Merrill | 2018-11-12 | 8 | -51/+61 |
* | decl2.c (min_vis_expr_r, [...]): New. | Jason Merrill | 2018-11-12 | 3 | -15/+85 |
* | Implement P0722R3, destroying operator delete. | Jason Merrill | 2018-11-12 | 13 | -17/+174 |
* | Implement P0780R2, pack expansion in lambda init-capture. | Jason Merrill | 2018-11-12 | 4 | -11/+120 |
* | cp-tree.h (struct cp_evaluated): New. | Jason Merrill | 2018-11-12 | 5 | -28/+27 |
* | Change __cpp_explicit_bool to __cpp_conditional_explicit. | Jason Merrill | 2018-11-12 | 3 | -1/+10 |
* | [RS6000] secondary_reload and find_replacement | Alan Modra | 2018-11-13 | 2 | -12/+10 |
* | re PR middle-end/59634 (Documentation (info/man page): lack of information fo... | Sandra Loosemore | 2018-11-12 | 2 | -3/+10 |
* | [RS6000] Comment fixes | Alan Modra | 2018-11-13 | 2 | -1/+2 |
* | [RS6000] Rotate testcase | Alan Modra | 2018-11-13 | 4 | -2/+19 |
* | [RS6000] Hide insn not needing to be public | Alan Modra | 2018-11-13 | 2 | -1/+5 |