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-structalias.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2014-07-08 Richard Biener <rguenther@suse.de>
rguenth
2014-07-08
1
-0
/
+4
*
2014-04-25 Richard Biener <rguenther@suse.de>
rguenth
2014-04-25
1
-25
/
+16
*
2014-03-11 Richard Biener <rguenther@suse.de>
rguenth
2014-03-11
1
-2
/
+8
*
2014-03-11 Richard Biener <rguenther@suse.de>
rguenth
2014-03-11
1
-53
/
+57
*
2014-02-07 Richard Biener <rguenther@suse.de>
rguenth
2014-02-07
1
-1
/
+22
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
2013-12-10 Richard Biener <rguenther@suse.de>
rguenth
2013-12-10
1
-27
/
+37
*
Eliminate FOR_EACH_BB macro.
dmalcolm
2013-12-09
1
-2
/
+2
*
2013-12-09 Richard Biener <rguenther@suse.de>
rguenth
2013-12-09
1
-17
/
+3
*
* asan.c: Remove struct tags when referring to class varpool_node.
olegendo
2013-12-06
1
-3
/
+3
*
Update changed bit when constraint set changes
davidxl
2013-12-04
1
-8
/
+21
*
2013-11-26 Richard Biener <rguenther@suse.de>
rguenth
2013-11-26
1
-23
/
+0
*
* gimple.h: Remove all includes.
amacleod
2013-11-22
1
-3
/
+6
*
add auto_vec
tbsaunde
2013-11-22
1
-26
/
+11
*
gcc/ada/
rsandifo
2013-11-20
1
-7
/
+7
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+4
*
gcc/ada/
rsandifo
2013-11-18
1
-3
/
+3
*
gcc/ada/
rsandifo
2013-11-18
1
-2
/
+2
*
remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions
tbsaunde
2013-11-18
1
-1
/
+1
*
2013-11-15 Richard Biener <rguenther@suse.de>
rguenth
2013-11-15
1
-38
/
+63
*
* gimple-walk.h: New File. Relocate prototypes from gimple.h.
amacleod
2013-11-13
1
-0
/
+1
*
Autogenerated fixes of "->symbol." to "->"
dmalcolm
2013-10-29
1
-20
/
+20
*
* tree-ssa.h: Remove all #include's
amacleod
2013-10-23
1
-4
/
+6
*
* tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,
amacleod
2013-10-18
1
-0
/
+1
*
gcc/
rsandifo
2013-09-28
1
-10
/
+10
*
* tree-ssa.h: New. Move content from tree-flow.h and
amacleod
2013-09-12
1
-1
/
+1
*
2013-08-24 Marc Glisse <marc.glisse@inria.fr>
glisse
2013-08-23
1
-1
/
+1
*
* cgraph.c (cgraph_get_body): New function based on lto.c
hubicka
2013-08-06
1
-3
/
+4
*
Automated conversion of passes to C++ classes
dmalcolm
2013-08-05
1
-54
/
+106
*
Fix typos.
mrs
2013-07-21
1
-2
/
+2
*
* tree-ssa-structalias.c (call_stmt_vars): Make static.
dmalcolm
2013-06-05
1
-1
/
+1
*
* cgraph.h (symtab_node_base): Add definition, alias and analyzed
hubicka
2013-05-29
1
-4
/
+5
*
This patch extracts approved portions of the hash_table patches to
crowl
2013-04-23
1
-42
/
+53
*
2013-03-27 Richard Biener <rguenther@suse.de>
rguenth
2013-03-27
1
-11
/
+30
*
2013-03-27 Richard Biener <rguenther@suse.de>
rguenth
2013-03-27
1
-1
/
+5
*
2013-03-20 Richard Biener <rguenther@suse.de>
rguenth
2013-03-20
1
-137
/
+152
*
2013-03-18 Richard Biener <rguenther@suse.de>
rguenth
2013-03-18
1
-63
/
+116
*
2013-03-18 Richard Biener <rguenther@suse.de>
rguenth
2013-03-18
1
-0
/
+23
*
2013-02-04 Richard Biener <rguenther@suse.de>
rguenth
2013-02-04
1
-14
/
+24
*
2013-02-04 Richard Biener <rguenther@suse.de>
rguenth
2013-02-04
1
-62
/
+31
*
2013-02-01 Richard Biener <rguenther@suse.de>
rguenth
2013-02-01
1
-7
/
+40
*
2013-01-30 Richard Biener <rguenther@suse.de>
rguenth
2013-01-30
1
-21
/
+38
*
2013-01-29 Richard Biener <rguenther@suse.de>
rguenth
2013-01-29
1
-6
/
+22
*
Update copyright years in gcc/
rsandifo
2013-01-10
1
-2
/
+1
*
2013-01-07 Richard Biener <rguenther@suse.de>
rguenth
2013-01-07
1
-4
/
+2
*
Update Copyright years for files modified in 2011 and/or 2012.
jakub
2013-01-04
1
-1
/
+1
*
Introduce vNULL to use as a nil initializer for vec<>.
dnovillo
2012-11-20
1
-25
/
+25
*
This patch rewrites the old VEC macro-based interface into a new one
dnovillo
2012-11-18
1
-301
/
+292
*
This patch normalizes more bitmap function names.
crowl
2012-11-01
1
-29
/
+29
*
2012-11-01 Sharad Singhai <singhai@google.com>
singhai
2012-11-01
1
-0
/
+3
[next]