aboutsummaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+3
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-25re PR middle-end/68079 (hppa: pointers to method types need canonicalization ...John David Anglin1-6/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-6/+1
2015-06-30target-insns.def (canonicalize_funcptr_for_compare): Add.Richard Biener1-5/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-1/+1
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-67/+80
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-04-29dojump.c (do_compare_rtx_and_jump): Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-12/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-03use rtx_code_label moreTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-03-27dojump.c (do_compare_rtx_and_jump): Sets correct probability for compiler ins...Dehao Chen1-2/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek1-0/+23
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-02This patch fixes an issue where expansion of an ORIF expression arbitrarily...Teresa Johnson1-24/+58
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-10-16[multiple changes]Easwaran Raman1-19/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-2/+1
2012-07-24Introduce and use code_to_optab and optab_to_code functionsRichard Henderson1-1/+1
2012-07-24Introduce and use unknown_optabRichard Henderson1-8/+5
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-9/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-30/+0
2012-02-09re PR middle-end/52140 (Libdfp testcase encounters ICE when compiled with sof...Peter Bergner1-2/+2
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+5
2011-06-02arm-protos.h (tune_params): Add branch_cost hook.Julian Brown1-0/+1
2011-03-24* dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.Eric Botcazou1-8/+30
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-1/+1
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-1/+2
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-1/+2
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-87/+152
2009-12-13re PR tree-optimization/42027 (Performance regression in convolution loop opt...Michael Matz1-0/+5
2009-08-25expr.h (jumpifnot_1, [...]): Declare.Michael Matz1-153/+207
2009-06-28dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini1-7/+18