summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-10/+17
* re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou2003-01-091-8/+16
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-2/+2
* re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Eric Botcazou2002-12-191-1/+10
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-88/+26
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey2002-12-091-1/+0