Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | expr.c (expand_expr_real_1): For a bit-field destination type... | Eric Botcazou | 1 | -4/+9 |
2014-02-13 | re PR target/43546 (ICE: in assign_stack_local_1, at function.c:353 with -mpr... | Jakub Jelinek | 1 | -2/+11 |
2014-02-11 | re PR middle-end/54041 (-mshort ICE in convert_memory_address_addr_space, at ... | Jeff Law | 1 | -0/+5 |
2014-02-07 | re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs) | Jakub Jelinek | 1 | -2/+2 |
2014-01-16 | re PR middle-end/58344 (ICE with segfault at -O1 and above on x86_64-linux-gnu) | Jakub Jelinek | 1 | -1/+19 |
2014-01-08 | re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized... | Bernd Edlinger | 1 | -66/+86 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-17 | expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x) instead ... | Jakub Jelinek | 1 | -1/+1 |
2013-12-11 | expr.c (expand_assignment): Remove dependency on flag_strict_volatile_bitfields. | Bernd Edlinger | 1 | -15/+11 |
2013-12-11 | re PR middle-end/59399 (ICE in expand_expr_real_1 with -m64 -fsanitize=signed... | Marek Polacek | 1 | -7/+5 |
2013-12-10 | expr.c (expand_expr_real_1): Always return 0 for the extraction of a bit-fiel... | Eric Botcazou | 1 | -0/+9 |
2013-12-06 | expr.c (expand_assignment): Update bitregion_start and bitregion_end. | Bernd Edlinger | 1 | -0/+3 |
2013-12-04 | * expr.c (expand_assignment): Update comments. | Jeff Law | 1 | -4/+4 |
2013-12-03 | re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN) | Jakub Jelinek | 1 | -6/+0 |
2013-12-02 | Fix C++0x memory model for unaligned fields in packed... | Bernd Edlinger | 1 | -0/+11 |
2013-12-01 | expr.c (emit_group_store): Corrected BITFIELD_END parameter. | Bernd Edlinger | 1 | -1/+1 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -7/+30 |
2013-11-27 | re PR middle-end/59138 (possible packed struct miscompile) | Eric Botcazou | 1 | -9/+17 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -30/+7 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-22 | expr.c (store_constructor): Allow CONSTRUCTOR with VECTOR_TYPE (same sized) e... | Jakub Jelinek | 1 | -2/+14 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+4 |
2013-11-19 | md.texi (setmem): Document new parameter. | Jan Hubicka | 1 | -17/+40 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -21/+21 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -15/+15 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-17 | md.texi (setmem, movstr): Update documentation. | Jan Hubicka | 1 | -15/+76 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+1 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -11/+17 |
2013-11-06 | re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:... | Jakub Jelinek | 1 | -7/+16 |
2013-11-05 | Don't use mode wider than Pmode for size in movmem/setmem | H.J. Lu | 1 | -7/+9 |
2013-10-31 | tree.c (tree_ctz): New function. | Jakub Jelinek | 1 | -68/+8 |
2013-10-29 | tree-outof-ssa.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-29 | * expr.c (expand_expr_real_1) <case MEM>: Eliminate small redundancy. | Eric Botcazou | 1 | -1/+1 |
2013-10-24 | expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of... | Igor Shevlyakov | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+4 |
2013-10-21 | Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and... | Bernd Edlinger | 1 | -6/+8 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-09 | tree-flow.h: Remove all remaining prototypes... | Andrew MacLeod | 1 | -3/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-27 | expr.h (extract_bit_field): Remove packedp parameter. | Sandra Loosemore | 1 | -16/+10 |
2013-09-26 | tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to... | Andrew MacLeod | 1 | -1/+19 |
2013-09-26 | * expr.c (expand_assignment): Remove obsolete comment. | Eric Botcazou | 1 | -4/+0 |
2013-09-20 | re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized... | Bernd Edlinger | 1 | -47/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. | Richard Sandiford | 1 | -6/+15 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -7/+10 |