Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc/ | rsandifo | 2014-05-13 | 1 | -3/+4 |
* | Merge in trunk. | mrs | 2014-05-06 | 1 | -1/+1 |
|\ | |||||
| * | 2014-05-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-06 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2014-04-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | -fuse-caller-save - Add new reg-note REG_CALL_DECL | vries | 2014-04-24 | 1 | -0/+1 |
* | | Merge from trunk. | rsandifo | 2014-04-22 | 1 | -9/+5 |
|\ \ | |/ | |||||
| * | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -1/+4 |
| * | 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 in trunk. | mrs | 2014-04-02 | 1 | -17/+28 |
|\ \ | |/ | |||||
| * | * combine.c (simplify_compare_const): Add MODE argument. | jakub | 2014-03-25 | 1 | -12/+13 |
| * | PR rtl-optimization/52714 | law | 2014-02-27 | 1 | -0/+6 |
| * | PR rtl-optimization/60116 | ebotcazou | 2014-02-12 | 1 | -2/+5 |
| * | PR rtl-optimization/60116 | ebotcazou | 2014-02-12 | 1 | -4/+5 |
* | | Merge in trunk. | mrs | 2014-01-03 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
| * | PR other/59545 | jakub | 2013-12-19 | 1 | -3/+1 |
* | | Merge in trunk. | mrs | 2013-12-13 | 1 | -16/+19 |
|\ \ | |/ | |||||
| * | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -4/+4 |
| * | PR rtl-optimization/58726 | jakub | 2013-12-04 | 1 | -12/+15 |
* | | Merge with trunk. | rsandifo | 2013-12-04 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | * combine.c (reg_nonzero_bits_for_combine): Apply mask transformation | ebotcazou | 2013-11-30 | 1 | -1/+8 |
* | | Remove trailing whitespace. Add missing dbxout.c hunk. | rsandifo | 2013-11-21 | 1 | -1/+1 |
* | | Merge from trunk. | rsandifo | 2013-11-20 | 1 | -10/+15 |
|\ \ | |/ | |||||
| * | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -10/+14 |
| * | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+1 |
* | | - Fix comment typos that I'd introducted. | rsandifo | 2013-10-29 | 1 | -2/+2 |
* | | Merge in trunk. | mrs | 2013-10-20 | 1 | -30/+41 |
|\ \ | |/ | |||||
| * | PR rtl-optimization/58662 | ebotcazou | 2013-10-13 | 1 | -16/+27 |
| * | gcc/ | rsandifo | 2013-09-28 | 1 | -13/+13 |
| * | gcc/ | rsandifo | 2013-09-23 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2013-09-20 | 1 | -37/+45 |
|\ \ | |/ | |||||
| * | gcc/ | rsandifo | 2013-09-09 | 1 | -30/+33 |
| * | gcc/ | rsandifo | 2013-09-09 | 1 | -7/+12 |
* | | Reorganise wide-int classes so that they are all instantiations of a | rsandifo | 2013-09-07 | 1 | -4/+5 |
* | | Merge in trunk. | mrs | 2013-09-04 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | 2013-08-24 Marc Glisse <marc.glisse@inria.fr> | glisse | 2013-08-23 | 1 | -4/+4 |
* | | Add wide-int branch. | mrs | 2013-08-13 | 1 | -17/+9 |
|/ | |||||
* | gcc/ | rsandifo | 2013-08-08 | 1 | -2/+9 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -17/+35 |
* | 2013-07-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com> | ktkachov | 2013-07-26 | 1 | -0/+7 |
* | PR rtl-optimization/57786 | ebotcazou | 2013-07-08 | 1 | -3/+5 |
* | PR target/57819 | jakub | 2013-07-08 | 1 | -2/+4 |
* | * combine.c (combine_simplify_rtx) <case SUBREG>: If nonzero_bits | jakub | 2013-05-04 | 1 | -0/+11 |
* | PR rtl-optimization/57130 | jakub | 2013-05-03 | 1 | -2/+18 |
* | 2013-04-10 Richard Biener <rguenther@suse.de> | rguenth | 2013-04-10 | 1 | -2/+1 |
* | 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com> | jasonwucj | 2013-04-10 | 1 | -2/+3 |
* | 2013-03-28 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2013-03-28 | 1 | -5/+0 |
* | * combine.c (try_combine): Adjust comment. Do not add the set of | ebotcazou | 2013-03-23 | 1 | -12/+11 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -3/+1 |