| Commit message (Expand) | Author | Age | Files | Lines |
* | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -1/+4 |
* | pass current function to opt_pass::gate () | tbsaunde | 2014-04-17 | 1 | -9/+5 |
* | remove has_gate | tbsaunde | 2014-04-17 | 1 | -1/+0 |
* | PR debug/57232 | aoliva | 2014-02-28 | 1 | -1/+2 |
* | gcc/ | rsandifo | 2014-02-07 | 1 | -2/+19 |
* | PR debug/59992 | jakub | 2014-02-06 | 1 | -4/+11 |
* | 2014-01-28 Richard Biener <rguenther@suse.de> | rguenth | 2014-01-28 | 1 | -8/+6 |
* | 2014-01-28 Richard Biener <rguenther@suse.de> | rguenth | 2014-01-28 | 1 | -6/+8 |
* | PR debug/59350 | ebotcazou | 2014-01-06 | 1 | -8/+16 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | merge auto_vec and stack_vec | tbsaunde | 2013-12-20 | 1 | -3/+3 |
* | * var-tracking.c (add_stores): Fix oversight in latest commit. | ebotcazou | 2013-12-14 | 1 | -0/+1 |
* | Eliminate FOR_ALL_BB macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -8/+8 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -4/+4 |
* | * var-tracking.c (track_expr_p): Do not track declarations for parts | ebotcazou | 2013-11-27 | 1 | -0/+81 |
* | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -4/+3 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -9/+11 |
* | Eliminate n_edges macro | dmalcolm | 2013-11-19 | 1 | -1/+1 |
* | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+3 |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -4/+5 |
* | gcc/c-family/ | rsandifo | 2013-11-18 | 1 | -2/+2 |
* | gcc/ada/ | rsandifo | 2013-11-18 | 1 | -1/+1 |
* | * df-scan.c (df_collection_rec): Adjust. | law | 2013-10-28 | 1 | -16/+10 |
* | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -0/+2 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -3/+3 |
* | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -7/+9 |
* | * function.c (assign_parm_setup_reg): For a parameter passed by pointer | ebotcazou | 2013-08-30 | 1 | -4/+20 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -19/+36 |
* | This patch is part of a consolodation of the hash_table patches to | crowl | 2013-04-26 | 1 | -424/+420 |
* | PR middle-end/43631 | steven | 2013-04-16 | 1 | -1/+2 |
* | 2013-03-21 Richard Biener <rguenther@suse.de> | rguenth | 2013-03-21 | 1 | -7/+5 |
* | Fix variable tracking for leaf functions on sparc. | davem | 2013-02-07 | 1 | -21/+24 |
* | PR debug/54114 | aoliva | 2013-01-18 | 1 | -66/+227 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | PR debug/54402 | jakub | 2013-01-03 | 1 | -3/+7 |
* | PR target/55659 | jakub | 2012-12-12 | 1 | -46/+7 |
* | PR middle-end/43631 | jakub | 2012-12-11 | 1 | -6/+14 |
* | PR middle-end/43631 | jakub | 2012-12-06 | 1 | -1/+32 |
* | PR rtl-optimization/54921 | jakub | 2012-11-20 | 1 | -36/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -85/+75 |
* | PR debug/54402 | jakub | 2012-11-05 | 1 | -6/+14 |
* | This patch normalizes more bitmap function names. | crowl | 2012-11-01 | 1 | -9/+9 |
* | 2012-11-01 Sharad Singhai <singhai@google.com> | singhai | 2012-11-01 | 1 | -0/+1 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | crowl | 2012-10-30 | 1 | -3/+3 |
* | PR debug/54970 | jakub | 2012-10-26 | 1 | -1/+3 |
* | * rtl.h (get_call_rtx_from): New prototype. | steven | 2012-10-16 | 1 | -13/+5 |
* | PR debug/54796 | jakub | 2012-10-16 | 1 | -0/+18 |
* | * combine.c (record_dead_and_set_regs): Iterate over hard register set | steven | 2012-10-16 | 1 | -4/+4 |