This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r231760 - in /branches/ARM/embedded-5-branch/gc...


Author: thopre01
Date: Thu Dec 17 14:03:21 2015
New Revision: 231760

URL: https://gcc.gnu.org/viewcvs?rev=231760&root=gcc&view=rev
Log:
Revert:

2014-12-17  Hale Wang  <hale.wang@arm.com>

	* Makefile.in (tree-switch-shortcut): New object file.
		* common.opt (-ftree-switch-shortcut): New option.
		* opts.c: Likewise.
		* params.def: Define the maxinum number of instructions and paths
		to duplicate when shortcutting a switch.
		* passes.def (pass_tree_switch_shortcut): New pass.
		* timevar.def (TV_TREE_SWITCH_SHORTCUT): Define new value.
		* tree-pass.h (make_pass_tree_switch_shortcut): New pass.
		* tree-switch-shortcut.c: New file.

Removed:
    branches/ARM/embedded-5-branch/gcc/tree-switch-shortcut.c
Modified:
    branches/ARM/embedded-5-branch/gcc/ChangeLog.arm
    branches/ARM/embedded-5-branch/gcc/Makefile.in
    branches/ARM/embedded-5-branch/gcc/common.opt
    branches/ARM/embedded-5-branch/gcc/params.def
    branches/ARM/embedded-5-branch/gcc/passes.def
    branches/ARM/embedded-5-branch/gcc/timevar.def
    branches/ARM/embedded-5-branch/gcc/tree-pass.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]