Age | Commit message (Expand) | Author | Files | Lines |
2011-04-20 | discourage unnecessary use of if before free | Jim Meyering | 1 | -7/+20 |
2011-04-20 | re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin... | Jakub Jelinek | 2 | -0/+8 |
2011-04-20 | re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type) | Tobias Burnus | 2 | -0/+8 |
2011-04-20 | Fixed recent testcases for backslash hell typo. | Kai Tietz | 5 | -5/+5 |
2011-04-20 | mips.opt (mfix-24k): New. | Catherine Moore | 6 | -4/+29 |
2011-04-20 | arm.c (arm_legitimize_reload_address): For NEON quad-word modes, reduce to 9-... | Chung-Lin Tang | 2 | -1/+15 |
2011-04-20 | vect-shift-3.c, [...]: New. | Daniel Jacobowitz | 4 | -0/+100 |
2011-04-20 | arm.c (arm_gen_constant): Move movw support .... | Andrew Stubbs | 2 | -12/+13 |
2011-04-20 | ChangeLog gcc/ | Kai Tietz | 8 | -0/+128 |
2011-04-20 | arm.c (arm_gen_constant): Remove redundant can_invert. | Andrew Stubbs | 2 | -5/+5 |
2011-04-20 | re PR c/47892 (Fails to vectorize comparison code, if-conversion fails) | Richard Guenther | 4 | -0/+45 |
2011-04-20 | Fix long line and tidy up | Eric Botcazou | 1 | -41/+4 |
2011-04-20 | vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine. | Eric Botcazou | 2 | -1/+4 |
2011-04-20 | vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld. | Tristan Gingold | 2 | -1/+10 |
2011-04-20 | re PR target/18145 (Do not emit __do_copy_data or __do_clear_bss if .data or ... | Georg-Johann Lay | 4 | -21/+131 |
2011-04-20 | re PR rtl-optimization/48695 (Runtime with an array of std::vectors) | Richard Guenther | 4 | -7/+72 |
2011-04-20 | Revert accidental commit. | Richard Sandiford | 1 | -2/+2 |
2011-04-20 | Revert last patch. | Richard Sandiford | 13 | -630/+262 |
2011-04-20 | md.texi (vec_load_lanes, [...]): Document. | Richard Sandiford | 12 | -253/+658 |
2011-04-20 | tree-vect-stmts.c (vectorizable_store): Only chain one related statement per ... | Richard Sandiford | 2 | -6/+14 |
2011-04-20 | Makefile.in (INTERNAL_FN_DEF, [...]): Define. | Richard Sandiford | 23 | -52/+498 |
2011-04-20 | pr42629.c: Add dg-require-effective-target int32plus | Georg-Johann Lay | 9 | -1/+22 |
2011-04-20 | re PR c++/46304 (g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770) | Jason Merrill | 4 | -1/+16 |
2011-04-20 | ipa-inline-transform.c (save_inline_function_body): Add comments. | Jan Hubicka | 3 | -15/+36 |
2011-04-20 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2011-04-19 | re PR c++/45267 (inlining fails with -m32) | Jason Merrill | 4 | -0/+42 |
2011-04-19 | statement.cc no longer includes gcc headers. | Ian Lance Taylor | 5 | -97/+64 |
2011-04-19 | Change general statement method to always use backend interface. | Ian Lance Taylor | 4 | -160/+137 |
2011-04-19 | cgraph.h (save_inline_function_body): Remove. | Jan Hubicka | 7 | -279/+372 |
2011-04-19 | re PR testsuite/48676 ([sh] Unaligned userspace access in gcc.dg/torture/pr37... | Kaz Kojima | 2 | -1/+6 |
2011-04-19 | Use backend interface for temporary variables. | Ian Lance Taylor | 6 | -71/+152 |
2011-04-19 | m32c.c (m32c_emit_epilogue): Don't try to push registers if we already know t... | DJ Delorie | 5 | -23/+36 |
2011-04-19 | sparc.h (GENERAL_OR_I64, [...]): Remove. | Anatoly Sokolov | 3 | -12/+41 |
2011-04-19 | Use backend interface for blocks. | Ian Lance Taylor | 8 | -138/+292 |
2011-04-19 | Use XCNEWVAR instead of xcalloc | Janne Blomqvist | 2 | -2/+6 |
2011-04-19 | Use XDELETEVEC instead of free | Janne Blomqvist | 2 | -3/+6 |
2011-04-19 | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc | Janne Blomqvist | 13 | -49/+47 |
2011-04-19 | install.texi (Configuration, [...]): Remove mach. | Rainer Orth | 2 | -6/+14 |
2011-04-19 | revert 172213 and add assertion | Xinliang David Li | 2 | -22/+11 |
2011-04-19 | re PR target/48678 (unable to find a register to spill in class ‘GENERAL_RE... | Jakub Jelinek | 4 | -0/+30 |
2011-04-19 | ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc... | Martin Jambor | 8 | -32/+187 |
2011-04-19 | re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type) | Tobias Burnus | 4 | -10/+109 |
2011-04-19 | ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar non-pointer ... | Martin Jambor | 2 | -6/+17 |
2011-04-19 | ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc... | Martin Jambor | 5 | -54/+211 |
2011-04-19 | trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of... | Martin Jambor | 2 | -1/+6 |
2011-04-19 | Add missing entry. | John David Anglin | 1 | -1/+32 |
2011-04-19 | re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled) | Eric Botcazou | 2 | -0/+9 |
2011-04-19 | cgraph.h (cgraph_optimize_for_size_p): Declare. | Jan Hubicka | 4 | -8/+25 |
2011-04-19 | re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158) | Richard Guenther | 4 | -1/+30 |
2011-04-19 | tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_N... | Eric Botcazou | 2 | -2/+8 |