summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)Author
2020-01-27dojump: Fix gcc.dg/torture/pr91323.c for aarch64 targetsRichard Sandiford
2020-01-01Update copyright years.Jakub Jelinek
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-10-02dojump.h (do_jump): Delete.Eric Botcazou
2018-09-14re PR middle-end/87188 (Function pointer canonicalization optimized away)John David Anglin
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-01-22re PR tree-optimization/83081 ([arm] gcc.dg/pr80218.c fails since r254888)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-08-30[60/77] Pass scalar_int_modes to do_jump_by_parts_*Richard Sandiford
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-28dojump.c (do_jump_by_parts_greater_rtx): Invert probability when swapping the...Eric Botcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-25re PR middle-end/68079 (hppa: pointers to method types need canonicalization ...John David Anglin
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-30target-insns.def (canonicalize_funcptr_for_compare): Add.Richard Biener
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-04-29dojump.c (do_compare_rtx_and_jump): Use std::swap instead of manual swaps.Mikhail Maltsev
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-03use rtx_code_label moreTrevor Saunders
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-03-27dojump.c (do_compare_rtx_and_jump): Sets correct probability for compiler ins...Dehao Chen
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo