index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
tree-ssa-tail-merge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2014-10-10 Richard Biener <rguenther@suse.de>
rguenth
2014-10-10
1
-3
/
+3
*
2014-08-01 Richard Biener <rguenther@suse.de>
rguenth
2014-08-01
1
-11
/
+3
*
* tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
ebotcazou
2014-06-07
1
-6
/
+15
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
Eliminate FOR_EACH_BB macro.
dmalcolm
2013-12-09
1
-2
/
+2
*
Eliminate last_basic_block macro.
dmalcolm
2013-12-09
1
-1
/
+1
*
Eliminate BASIC_BLOCK macro.
dmalcolm
2013-12-09
1
-13
/
+13
*
* gimple.h: Remove all includes.
amacleod
2013-11-22
1
-2
/
+6
*
* tree-ssa-tail-merge.c (stmt_local_def): Return false if the statement
ebotcazou
2013-11-21
1
-0
/
+1
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+2
*
Eliminate n_basic_blocks macro
dmalcolm
2013-11-19
1
-3
/
+3
*
* gimple.h: Reorder prototypes to match .c declaration order, and remove
amacleod
2013-11-17
1
-0
/
+1
*
Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_p
vries
2013-11-14
1
-2
/
+11
*
Factor out gimple_operand_equal_value_p from gimple_equal_p
vries
2013-11-14
1
-7
/
+21
*
Add is_tm_ending
vries
2013-11-14
1
-15
/
+6
*
Simplify code in gimple_equal_p
vries
2013-11-14
1
-6
/
+2
*
* gimple-walk.h: New File. Relocate prototypes from gimple.h.
amacleod
2013-11-13
1
-0
/
+1
*
2013-10-29 Teresa Johnson <tejohnson@google.com>
tejohnson
2013-10-29
1
-5
/
+11
*
Add missing check in stmt_local_def for tail-merge.
vries
2013-10-23
1
-1
/
+2
*
* tree-ssa.h: Remove all #include's
amacleod
2013-10-23
1
-2
/
+6
*
2013-10-18 Teresa Johnson <tejohnson@google.com>
tejohnson
2013-10-18
1
-0
/
+14
*
* tree-ssa.h: New. Move content from tree-flow.h and
amacleod
2013-09-12
1
-1
/
+1
*
Fix typos.
mrs
2013-07-21
1
-1
/
+1
*
Preserve loops in tail-merge
vries
2013-04-29
1
-13
/
+22
*
Update tail-merge header comment.
vries
2013-04-29
1
-3
/
+5
*
2013-03-26 Richard Biener <rguenther@suse.de>
rguenth
2013-04-26
1
-0
/
+12
*
2013-01-31 Richard Biener <rguenther@suse.de>
rguenth
2013-01-31
1
-11
/
+8
*
Update copyright years in gcc/
rsandifo
2013-01-10
1
-1
/
+1
*
This patch rewrites the old VEC macro-based interface into a new one
dnovillo
2012-11-18
1
-46
/
+41
*
2012-11-08 Christian Bruel <christian.bruel@st.com>
chrbr
2012-11-09
1
-1
/
+2
*
Prevent "illegal" block sharing within transactions.
rth
2012-11-06
1
-1
/
+12
*
Change hash_table to support a comparator type different from the
crowl
2012-10-25
1
-6
/
+7
*
2012-10-25 Richard Biener <rguenther@suse.de>
rguenth
2012-10-25
1
-1
/
+6
*
2012-08-17 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-17
1
-15
/
+25
*
Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).
dnovillo
2012-08-15
1
-31
/
+23
*
2012-08-14 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-14
1
-5
/
+5
*
2012-08-02 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-02
1
-0
/
+32
*
2012-08-01 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-01
1
-33
/
+1
*
gcc/
steven
2012-07-16
1
-2
/
+4
*
2012-07-16 Dehao Chen <dehao@google.com>
dehao
2012-07-16
1
-1
/
+1
*
2012-07-10 Dehao Chen <dehao@google.com>
dehao
2012-07-10
1
-1
/
+1
*
2012-07-06 Tom de Vries <tom@codesourcery.com>
vries
2012-07-06
1
-0
/
+8
*
* output.h (__gcc_host_wide_int__): Move to hwint.h.
steven
2012-05-31
1
-1
/
+0
*
2012-04-14 Tom de Vries <tom@codesourcery.com>
vries
2012-04-14
1
-37
/
+67
*
2012-04-13 Tom de Vries <tom@codesourcery.com>
vries
2012-04-13
1
-6
/
+28
*
Remove TODO_dump_func completely
davidxl
2012-04-11
1
-2
/
+1
*
PR debug/52048
jakub
2012-01-30
1
-0
/
+2
*
PR tree-optimization/51877
jakub
2012-01-17
1
-6
/
+10
*
Prevent sharing of commit calls among transactions.
torvald
2011-12-12
1
-0
/
+8
*
2011-11-16 Tom de Vries <tom@codesourcery.com>
vries
2011-11-15
1
-0
/
+5
[next]