summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek2013-12-031-0/+23
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* This patch fixes an issue where expansion of an ORIF expression arbitrarily...Teresa Johnson2013-10-021-24/+58
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* [multiple changes]Easwaran Raman2012-10-161-19/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-2/+1
* Introduce and use code_to_optab and optab_to_code functionsRichard Henderson2012-07-241-1/+1
* Introduce and use unknown_optabRichard Henderson2012-07-241-8/+5
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-9/+4
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther2012-03-071-30/+0
* re PR middle-end/52140 (Libdfp testcase encounters ICE when compiled with sof...Peter Bergner2012-02-091-2/+2
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-2/+5
* arm-protos.h (tune_params): Add branch_cost hook.Julian Brown2011-06-021-0/+1
* * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.Eric Botcazou2011-03-241-8/+30
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-1/+1
* double-int.h (double_int_setbit): Declare.Anatoly Sokolov2010-04-201-1/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-1/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-87/+152
* re PR tree-optimization/42027 (Performance regression in convolution loop opt...Michael Matz2009-12-131-0/+5
* expr.h (jumpifnot_1, [...]): Declare.Michael Matz2009-08-251-153/+207
* dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini2009-06-281-7/+18
* builtins.c (expand_errno_check): Use do_compare_rtx_and_jump.Paolo Bonzini2009-06-281-97/+181
* Merge cond-optab branch.Paolo Bonzini2009-05-121-58/+0