| Commit message (Expand) | Author | Age | Files | Lines |
* | PR target/77957 | jakub | 2016-10-13 | 1 | -1/+4 |
* | shrink-wrap: Shrink-wrapping for separate components | segher | 2016-10-12 | 1 | -3/+12 |
* | * tree-ssa.c (target_for_debug_bind, verify_phi_args, | jakub | 2016-10-09 | 1 | -5/+4 |
* | Add inline functions for various bitwise operations. | jason | 2016-09-16 | 1 | -1/+1 |
* | make stack_slot_list a vec<rtx> | tbsaunde | 2016-08-28 | 1 | -5/+3 |
* | use auto_sbitmap in various places | tbsaunde | 2016-07-26 | 1 | -2/+1 |
* | * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1, | uros | 2016-07-19 | 1 | -1/+1 |
* | * function.c (assign_parm_setup_reg): Prevent sharing in another case. | ebotcazou | 2016-06-22 | 1 | -2/+5 |
* | Update TARGET_FUNCTION_INCOMING_ARG documentation | hjl | 2016-06-02 | 1 | -1/+5 |
* | This fixes a bug in my r236491: on nvptx, functions without prologue | segher | 2016-05-20 | 1 | -0/+1 |
* | function: Restructure *logue insertion | segher | 2016-05-19 | 1 | -98/+66 |
* | function: A fix for my previous commit | segher | 2016-05-19 | 1 | -5/+5 |
* | function: Factor out make_*logue_seq | segher | 2016-05-18 | 1 | -69/+93 |
* | function: Do the CLEANUP_EXPENSIVE after shrink-wrapping, not before | segher | 2016-05-18 | 1 | -2/+4 |
* | shrink-wrap: Remove complicated simple_return manipulations | segher | 2016-05-04 | 1 | -211/+2 |
* | * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | matz | 2016-04-18 | 1 | -1/+1 |
* | PR c++/68983 (BE) | jason | 2016-01-08 | 1 | -0/+4 |
* | Update copyright years. | jakub | 2016-01-04 | 1 | -1/+1 |
* | Fix -Wmisleading-indentation warning in function.c | dmalcolm | 2015-12-10 | 1 | -8/+8 |
* | PR middle-end/68291 | ebotcazou | 2015-12-07 | 1 | -9/+10 |
* | Empty the redirect_edge_var_map after each pass | alalaw01 | 2015-12-03 | 1 | -0/+2 |
* | [PR67753] adjust for padding when bypassing memory in assign_parm_setup_block | aoliva | 2015-11-26 | 1 | -3/+41 |
* | remove conditional compilation of sdb debug info | tbsaunde | 2015-11-15 | 1 | -1/+1 |
* | [PR67753] fix copy of PARALLEL entry_parm to CONCAT target_reg | aoliva | 2015-11-06 | 1 | -5/+34 |
* | Pass manager: add support for termination of pass list | marxin | 2015-11-04 | 1 | -5/+0 |
* | 2015-10-30 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-30 | 1 | -5/+0 |
* | 2015-10-29 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-29 | 1 | -13/+11 |
* | 2015-10-16 Christian Bruel <christian.bruel@st.com> | chrbr | 2015-10-16 | 1 | -0/+3 |
* | remove an unneeded as_a<rtx_insn *> () | tbsaunde | 2015-10-10 | 1 | -3/+3 |
* | [PR67766] reorder handling of parallels, concats and promoted values in return | aoliva | 2015-10-09 | 1 | -12/+12 |
* | remove many typedefs | tbsaunde | 2015-10-01 | 1 | -4/+2 |
* | revert to assign_parms assignments using default defsaoliva/pr64164 | aoliva | 2015-09-27 | 1 | -311/+166 |
* | shrink-wrap: Handle multiple predecessors of prologue | segher | 2015-09-22 | 1 | -1/+1 |
* | Split up optabs.[hc] | rsandifo | 2015-09-17 | 1 | -0/+1 |
* | shrink-wrap: Fix up partitions (PR67587) | segher | 2015-09-16 | 1 | -0/+4 |
* | [PR64164] fix regressions reported on m68k and armeb | aoliva | 2015-08-19 | 1 | -11/+63 |
* | remove useless typedefs | tbsaunde | 2015-08-19 | 1 | -4/+4 |
* | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | aoliva | 2015-08-14 | 1 | -60/+281 |
* | PR middle-end/64744 | law | 2015-08-03 | 1 | -3/+3 |
* | gcc/ | rsandifo | 2015-07-28 | 1 | -2/+0 |
* | Revert: | dje | 2015-07-25 | 1 | -225/+50 |
* | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | aoliva | 2015-07-23 | 1 | -50/+225 |
* | 2015-07-10 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-10 | 1 | -0/+1 |
* | 2015-07-08 Kito Cheng <kito.cheng@gmail.com> | law | 2015-07-09 | 1 | -14/+6 |
* | 2015-07-07 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-08 | 1 | -11/+4 |
* | 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2015-07-07 | 1 | -0/+1 |
* | gcc/ | rsandifo | 2015-07-05 | 1 | -7/+1 |
* | gcc/ | rsandifo | 2015-07-05 | 1 | -9/+3 |
* | gcc/ | rsandifo | 2015-06-30 | 1 | -14/+8 |
* | Wunused-parameter warnings are given from cgraph::finalize_function, | manu | 2015-06-29 | 1 | -14/+0 |