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
/
gofrontend
/
expressions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Fix comparison of struct/array with interface.
ian
2014-08-29
1
-2
/
+5
*
PR other/59545
ian
2014-03-28
1
-2
/
+6
*
compiler: Consider the depth of a nested composite literal during traversal.
ian
2014-03-20
1
-0
/
+14
*
PR go/60288
ian
2014-02-20
1
-1
/
+13
*
compiler: Use backend interface for conditional expressions.
ian
2014-01-31
1
-0
/
+97
*
compiler: Use backend interface for unary expressions.
ian
2014-01-24
1
-134
/
+178
*
compiler: Use backend interface for binary expressions.
ian
2014-01-17
1
-239
/
+190
*
compiler: Use backend interface for interface info and field expressions.
ian
2014-01-15
1
-128
/
+223
*
compiler: Use backend interface for slice info.
ian
2014-01-10
1
-73
/
+253
*
compiler: Use backend interface for runtime errors.
ian
2013-12-17
1
-9
/
+12
*
compiler: Use backend interface for struct field expressions.
ian
2013-12-16
1
-22
/
+6
*
compiler: Check for nil when slicing pointer to array.
ian
2013-12-12
1
-0
/
+8
*
compiler: Tweak untyped nil error message.
ian
2013-12-12
1
-2
/
+9
*
compiler: Fix backend representation of calls to interface methods.
ian
2013-11-23
1
-2
/
+5
*
compiler: Fixes for middle-end changes.
ian
2013-11-22
1
-2
/
+1
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+2
*
gcc/c-family/
rsandifo
2013-11-18
1
-1
/
+1
*
gcc/ada/
rsandifo
2013-11-18
1
-1
/
+1
*
compiler: Use backend interface for comparisons.
ian
2013-11-14
1
-146
/
+105
*
compiler: Update for mainline changes.
ian
2013-11-12
1
-0
/
+1
*
compiler: Support Go 1.2 nil checks.
ian
2013-11-11
1
-4
/
+20
*
compiler: Fix bogus init loop error with struct composite literal.
ian
2013-11-08
1
-3
/
+45
*
compiler: Correct types when type conversion makes backend call.
ian
2013-11-08
1
-2
/
+5
*
compiler: Implement 3-index slicing.
ian
2013-10-24
1
-26
/
+126
*
compiler: use builtin runtime calls for integer to string and string to array...
ian
2013-10-23
1
-26
/
+11
*
runtime: Don't clobber saved context when catching signal.
ian
2013-10-14
1
-16
/
+29
*
compiler: Use backend interface for function code expressions.
ian
2013-10-11
1
-10
/
+9
*
compiler: Better error message of unsafe.Offsetof(method value).
ian
2013-10-11
1
-1
/
+13
*
compiler: accept integral float constants as string indices.
ian
2013-10-11
1
-2
/
+11
*
compiler: Use backend interface for function declarations.
ian
2013-10-11
1
-14
/
+4
*
compiler: Fix test for constant argument too large for make.
ian
2013-10-10
1
-2
/
+17
*
compiler: Don't inherit logical operator operand type from context.
ian
2013-10-10
1
-0
/
+9
*
compiler: A type conversion of a constant is not always a constant.
ian
2013-10-10
1
-2
/
+22
*
compiler, runtime: Fix complex division of NaN / 0.
ian
2013-10-09
1
-0
/
+37
*
compiler: Error for qualified ID as field name in struct literal.
ian
2013-10-08
1
-5
/
+36
*
compiler: Use backend interface for temporary reference expressions.
ian
2013-10-04
1
-8
/
+9
*
compiler: Use backend interface for numeric expressions.
ian
2013-10-02
1
-110
/
+90
*
compiler: Use backend interface for variable expressions.
ian
2013-09-30
1
-8
/
+5
*
compiler: Fix inconsistent check for structs using memcmp for ==.
ian
2013-09-19
1
-2
/
+0
*
compiler: expand arguments with multiple results for built-in functions.
ian
2013-09-04
1
-21
/
+15
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-56
/
+65
*
compiler: reject integer division by zero constant.
ian
2013-06-26
1
-0
/
+14
*
compiler: Fix type determination issues.
ian
2013-06-25
1
-2
/
+18
*
compiler: Add support for method values.
ian
2013-06-24
1
-56
/
+525
*
compiler: Really only make descriptors when needed.
ian
2013-06-21
1
-18
/
+0
*
compiler: Only make function descriptors if needed.
ian
2013-06-21
1
-55
/
+37
*
compiler: reject incorrect unsafe.Offsetof expressions.
ian
2013-06-19
1
-0
/
+20
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-93
/
+412
*
compiler: fix computation of Offsetof.
ian
2013-06-14
1
-12
/
+24
*
PR bootstrap/54659
ian
2012-12-21
1
-2
/
+0
[next]