summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * c-parse.in (asm_operand): Allow named operands.rth2001-10-111-92/+259
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-31/+31
* * calls.c: Fix formatting.kazu2001-10-101-3/+3
* * c-common.c: Fix comment typos.kazu2001-10-091-2/+2
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * function.c (expand_function_end): Don't init arg_pointer_save_area.rth2001-08-271-9/+2
* * jump.c (squeeze_notes): Take parms by reference. Handle END beingjason2001-08-221-3/+5
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * stmt.c: Don't include insn-codes.h.zack2001-08-211-150/+8
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-9/+8
* Install the proper patch.hubicka2001-08-171-6/+9
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+2
* * stmt.c (expand_null_return_1): Remove code to generate simple returnsdanglin2001-08-101-46/+7
* 2001-07-25 Andrew MacLeod <amacleod@redhat.com>amacleod2001-07-251-6/+11
* * jump.c: Update comments.hubicka2001-07-221-1/+1
* * stmt.c (emit_case_nodes): Widen high and low instead of new_bounddanglin2001-07-111-17/+14
* * stmt.c (parse_output_constraint): New function, split outmmitchel2001-07-111-119/+172
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-5/+1
* * stmt.c (emit_case_nodes): Convert modes properly in low+high test.rth2001-07-081-6/+11
* * unroll.c: Include predict.h.hubicka2001-06-181-2/+22
* * stmt.c (current_nesting_level): New fn.jason2001-06-081-0/+9
* * stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL.kenner2001-05-201-5/+15
* Fix c/2728bernds2001-05-171-2/+6
* * stmt.c (expand_asm_operands): Be able to offload addressofhubicka2001-05-161-0/+1
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-3/+2
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-12/+12
* * except.c (expand_eh_region_start): Don't start a new block.jason2001-04-271-68/+1
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-36/+100
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-1/+1
* IA-64 ABI Exception Handling.rth2001-03-281-106/+16
* * stmt.c (expand_return): Remove always true predicate.rth2001-03-281-39/+5
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-16/+21
* * fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &ghazi2001-03-101-1/+2
* * stmt.c (expand_return): If an attempt is made to return themmitchel2001-02-201-1/+6
* * stmt.c (estimate_case_costs): Use integer_minus_one_node.ghazi2001-01-291-1/+1
* * stmt.c (cost_table): Remove.rth2001-01-261-19/+23
* * stmt.c (expand_return): Don't return anything if size is zero.kenner2001-01-201-6/+9
* * alias.c (alias_sets_conflict_p): New function.kenner2000-12-301-9/+13
* * rtl.h (REG_NON_LOCAL_GOTO): New.rth2000-12-211-1/+10
* * stmt.c (warn_if_unused_value): Move side effects test earlier.rth2000-12-051-4/+4
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-15/+1
* * stringpool.c: New file.zack2000-11-171-17/+25
* * stmt.c (warn_if_unused_value): Don't warn if the expressionrth2000-11-141-3/+4
* * function.c (assign_parms): If TREE_ADDRESSABLE is set, try tojason2000-11-121-1/+4
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * stmt.c (expand_start_null_loop): Set continue_label.rth2000-11-011-1/+1
* * stmt.c (expand_start_null_loop): New.rth2000-11-011-0/+37
* Remove obstacks.mmitchel2000-10-131-31/+28
* In gcc/ChangeLog:geoffk2000-09-221-2/+2