aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06re PR debug/53927 (wrong value for DW_AT_static_link)Eric Botcazou1-0/+19
2014-06-06re PR target/61300 (powerpc64le miscompile with K&R-style function definition...Alan Modra1-5/+10
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-9/+9
2014-05-17emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.Richard Sandiford1-4/+4
2014-05-13Makefile.in: add shrink-wrap.o.Zhenqiang Chen1-795/+12
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+43
2014-04-17remove has_gateTrevor Saunders1-4/+0
2014-03-13re PR rtl-optimization/57320 (Shrink-wrapping leaves unreachable blocks in th...Steven Bosscher1-0/+4
2014-03-03re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)Jakub Jelinek1-9/+12
2014-01-06Reverted r205593Bernd Edlinger1-2/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-6/+6
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-02re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Bernd Edlinger1-1/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+1
2013-11-22add auto_vecTrevor Saunders1-2/+1
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-25/+29
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-14function.c (assign_parms): Use all.reg_parm_stack_space instead of re-evaluat...Ulrich Weigand1-21/+9
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-09function.c (NAME__MAIN): Move to...Jan-Benedict Glaw1-8/+0
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-58/+13
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-9/+9
2013-09-09gcc/Richard Sandiford1-1/+1
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-8/+10
2013-08-30function.c (assign_parm_setup_reg): For a parameter passed by pointer and whi...Eric Botcazou1-8/+18
2013-08-27function.c (assign_parm_find_data_types): Set passed_mode and nominal_mode to...Yufeng Zhang1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-73/+143
2013-07-30re PR rtl-optimization/57637 (Miscompare on 178.galgel in SPEC2000 on arm)Zhenqiang Chen1-13/+36
2013-06-11function.c (initial_trampoline): Remove stray copy.David Malcolm1-2/+0
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-3/+11
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-3/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+1
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-3/+2
2013-03-25function.c (emit_use_return_register_into_block): On cc0 targets, do not emit...Eric Botcazou1-2/+7
2013-03-23calls.c (expand_call): Add missing guard to code handling return of non-BLKmo...Eric Botcazou1-0/+1
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford1-17/+6
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez1-0/+20
2013-01-21re PR middle-end/56022 (ICE (segfault) at convert_memory_address_addr_space (...Martin Jambor1-4/+6
2013-01-15re PR target/55940 (Incorrect code for accessing parameters with 32-bit Intel...Jakub Jelinek1-1/+1