summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* [multiple changes]Easwaran Raman2012-10-161-85/+319
* Integrate lexical block into source_location.Dehao Chen2012-09-191-2/+2
* tree.h (expand_case): Move prototype ...Steven Bosscher2012-09-111-45/+136
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-10/+5
* function.c (stack_protect_epilogue): Use expand_call to expand targetm.stack_...Steven Bosscher2012-07-161-36/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+2
* expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.Steven Bosscher2012-07-051-231/+328
* stmt.c (emit_case_bit_tests): Remove.Steven Bosscher2012-07-021-198/+11
* system.h (CASE_USE_BIT_TESTS): Poison.Steven Bosscher2012-06-291-9/+4
* rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz2012-05-291-136/+2
* expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz2012-05-291-0/+5
* vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code, unset flag_jump_tables.Steven Bosscher2012-05-021-3/+0
* targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher2012-04-181-62/+18
* stmt.c (cost_table_, [...]): Remove.Steven Bosscher2012-04-171-131/+3
* re PR target/16458 (PowerPC - redundant compare)Peter Bergner2012-04-111-1/+5
* c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez2012-04-101-96/+0
* re PR middle-end/51768 (ICE with invalid asm goto)Jakub Jelinek2012-01-051-7/+6
* expr.h (copy_blkmode_to_reg): Declare.Richard Sandiford2011-10-121-106/+7
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-2/+2
* re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)Richard Henderson2011-08-151-1/+4
* params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez2011-07-271-1/+2
* Add --param case-values-thresholdMichael Meissner2011-07-051-1/+16
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-1/+1
* explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson2011-03-031-2/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* * stmt.c (lshift_cheap_p): Support properly optimize_insn_for_speed_p.Jan Hubicka2010-11-201-7/+9
* re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conver...Jakub Jelinek2010-11-201-8/+20
* tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw2010-11-131-31/+49
* re PR rtl-optimization/46226 (asm goto may leave stack pointer invalid)Richard Henderson2010-10-291-0/+4
* expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang2010-10-221-1/+1
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-5/+2
* re PR middle-end/44878 (Build fails when compiling libstdc++)Steve Ellcey2010-07-221-2/+5
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-1/+1
* stmt.c (resolve_asm_operand_names): Fix handling of %%.Jakub Jelinek2010-06-211-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-3/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* * stmt.c (expand_asm_stmt): Get locus from stmt.Alexandre Oliva2009-11-161-2/+3
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-221-1/+5
* stmt.c (expand_asm_operands): Set REG_ATTRS on the temporary from output decl.Jakub Jelinek2009-09-181-0/+2
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-53/+76
* expr.h (emit_storent_insn, [...]): Declare.Michael Matz2009-09-021-27/+63
* tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2009-09-011-2/+2
* tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini2009-08-121-8/+7
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-17/+14
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+5
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-3/+4