summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill2003-10-091-6/+3
* stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson2003-09-281-3/+3
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-5/+5
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-4/+1
* targhooks.c: New file.DJ Delorie2003-09-031-10/+12
* re PR middle-end/11823 (Optimizing large jump tables for switch statements)Steven Bosscher2003-08-311-1/+2
* function.c (allocate_struct_function): New, split out of ...Richard Henderson2003-08-291-19/+1
* re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell2003-08-161-9/+5
* Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill2003-07-311-19/+37
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-5/+5
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-18/+15
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-1/+0
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata2003-07-151-2/+2
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-1/+1
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-6/+4
* stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-061-4/+4
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-282/+148
* * stmt.c (any_pending_cleanups): Further simplification.Jeff Law2003-07-011-2/+2
* stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law2003-06-301-5/+4
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X, -1) with ggc_strdup.Kazu Hirata2003-06-291-1/+1
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-16/+16
* stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and OP2 are known to be no...Kazu Hirata2003-06-271-1/+1
* re PR c/10178 (ICE in tree_low_cst)Zack Weinberg2003-06-251-0/+3
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* stmt.c (expand_asm_operands): Don't warn for memories with queued addresses.Richard Henderson2003-06-111-3/+4
* * stmt.c (expand_asm_operands): Re-word warning.Richard Henderson2003-06-091-2/+2
* expr.h (EXPAND_MEMORY): New.Richard Henderson2003-06-081-27/+26
* stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names.Jason Merrill2003-06-061-35/+35
* stmt.c (emit_locus): New macro.Gabriel Dos Reis2003-05-081-16/+15
* stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg2003-05-071-0/+23
* re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2003-05-031-1/+1
* c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.Chris Lattner2003-04-201-45/+32
* re PR rtl-optimization/7675 (ICE in fixup_var_refs_1)Eric Botcazou2003-04-181-0/+1
* re PR c++/7086 (compile time regression)Mark Mitchell2003-03-241-1/+1
* re PR c/10178 (ICE in tree_low_cst)Roger Sayle2003-03-231-0/+1
* stmt.c (tail_recursion_args): Call promote_mode to set unsignedp flag correct...Steve Ellcey2003-03-171-5/+5
* stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek2003-03-141-0/+1
* Fix PR target/9797 and PR c/9853.Daniel Jacobowitz2003-03-121-0/+3
* stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.Richard Kenner2003-03-051-8/+11
* i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka2003-02-221-3/+7
* bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson2003-02-151-3/+16
* stmt.c (emit_case_bit_tests): New routine to implement suitable switch statem...Roger Sayle2003-01-251-3/+192
* emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka2003-01-241-8/+0
* Rename -W to -Wextra.Phil Edwards2003-01-241-1/+1
* stmt.c (same_case_target_p): New function to determine whether two case label...Roger Sayle2003-01-211-13/+65
* re PR rtl-optimization/7507 (ICE (segfault) with -O2)Richard Henderson2003-01-201-11/+21