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-operands.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2014-08-20 Martin Jambor <mjambor@suse.cz>
wmi
2014-08-20
1
-6
/
+0
*
2014-04-07 Richard Biener <rguenther@suse.de>
rguenth
2014-04-07
1
-4
/
+2
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
2013-12-02 Richard Biener <rguenther@suse.de>
rguenth
2013-12-02
1
-17
/
+11
*
2013-11-29 Richard Biener <rguenther@suse.de>
rguenth
2013-11-29
1
-110
/
+114
*
* gimple.h: Remove all includes.
amacleod
2013-11-22
1
-1
/
+5
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+3
*
* tree-ssa.h: Remove all #include's
amacleod
2013-10-23
1
-1
/
+6
*
* tree-cfg.h: Rename from tree-flow.h. Remove #includes.
amacleod
2013-10-18
1
-18
/
+0
*
* tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.
amacleod
2013-10-09
1
-0
/
+7
*
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.
amacleod
2013-10-01
1
-10
/
+55
*
gcc/
rsandifo
2013-09-28
1
-3
/
+3
*
* tree-ssa.h: New. Move content from tree-flow.h and
amacleod
2013-09-12
1
-1
/
+1
*
Update copyright years in gcc/
rsandifo
2013-01-10
1
-3
/
+1
*
This patch rewrites the old VEC macro-based interface into a new one
dnovillo
2012-11-18
1
-17
/
+17
*
* tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove.
matz
2012-10-23
1
-144
/
+10
*
Merge identical cases.
mpolacek
2012-09-20
1
-3
/
+1
*
2012-08-24 Martin Jambor <mjambor@suse.cz>
jamborm
2012-08-24
1
-9
/
+5
*
2012-08-09 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-09
1
-11
/
+11
*
2012-08-08 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-08
1
-0
/
+18
*
2012-08-08 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-08
1
-11
/
+0
*
2012-08-02 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-02
1
-1
/
+0
*
2012-08-01 Richard Guenther <rguenther@suse.de>
rguenth
2012-08-01
1
-6
/
+18
*
gcc/
steven
2012-07-16
1
-2
/
+2
*
2012-05-24 Richard Guenther <rguenther@suse.de>
rguenth
2012-05-24
1
-1
/
+0
*
2012-05-22 Richard Guenther <rguenther@suse.de>
rguenth
2012-05-22
1
-56
/
+12
*
2012-04-05 Richard Guenther <rguenther@suse.de>
rguenth
2012-04-05
1
-4
/
+5
*
* tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
rth
2012-02-10
1
-19
/
+30
*
2011-12-08 Richard Guenther <rguenther@suse.de>
rguenth
2011-12-08
1
-7
/
+14
*
2011-12-05 Richard Guenther <rguenther@suse.de>
rguenth
2011-12-05
1
-1
/
+114
*
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.
matz
2011-11-08
1
-0
/
+6
*
Rename vshuffle/vec_shuffle to vec_perm.
rth
2011-10-07
1
-1
/
+1
*
Vector shuffling patch from Artem Shinkarov.
rth
2011-10-03
1
-0
/
+1
*
2011-09-09 Richard Guenther <rguenther@suse.de>
rguenth
2011-09-09
1
-9
/
+8
*
2011-07-19 Richard Guenther <rguenther@suse.de>
rguenth
2011-07-19
1
-4
/
+0
*
* gimple.h (gimple_asm_clobbers_memory_p): Declare.
froydnj
2011-04-15
1
-9
/
+2
*
2011-04-08 Richard Guenther <rguenther@suse.de>
rguenth
2011-04-08
1
-0
/
+6
*
2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth
2011-03-15
1
-0
/
+3
*
* diagnostic-core.h: Include bversion.h.
jsm28
2010-11-30
1
-1
/
+0
*
PR debug/46307
jakub
2010-11-05
1
-0
/
+1
*
2010-09-06 Richard Guenther <rguenther@suse.de>
rguenth
2010-09-06
1
-6
/
+1
*
2010-09-03 Richard Guenther <rguenther@suse.de>
rguenth
2010-09-03
1
-3
/
+1
*
2010-09-01 Richard Guenther <rguenther@suse.de>
rguenth
2010-09-01
1
-1
/
+1
*
2010-07-05 Richard Guenther <rguenther@suse.de>
rguenth
2010-07-05
1
-2
/
+1
*
2010-07-01 Richard Guenther <rguenther@suse.de>
rguenth
2010-07-01
1
-10
/
+27
*
With large parts from Jim Wilson:
bernds
2010-06-25
1
-3
/
+5
*
gcc/ada:
lauras
2010-06-08
1
-3
/
+4
*
* gimplify.c: Do not include except.h and optabs.h.
steven
2010-06-01
1
-1
/
+0
*
* tree-vrp.c (debug_value_range, debug_all_value_ranges,
hubicka
2010-05-29
1
-3
/
+3
*
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
jsm28
2010-05-21
1
-0
/
+2
[next]