summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* Convert various rtx to rtx_note *dmalcolm2014-08-191-3/+4
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-8/+8
* Enable fuse-caller-save on self-recursive functionsvries2014-07-091-1/+13
* remove has_executetbsaunde2014-07-091-4/+0
* Fix finding reg-sets of call insnvries2014-06-201-4/+8
* Don't save function_used_regs if it contains all call_used_regsvries2014-06-201-0/+5
* Use function_used_regs variable in collect_fn_hard_reg_usagevries2014-06-201-9/+10
* * rtl.h (insn_location): Declare.ebotcazou2014-06-061-2/+8
* Fix bootstrap on powerpc64le-linux-gnuvries2014-05-291-0/+2
* -fuse-caller-save - Use collected register usage informationvries2014-05-281-3/+0
* -fuse-caller-save - Collect register usage informationvries2014-05-281-1/+116
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-1/+1
* * gengtype-state.c (fatal_reading_state): Bring offline.hubicka2014-05-241-1/+1
* Merge in trunk.mrs2014-05-061-1/+1
|\
| * 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
| * 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel2014-05-051-1/+3
* | Merge in trunk.mrs2014-05-051-1/+3
* | Merge from trunk.rsandifo2014-04-221-8/+10
|\ \ | |/
| * pass cfun to pass::executetbsaunde2014-04-171-4/+10
| * remove has_gatetbsaunde2014-04-171-4/+0
* | Merge from trunk.rsandifo2014-04-171-0/+2
|\ \ | |/
| * * final.c (compute_alignments): Do not apply loop alignment to a blockebotcazou2014-04-161-0/+2
* | Merge in trunk.mrs2014-04-021-14/+3
|\ \ | |/
| * PR sanitizer/60142jakub2014-02-181-14/+3
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge in trunk.mrs2013-12-131-3/+3
|\ \ | |/
| * Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-1/+1
| * Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* | Remove trailing whitespace. Add missing dbxout.c hunk.rsandifo2013-11-211-1/+1
* | Merge from trunk.rsandifo2013-11-201-1/+11
|\ \ | |/
| * Emit a label for the split cold function part. Label name is formed bytmsriram2013-11-191-0/+9
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* | Merge in trunk.mrs2013-11-161-1/+1
|\ \ | |/
| * 2013-11-12 Marek Polacek <polacek@redhat.com>mpolacek2013-11-121-1/+1
* | Merge in trunk.mrs2013-11-061-0/+4
|\ \ | |/
| * libsanitizer merge from upstream r191666kcc2013-11-041-0/+4
* | Merge in trunk.mrs2013-11-041-1/+1
|\ \ | |/
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+1
* | Merge in trunk.mrs2013-10-201-19/+21
|\ \ | |/
| * gcc/rsandifo2013-09-281-19/+21
* | Merge in trunk.mrs2013-09-201-1/+1
|\ \ | |/
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* | Merge in trunk.mrs2013-09-041-3/+17
|\ \ | |/
| * 2013-08-23 Kaz Kojima <kkojima@gcc.gnu.org>tejohnson2013-08-231-1/+1
| * 2013-08-20 Teresa Johnson <tejohnson@google.com>tejohnson2013-08-201-3/+17
* | Add wide-int branch.mrs2013-08-131-1/+15
|/
* * rtl.h (update_alignments): Declare.ebotcazou2013-08-071-19/+48
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-68/+136