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
/
go
/
go-gcc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set
ian
2014-03-04
1
-3
/
+22
*
compiler: Use backend interface for unary expressions.
ian
2014-01-24
1
-0
/
+44
*
compiler: Use backend interface for binary expressions.
ian
2014-01-17
1
-4
/
+128
*
compiler: Use backend interface for interface info and field expressions.
ian
2014-01-15
1
-0
/
+41
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
compiler: Use backend interface for struct field expressions.
ian
2013-12-16
1
-0
/
+36
*
compiler: Fix backend representation of calls to interface methods.
ian
2013-11-23
1
-24
/
+5
*
* gimple.h: Remove all includes.
amacleod
2013-11-22
1
-1
/
+2
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+3
*
runtime: Don't clobber saved context when catching signal.
ian
2013-10-14
1
-0
/
+16
*
compiler: Use backend interface for function code expressions.
ian
2013-10-11
1
-0
/
+16
*
compiler: Use backend interface for function declarations.
ian
2013-10-11
1
-0
/
+71
*
compiler: Use backend interface for temporary reference expressions.
ian
2013-10-04
1
-0
/
+17
*
compiler: Use backend interface for numeric expressions.
ian
2013-10-02
1
-0
/
+67
*
compiler: Use backend interface for variable expressions.
ian
2013-09-30
1
-0
/
+34
*
* go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if
ian
2013-08-29
1
-10
/
+6
*
* go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use
ian
2013-08-06
1
-1
/
+3
*
* go-gcc.cc (immutable_struct_set_init): Always call
ian
2013-08-02
1
-4
/
+5
*
* go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a
ian
2013-07-24
1
-14
/
+35
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-6
/
+9
*
Update copyright years in gcc/
rsandifo
2013-01-10
1
-1
/
+1
*
compiler, runtime: Track fields with tag go:"track".
ian
2012-11-29
1
-0
/
+16
*
Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).
dnovillo
2012-08-15
1
-9
/
+0
*
compiler: Add -fgo-pkgpath option.
ian
2012-05-09
1
-4
/
+4
*
gcc/
steven
2012-04-18
1
-1
/
+1
*
compiler: Be more careful to follow GENERIC type rules.
ian
2012-03-09
1
-0
/
+24
*
compiler: Don't initialize zero sized variables.
ian
2012-03-08
1
-3
/
+82
*
compiler: Avoid some compiler crashes on invalid code.
ian
2012-03-01
1
-1
/
+5
*
2012-02-23 Richard Guenther <rguenther@suse.de>
rguenth
2012-02-23
1
-1
/
+1
*
compiler: The type descriptor of an undefined forward type is an error.
ian
2012-01-21
1
-3
/
+14
*
compiler: Handle recursive interfaces.
ian
2012-01-20
1
-8
/
+14
*
compiler: Use backend interface for type sizes and alignments.
ian
2012-01-11
1
-1
/
+63
*
* go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use
ian
2011-12-28
1
-2
/
+20
*
* go-gcc.cc (set_placeholder_pointer_type): Arrange for the type
ian
2011-12-22
1
-4
/
+24
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-80
/
+94
*
Use backend interface for type descriptors.
ian
2011-06-11
1
-0
/
+88
*
Use backend interface for zero initialization.
ian
2011-06-09
1
-0
/
+19
*
Fix bug with multiple results returning structs with invalid sizes.
ian
2011-05-13
1
-4
/
+8
*
Fix bug with taking address of a variable when address does not escape.
ian
2011-05-12
1
-4
/
+10
*
generalize build_case_label to the rest of the compiler
froydnj
2011-05-06
1
-4
/
+2
*
Use backend interface for named types and array types.
ian
2011-05-04
1
-6
/
+228
*
Use backend interface for struct types.
ian
2011-04-27
1
-2
/
+27
*
Use backend interface for function types.
ian
2011-04-25
1
-30
/
+86
*
Use backend interface for basic types
ian
2011-04-25
1
-7
/
+113
*
Use backend interface for temporary variables.
ian
2011-04-19
1
-0
/
+66
*
Use backend interface for blocks.
ian
2011-04-19
1
-4
/
+145
*
Use backend interface for variables.
ian
2011-04-19
1
-0
/
+159
*
Add compound_list to backend interface.
ian
2011-04-15
1
-10
/
+30
*
Use the backend interface for select statements.
ian
2011-04-15
1
-0
/
+4
*
Use backend interface for constant switch statements.
ian
2011-04-06
1
-3
/
+90
[next]