Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert many uses of pointer_map to hash_map | tbsaunde | 2014-08-02 | 1 | -10/+7 |
* | remove has_execute | tbsaunde | 2014-07-09 | 1 | -1/+0 |
* | allow storing values directly in hash tables | tbsaunde | 2014-06-24 | 1 | -17/+21 |
* | Remove a layer of indirection from hash_table | tbsaunde | 2014-06-24 | 1 | -3/+3 |
* | * expr.h: Remove prototypes of functions defined in builtins.c. | amacleod | 2014-06-02 | 1 | -0/+1 |
* | Merge in trunk. | mrs | 2014-05-06 | 1 | -3/+1 |
|\ | |||||
| * | 2014-05-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-06 | 1 | -3/+1 |
* | | Merge from trunk. | rsandifo | 2014-04-22 | 1 | -9/+2 |
|\ \ | |/ | |||||
| * | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -1/+1 |
| * | pass current function to opt_pass::gate () | tbsaunde | 2014-04-17 | 1 | -7/+1 |
| * | remove has_gate | tbsaunde | 2014-04-17 | 1 | -1/+0 |
* | | Merge from trunk. | rsandifo | 2014-04-17 | 1 | -5/+34 |
|\ \ | |/ | |||||
| * | PR tree-optimization/60844 | jakub | 2014-04-16 | 1 | -5/+34 |
* | | Merge in trunk. | mrs | 2014-04-02 | 1 | -4/+31 |
|\ \ | |/ | |||||
| * | PR tree-optimization/59025 | jakub | 2014-03-13 | 1 | -1/+28 |
| * | PR tree-optimization/60502 | jakub | 2014-03-12 | 1 | -2/+1 |
| * | PR tree-optimization/60174 | ebotcazou | 2014-02-18 | 1 | -1/+2 |
* | | Merge in trunk. | mrs | 2014-01-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2013-12-13 | 1 | -6/+18 |
|\ \ | |/ | |||||
| * | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
| * | Eliminate BASIC_BLOCK macro. | dmalcolm | 2013-12-09 | 1 | -2/+4 |
| * | PR tree-optimization/59388 | jakub | 2013-12-06 | 1 | -3/+13 |
* | | Merge with trunk. | rsandifo | 2013-12-04 | 1 | -5/+16 |
|\ \ | |/ | |||||
| * | PR tree-optimization/59154 | jakub | 2013-11-23 | 1 | -3/+9 |
| * | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -2/+7 |
* | | Merge with trunk. | rsandifo | 2013-11-22 | 1 | -7/+3 |
|\ \ | |/ | |||||
| * | add auto_vec | tbsaunde | 2013-11-22 | 1 | -7/+3 |
* | | Merge from trunk. | rsandifo | 2013-11-20 | 1 | -6/+9 |
|\ \ | |/ | |||||
| * | gcc/ada/ | rsandifo | 2013-11-20 | 1 | -1/+1 |
| * | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -4/+4 |
| * | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+3 |
| * | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -2/+2 |
| * | gcc/ada/ | rsandifo | 2013-11-18 | 1 | -1/+1 |
* | | Remove tree_to_hwi. | rsandifo | 2013-11-19 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2013-11-16 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | * gimplify-be.h: New file. Add prototypes. | amacleod | 2013-11-14 | 1 | -1/+2 |
| * | * gimple-walk.h: New File. Relocate prototypes from gimple.h. | amacleod | 2013-11-13 | 1 | -0/+1 |
| * | 2013-11-12 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-11-12 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2013-11-04 | 1 | -364/+442 |
|\ \ | |/ | |||||
| * | PR tree-optimization/58946 | jakub | 2013-11-04 | 1 | -29/+42 |
| * | * tree-ssa-loop.h: Remove include files. | amacleod | 2013-10-23 | 1 | -0/+1 |
| * | PR tree-optimization/58775 | jakub | 2013-10-23 | 1 | -363/+420 |
| * | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -1/+8 |
* | | Merge in trunk. | mrs | 2013-10-20 | 1 | -79/+163 |
|\ \ | |/ | |||||
| * | * tree-ssa-reassoc.c: Include rtl.h and tm_p.h. | law | 2013-10-15 | 1 | -69/+153 |
| * | * tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h. | amacleod | 2013-10-01 | 1 | -6/+6 |
| * | gcc/ | rsandifo | 2013-09-30 | 1 | -1/+1 |
| * | gcc/ | rsandifo | 2013-09-28 | 1 | -2/+2 |
| * | 2013-09-26 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-09-26 | 1 | -1/+1 |