summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-4/+3
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.Richard Kenner2001-10-251-6/+4
* stmt.c (expand_end_case): Index jumptables from zero for suitably small value...Roger Sayle2001-10-241-1/+12
* builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner2001-10-231-1/+2
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-3/+14
* * stmt.c (expand_asm_operands): Update commentary.Florian Weimer2001-10-161-1/+3
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-92/+259
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-31/+31
* calls.c: Fix formatting.Kazu Hirata2001-10-101-3/+3
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-2/+2
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson2001-08-271-9/+2
* jump.c (squeeze_notes): Take parms by reference.Jason Merrill2001-08-221-3/+5
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* stmt.c: Don't include insn-codes.h.Zack Weinberg2001-08-211-150/+8
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-9/+8
* Install the proper patch.Jan Hubicka2001-08-171-6/+9
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+2
* stmt.c (expand_null_return_1): Remove code to generate simple returns and "us...John David Anglin2001-08-101-46/+7
* stmt.c (expand_goto): A nonlocal goto can be a call too.Andrew MacLeod2001-07-251-6/+11
* jump.c: Update comments.Jan Hubicka2001-07-221-1/+1
* stmt.c (emit_case_nodes): Widen high and low instead of new_bound and low to ...John David Anglin2001-07-111-17/+14
* stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell2001-07-111-119/+172
* [multiple changes]Richard Kenner2001-07-091-5/+1
* * stmt.c (emit_case_nodes): Convert modes properly in low+high test.Richard Henderson2001-07-081-6/+11
* unroll.c: Include predict.h.Jan Hubicka2001-06-181-2/+22
* stmt.c (current_nesting_level): New fn.Jason Merrill2001-06-081-0/+9
* * stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL.Richard Kenner2001-05-201-5/+15
* Fix c/2728Bernd Schmidt2001-05-171-2/+6
* re PR rtl-optimization/185 (Internal compiler error in `fixup_var_refs_1', at...Jan Hubicka2001-05-161-0/+1
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-3/+2
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-12/+12
* except.c (expand_eh_region_start): Don't start a new block.Jason Merrill2001-04-271-68/+1
* expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva2001-04-121-36/+100
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-1/+1
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-106/+16
* stmt.c (expand_return): Remove always true predicate.Richard Henderson2001-03-271-39/+5
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-16/+21
* server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi2001-03-101-1/+2
* stmt.c (expand_return): If an attempt is made to return the error_mar_node...Mark Mitchell2001-02-201-1/+6
* stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi2001-01-291-1/+1
* stmt.c (cost_table): Remove.Richard Henderson2001-01-261-19/+23
* stmt.c (expand_return): Don't return anything if size is zero.Richard Kenner2001-01-201-6/+9
* alias.c (alias_sets_conflict_p): New function.Richard Kenner2000-12-301-9/+13
* rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson2000-12-201-1/+10
* * stmt.c (warn_if_unused_value): Move side effects test earlier.Richard Henderson2000-12-051-4/+4
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-15/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-17/+25