summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
Commit message (Expand)AuthorAgeFilesLines
* dojump: Fix up probabilities splitting in dojump.c comparison splitting [PR98...Jakub Jelinek2020-12-111-5/+33
* dojump: Improve float != comparisons on x86 [PR98212]Jakub Jelinek2020-12-101-0/+17
* dojump: Optimize a == a or a != a [PR98169]Jakub Jelinek2020-12-101-1/+7
* dojump: Fix gcc.dg/torture/pr91323.c for aarch64 targetsRichard Sandiford2020-01-271-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove quite obvious dead assignments.Martin Liska2019-06-271-2/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* dojump.h (do_jump): Delete.Eric Botcazou2018-10-021-34/+41
* re PR middle-end/87188 (Function pointer canonicalization optimized away)John David Anglin2018-09-141-8/+8
* re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah2018-06-161-0/+1
* re PR tree-optimization/83081 ([arm] gcc.dg/pr80218.c fails since r254888)Jakub Jelinek2018-01-221-15/+27
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: argument sizesRichard Sandiford2017-12-211-2/+2
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-2/+2
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-3/+3
* [60/77] Pass scalar_int_modes to do_jump_by_parts_*Richard Sandiford2017-08-301-23/+23
* [34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford2017-08-301-10/+7
* [20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford2017-08-301-28/+30
* [17/77] Add an int_mode_for_size helper functionRichard Sandiford2017-08-301-1/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-61/+66
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* dojump.c (do_jump_by_parts_greater_rtx): Invert probability when swapping the...Eric Botcazou2016-10-281-0/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-0/+3
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-7/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-9/+7
* re PR middle-end/68079 (hppa: pointers to method types need canonicalization ...John David Anglin2015-10-251-6/+4
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-6/+1
* target-insns.def (canonicalize_funcptr_for_compare): Add.Richard Biener2015-06-301-5/+4
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford2015-05-261-1/+1
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-67/+80
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-4/+1
* dojump.c (do_compare_rtx_and_jump): Use std::swap instead of manual swaps.Mikhail Maltsev2015-04-291-6/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-12/+12
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* use rtx_code_label moreTrevor Saunders2014-09-031-4/+4
* Merge in wide-int.Kenneth Zadeck2014-05-061-2/+2
* dojump.c (do_compare_rtx_and_jump): Sets correct probability for compiler ins...Dehao Chen2014-03-271-2/+9