aboutsummaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-3/+3
2017-08-30[60/77] Pass scalar_int_modes to do_jump_by_parts_*Richard Sandiford1-23/+23
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-10/+7
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford1-28/+30
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-61/+66
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-28dojump.c (do_jump_by_parts_greater_rtx): Invert probability when swapping the...Eric Botcazou1-0/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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