summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * stmt.c (expand_nl_goto_receiver): Copy hard register clobbersrth2003-12-051-0/+15
* PR middle-end/11151ebotcazou2003-12-051-0/+20
* * stmt.c (expand_asm_operands): Check whether force_const_memrsandifo2003-11-291-6/+9
* 2003-11-19 Andreas Krebbel <krebbel1@de.ibm.com>uweigand2003-11-201-0/+7
* * Makefile.in (expr.o): Depend on $(TARGET_H).rsandifo2003-11-161-26/+67
* * stmt.c (resolve_asm_operand_names): Call check_unique_operand_namesjason2003-10-091-6/+3
* * stmt.c (expand_asm_operands): Take a location_t, instead ofrth2003-09-281-3/+3
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-1/+1
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-1/+1
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-5/+5
* PR target/11184mmitchel2003-09-181-4/+1
* * targhooks.c: New file.dj2003-09-041-10/+12
* PR middle-end/11823sayle2003-08-311-1/+2
* * function.c (allocate_struct_function): New, split out of ...rth2003-08-291-19/+1
* PR c++/11512nathan2003-08-161-9/+5
* * Makefile.in (bubblestrap): Don't require a previous fulljason2003-08-011-19/+37
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-5/+5
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-18/+15
* 2003-07-17 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-171-1/+0
* * expr.c (expand_assignment): Remove an unused argumentkazu2003-07-151-2/+2
* * doc/tm.texi (BLOCK_REG_PADDING): Describe.amodra2003-07-141-1/+1
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-6/+4
* * stmt.c: Convert remaining prototypes to ISO C90.aj2003-07-061-4/+4
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-282/+148
* * stmt.c (any_pending_cleanups): Further simplification.law2003-07-011-2/+2
* * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, itlaw2003-07-011-5/+4
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,kazu2003-06-291-1/+1
* * rtl.h (emit_note): Remove FILE parameter.nathan2003-06-271-16/+16
* * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 andkazu2003-06-271-1/+1
* PR 10178zack2003-06-251-0/+3
* * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,neroden2003-06-161-1/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-1/+1
* * stmt.c (expand_asm_operands): Don't warn for memories withrth2003-06-121-3/+4
* * stmt.c (expand_asm_operands): Re-word warning.rth2003-06-091-2/+2
* * expr.h (EXPAND_MEMORY): New.rth2003-06-091-27/+26
* * stmt.c (resolve_asm_operand_names): Rename fromjason2003-06-061-35/+35
* * stmt.c (emit_locus): New macro.gdr2003-05-081-16/+15
* * stmt.c (force_label_rtx): New function, based on logiczack2003-05-071-0/+23
* PR c/10604zack2003-05-031-1/+1
* * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup tozack2003-04-201-45/+32
* PR optimization/7675ebotcazou2003-04-181-0/+1
* PR c++/7086mmitchel2003-03-241-1/+1
* PR c/10178sayle2003-03-231-0/+1
* * stmt.c (tail_recursion_args): Call promote_mode to setsje2003-03-171-5/+5
* * stmt.c (expand_start_case): Call emit_queue ().jakub2003-03-141-0/+1
* Fix PR target/9797 and PR c/9853.drow2003-03-121-0/+3
* * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.kenner2003-03-051-8/+11
* * i386.c (builtin_description): Add __builtin_ia32_paddq andhubicka2003-02-221-3/+7
* * bb-reorder.c (find_traces_1_round): Don't connect easy to copyrth2003-02-151-3/+16