| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: Use backend interface for set and use temporaries. | Ian Lance Taylor | 2014-05-05 | 1 | -9/+9 |
* | compiler: Use backend interface for struct field offsets. | Ian Lance Taylor | 2014-05-05 | 1 | -16/+15 |
* | compiler: Use backend interface for bound method expressions. | Ian Lance Taylor | 2014-05-05 | 1 | -22/+12 |
* | compiler: Use backend interface for heap expressions. | Ian Lance Taylor | 2014-05-01 | 2 | -23/+29 |
* | go-backend.c: #include "diagnostics.h". | Chris Manghane | 2014-05-01 | 5 | -38/+18 |
* | compiler: Remove GCC langhooks from frontend proper. | Chris Manghane | 2014-04-30 | 4 | -92/+73 |
* | go-gcc.cc: #include "langhooks.h". | Chris Manghane | 2014-04-30 | 7 | -409/+290 |
* | compiler: Don't overwrite memory if an archive has a bad file name. | Ian Lance Taylor | 2014-04-30 | 1 | -1/+1 |
* | compiler: Use backend interface for defining global declarations. | Chris Manghane | 2014-04-26 | 9 | -1062/+1161 |
* | compiler: Use backend interface for initialization functions. | Chris Manghane | 2014-04-22 | 5 | -109/+91 |
* | compiler: Use backend interface for constant expressions. | Chris Manghane | 2014-04-17 | 5 | -44/+54 |
* | re PR go/60870 (go interface methods broken on ppc64le (bug296.go)) | Ian Lance Taylor | 2014-04-17 | 1 | -2/+13 |
* | compiler: Define immutability for numeric, constant, type info, type conversi... | Ian Lance Taylor | 2014-04-17 | 1 | -1/+54 |
* | Sync to current external repository. | Chris Manghane | 2014-04-14 | 13 | -2863/+2988 |
* | re PR other/59545 (Signed integer overflow issues) | Ian Lance Taylor | 2014-03-28 | 1 | -2/+6 |
* | compiler: Consider the depth of a nested composite literal during traversal. | Ian Lance Taylor | 2014-03-20 | 1 | -0/+14 |
* | go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK. | Ian Lance Taylor | 2014-03-04 | 2 | -3/+29 |
* | re PR go/60288 (gccgo crashes compiling '*func_ptr(0)') | Ian Lance Taylor | 2014-02-20 | 1 | -1/+13 |
* | compiler: Use backend interface for conditional expressions. | Ian Lance Taylor | 2014-01-31 | 2 | -1/+103 |
* | compiler: Put nointerface methods in unique sections. | Ian Lance Taylor | 2014-01-28 | 1 | -2/+9 |
* | compiler: Use backend interface for unary expressions. | Chris Manghane | 2014-01-24 | 5 | -134/+246 |
* | compiler: Convert named types before flattening. | Ian Lance Taylor | 2014-01-24 | 2 | -1/+3 |
* | compiler: Use backend interface for binary expressions. | Chris Manghane | 2014-01-17 | 5 | -250/+347 |
* | compiler: Use backend interface for interface info and field expressions. | Chris Manghane | 2014-01-15 | 5 | -141/+305 |
* | compiler: Add Backend Function type. | Ian Lance Taylor | 2014-01-14 | 2 | -0/+35 |
* | compiler: Use backend interface for slice info. | Ian Lance Taylor | 2014-01-10 | 7 | -138/+322 |
* | compiler: Add flattening pass | Ian Lance Taylor | 2014-01-09 | 6 | -5/+267 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 11 | -10/+14 |
* | Small ChangeLog fixes. | Jakub Jelinek | 2014-01-02 | 2 | -747/+748 |
* | gnat_ugn.texi: Bump @copying's copyright year. | Tobias Burnus | 2014-01-02 | 3 | -744/+753 |
* | compiler: Use backend interface for runtime errors. | Ian Lance Taylor | 2013-12-17 | 4 | -34/+26 |
* | compiler: Use backend interface for struct field expressions. | Chris Manghane | 2013-12-16 | 4 | -22/+50 |
* | compiler: Better error messages for { on line after if/for/switch. | Ian Lance Taylor | 2013-12-12 | 1 | -3/+22 |
* | compiler: Check for nil when slicing pointer to array. | Ian Lance Taylor | 2013-12-12 | 1 | -0/+8 |
* | compiler: Tweak untyped nil error message. | Ian Lance Taylor | 2013-12-12 | 1 | -2/+9 |
* | compiler: Don't permit importing a package as "init". | Ian Lance Taylor | 2013-12-12 | 1 | -0/+3 |
* | compiler: Don't compare structs with blank non-comparable fields. | Ian Lance Taylor | 2013-12-12 | 1 | -3/+0 |
* | go-lang.c (go_langhook_post_options): Disable sibling calls by default. | Ian Lance Taylor | 2013-12-12 | 2 | -0/+9 |
* | compiler, reflect, runtime: Implement method values in reflect. | Ian Lance Taylor | 2013-12-12 | 2 | -20/+35 |
* | compiler: Minor fixes for recover thunks. | Ian Lance Taylor | 2013-12-11 | 1 | -2/+23 |
* | Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately. | Ian Lance Taylor | 2013-12-10 | 2 | -1/+7 |
* | Revert this change; no longer required. | Ian Lance Taylor | 2013-12-05 | 2 | -6/+9 |
* | compiler: If type defined as type, forward hash/equal functions. | Ian Lance Taylor | 2013-11-26 | 2 | -2/+107 |
* | compiler: Fix backend representation of calls to interface methods. | Ian Lance Taylor | 2013-11-23 | 6 | -57/+202 |
* | compiler: Fixes for middle-end changes. | Ian Lance Taylor | 2013-11-22 | 3 | -5/+2 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 3 | -3/+9 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 6 | -0/+18 |
* | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2013-11-18 | 2 | -1/+6 |
* | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2013-11-18 | 2 | -1/+6 |
* | compiler: Use backend interface for comparisons. | Ian Lance Taylor | 2013-11-14 | 2 | -149/+110 |