summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-9/+9
* gcc/rsandifo2014-05-171-4/+4
* 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>zqchen2014-05-131-795/+12
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-3/+2
* pass cfun to pass::executetbsaunde2014-04-171-36/+43
* remove has_gatetbsaunde2014-04-171-4/+0
* PR rtl-optimization/57320jakub2014-03-131-0/+4
* PR middle-end/60175jakub2014-03-031-9/+12
* Reverted r205593edlinger2014-01-061-2/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-6/+6
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* 2013-11-03 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2013-12-021-1/+2
* * gimple.h: Remove all includes.amacleod2013-11-221-3/+1
* add auto_vectbsaunde2013-11-221-2/+1
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-25/+29
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-2/+2
* gcc/ada/rsandifo2013-11-181-2/+2
* gcc/ada/rsandifo2013-11-181-2/+2
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>uweigand2013-11-141-21/+9
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* 2013-11-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>jbglaw2013-11-091-8/+0
* Re-factor tree.h - Part 1.dnovillo2013-11-081-58/+13
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-4/+1
* gcc/rsandifo2013-09-281-9/+9
* gcc/rsandifo2013-09-091-1/+1
* gcc/rsandifo2013-09-091-8/+10
* * function.c (assign_parm_setup_reg): For a parameter passed by pointerebotcazou2013-08-301-8/+18
* gcc/yufeng2013-08-271-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-73/+143
* gcc/xguo2013-07-301-13/+36
* * function.c (initial_trampoline): Remove stray copy.dmalcolm2013-06-111-2/+0
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-3/+11
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-3/+2
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-2/+1
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-3/+2
* * function.c (emit_use_return_register_into_block): On cc0 targets,ebotcazou2013-03-251-2/+7
* * calls.c (expand_call): Add missing guard to code handling returnebotcazou2013-03-231-0/+1
* gcc/rsandifo2013-03-091-17/+6
* PR target/52555aldyh2013-02-191-0/+20
* 2013-01-21 Martin Jambor <mjambor@suse.cz>jamborm2013-01-211-4/+6
* PR target/55940jakub2013-01-151-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* PR middle-end/52650jakub2012-11-271-1/+12
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-3/+3