summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* * flow.c (EXIT_IGNORE_STACK): Move to ...kazu2003-12-161-9/+7
* * c-typeck.c: Fix comment typos.kazu2003-12-131-1/+1
* Fix for problem with unnecessary volatile mems.wilson2003-12-111-1/+11
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-9/+9
* PR optimization/13060ebotcazou2003-12-071-0/+16
* PR middle-end/11151ebotcazou2003-12-051-0/+6
* * function.c (assign_parms): Make sure parm PARALLEL combineddje2003-12-031-5/+11
* * function.c (update_epilogue_consts): Don't use PARAMS.steven2003-12-011-1/+1
* 2003-11-23 Waldek Hebisch <hebisch@math.uni.wroc.pl>aj2003-11-241-1/+1
* 2003-11-20 Fariborz Jahanian <fjahanian@apple.com>dje2003-11-201-3/+18
* * function.c (assign_parms): Use TREE_TYPE to determine the realjason2003-11-141-4/+4
* PR/6552kenner2003-11-141-11/+54
* 2003-11-11 Eric Christopher <echristo@redhat.com>echristo2003-11-121-23/+24
* * function.c (assign_parms): Add ATTRIBUTE_UNUSED to variabledanglin2003-11-011-1/+1
* 2003-10-25 Eric Christopher <echristo@redhat.com>echristo2003-10-301-1/+4
* PR optimization/12544ebotcazou2003-10-111-5/+7
* * function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'geoffk2003-10-081-2/+1
* 2003-10-07 Geoffrey Keating <geoffk@apple.com>geoffk2003-10-071-8/+21
* * c-pretty-print.c: Fix comment typos.kazu2003-10-051-1/+1
* * fold-const.c: Follow spelling conventions.kazu2003-10-051-1/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-2/+2
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-2/+2
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-10/+8
* PR target/11184mmitchel2003-09-181-10/+3
* * function.c (STACK_BYTES): Move definition to head of file.rsandifo2003-09-141-21/+50
* * targhooks.c: New file.dj2003-09-041-28/+46
* * function.c (allocate_struct_function): New, split out of ...rth2003-08-291-119/+51
* * calls.c (initialize_argument_information): If an argument has norsandifo2003-08-271-3/+2
* PR c++/10538, PR c/5582pinskia2003-08-191-3/+3
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-8/+10
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-15/+14
* * expr.c (expand_assignment): Remove an unused argumentkazu2003-07-151-1/+1
* * doc/tm.texi (BLOCK_REG_PADDING): Describe.amodra2003-07-141-4/+26
* * function.c (assign_parms): Don't recombine complex args ifrth2003-07-111-11/+26
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-3/+3
* * fold-const.c: Convert prototypes to ISO C90.aj2003-07-011-384/+193
* * rtl.h (emit_line_note_after): Remove.nathan2003-07-011-5/+2
* * rtl.h (emit_note): Remove FILE parameter.nathan2003-06-271-8/+9
* * basic-block.h: Fix comment formatting.kazu2003-06-231-1/+1
* * function.c (set_insn_locators): Mark as unused.schwab2003-06-221-1/+1
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-201-14/+3
* cp:ghazi2003-06-161-1/+1
* * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,neroden2003-06-161-1/+1
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-8/+7
* * cfglayout.c (insn_scope): New static functionhubicka2003-06-081-0/+18
* * function.c (trampolines_created): New variable.jakub2003-06-041-0/+4
* 2003-06-03 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-031-1/+66
* Add missed chunk in last commit.aj2003-05-311-2/+1
* * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINEaj2003-05-311-5/+0
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-2/+1