2011-04-21 |
Dimitrios Apostolou | gengtype-state.c (read_a_state_token): Fix argument... |
commit | commitdiff | tree |
2011-04-21 |
Richard Guenther | re PR debug/48703 (segfault in canonicalize_for_substit... |
commit | commitdiff | tree |
2011-04-21 |
Eric Botcazou | * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple... |
commit | commitdiff | tree |
2011-04-21 |
Jakub Jelinek | gcc_release (maybe_build_tarfile): Don't build a tarfil... |
commit | commitdiff | tree |
2011-04-21 |
Richard Guenther | Makefile.in (site.exp): Do not use tmp0 but site.tmp... |
commit | commitdiff | tree |
2011-04-21 |
Richard Guenther | tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle... |
commit | commitdiff | tree |
2011-04-21 |
Tristan Gingold | vmsdbgout.c (write_srccorr): Compute file length from... |
commit | commitdiff | tree |
2011-04-21 |
Tristan Gingold | ia64.c (ia64_start_function): Add a guard. |
commit | commitdiff | tree |
2011-04-21 |
Uros Bizjak | re PR target/48708 (Invalid V2DI vector set insn generated) |
commit | commitdiff | tree |
2011-04-21 |
Richard Guenther | tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle... |
commit | commitdiff | tree |
2011-04-21 |
Joseph Myers | cygming.h (union tree_node, TREE): Don't define or... |
commit | commitdiff | tree |
2011-04-21 |
Joseph Myers | alpha.c (struct machine_function): Use rtx, not struct... |
commit | commitdiff | tree |
2011-04-21 |
Richard Sandiford | tree-vect-data-refs.c (vect_drs_dependent_in_basic_bloc... |
commit | commitdiff | tree |
2011-04-21 |
Richard Sandiford | vect.exp: Run the main tests twice, one with -flto... |
commit | commitdiff | tree |
2011-04-21 |
Richard Sandiford | re PR target/46329 (ICE on ARM for __attribute__ (... |
commit | commitdiff | tree |
2011-04-21 |
Richard Sandiford | target.def (legitimate_constant_p): New hook. |
commit | commitdiff | tree |
2011-04-21 |
Richard Sandiford | target.def (cannot_force_const_mem): Add a mode argument. |
commit | commitdiff | tree |
2011-04-21 |
Tobias Burnus | re PR fortran/18918 (Eventually support Fortran 2008... |
commit | commitdiff | tree |
2011-04-21 |
Ian Lance Taylor | Use mpfr_prec_round, not real_convert, to constraint... |
commit | commitdiff | tree |
2011-04-21 |
Jason Merrill | semantics.c (finish_compound_literal): Don't put an... |
commit | commitdiff | tree |
2011-04-21 |
Jason Merrill | * call.c (build_over_call): Handle trivial dtor. |
commit | commitdiff | tree |
2011-04-21 |
Jason Merrill | * search.c (lookup_fnfields_slot): Call complete_type. |
commit | commitdiff | tree |
2011-04-21 |
Jason Merrill | re PR c++/48594 (Rejects valid with pointer-to-member... |
commit | commitdiff | tree |
2011-04-21 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2011-04-20 |
Nathan Froyd | mips.c (mips16_build_function_stub): Call build_functio... |
commit | commitdiff | tree |
2011-04-20 |
Nathan Froyd | mep.c (mep_init_builtins): Call build_function_type_lis... |
commit | commitdiff | tree |
2011-04-20 |
Nathan Froyd | pa.c (pa_init_builtins): Call build_function_type_list... |
commit | commitdiff | tree |
2011-04-20 |
Uros Bizjak | re PR target/48678 (unable to find a register to spill... |
commit | commitdiff | tree |
2011-04-20 |
Jason Merrill | re PR c++/48657 (could not convert template argument... |
commit | commitdiff | tree |
2011-04-20 |
Easwaran Raman | cfgexpand.c (add_alias_set_conflicts): Add conflicts... |
commit | commitdiff | tree |
2011-04-20 |
Easwaran Raman | MAINTAINERS (Write After Approval): Add myself. |
commit | commitdiff | tree |
2011-04-20 |
Jim Meyering | remove useless if-before-free tests |
commit | commitdiff | tree |
2011-04-20 |
Jim Meyering | discourage unnecessary use of if before free |
commit | commitdiff | tree |
2011-04-20 |
Jakub Jelinek | re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh... |
commit | commitdiff | tree |
2011-04-20 |
Tobias Burnus | re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_a... |
commit | commitdiff | tree |
2011-04-20 |
Kai Tietz | Fixed recent testcases for backslash hell typo. |
commit | commitdiff | tree |
2011-04-20 |
Catherine Moore | mips.opt (mfix-24k): New. |
commit | commitdiff | tree |
2011-04-20 |
Chung-Lin Tang | arm.c (arm_legitimize_reload_address): For NEON quad... |
commit | commitdiff | tree |
2011-04-20 |
Daniel Jacobowitz | vect-shift-3.c, [...]: New. |
commit | commitdiff | tree |
2011-04-20 |
Andrew Stubbs | arm.c (arm_gen_constant): Move movw support .... |
commit | commitdiff | tree |
2011-04-20 |
Kai Tietz | ChangeLog gcc/ |
commit | commitdiff | tree |
2011-04-20 |
Andrew Stubbs | arm.c (arm_gen_constant): Remove redundant can_invert. |
commit | commitdiff | tree |
2011-04-20 |
Richard Guenther | re PR c/47892 (Fails to vectorize comparison code,... |
commit | commitdiff | tree |
2011-04-20 |
Eric Botcazou | Fix long line and tidy up |
commit | commitdiff | tree |
2011-04-20 |
Eric Botcazou | vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine. |
commit | commitdiff | tree |
2011-04-20 |
Tristan Gingold | vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld. |
commit | commitdiff | tree |
2011-04-20 |
Georg-Johann Lay | re PR target/18145 (Do not emit __do_copy_data or __do_... |
commit | commitdiff | tree |
2011-04-20 |
Richard Guenther | re PR rtl-optimization/48695 (Runtime with an array... |
commit | commitdiff | tree |
2011-04-20 |
Richard Sandiford | Revert accidental commit. |
commit | commitdiff | tree |
2011-04-20 |
Richard Sandiford | Revert last patch. |
commit | commitdiff | tree |
2011-04-20 |
Eric Botcazou | * bootstrap-lto.mk: Remove obsolete requirement. |
commit | commitdiff | tree |
2011-04-20 |
Richard Sandiford | md.texi (vec_load_lanes, [...]): Document. |
commit | commitdiff | tree |
2011-04-20 |
Richard Sandiford | tree-vect-stmts.c (vectorizable_store): Only chain... |
commit | commitdiff | tree |
2011-04-20 |
Richard Sandiford | Makefile.in (INTERNAL_FN_DEF, [...]): Define. |
commit | commitdiff | tree |
2011-04-20 |
Georg-Johann Lay | pr42629.c: Add dg-require-effective-target int32plus |
commit | commitdiff | tree |
2011-04-20 |
Jason Merrill | re PR c++/46304 (g++ crashes with ICE in bitmap_first_s... |
commit | commitdiff | tree |
2011-04-20 |
Jerry DeLisle | re PR libfortran/48602 (Invalid F conversion of G descr... |
commit | commitdiff | tree |
2011-04-20 |
Jan Hubicka | ipa-inline-transform.c (save_inline_function_body)... |
commit | commitdiff | tree |
2011-04-20 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2011-04-20 |
Jason Merrill | re PR c++/45267 (inlining fails with -m32) |
commit | commitdiff | tree |
2011-04-19 |
Ian Lance Taylor | statement.cc no longer includes gcc headers. |
commit | commitdiff | tree |
2011-04-19 |
Ian Lance Taylor | Change general statement method to always use backend... |
commit | commitdiff | tree |
2011-04-19 |
Jan Hubicka | cgraph.h (save_inline_function_body): Remove. |
commit | commitdiff | tree |
2011-04-19 |
Kaz Kojima | re PR testsuite/48676 ([sh] Unaligned userspace access... |
commit | commitdiff | tree |
2011-04-19 |
Ian Lance Taylor | Use backend interface for temporary variables. |
commit | commitdiff | tree |
2011-04-19 |
DJ Delorie | m32c.c (m32c_emit_epilogue): Don't try to push register... |
commit | commitdiff | tree |
2011-04-19 |
Anatoly Sokolov | sparc.h (GENERAL_OR_I64, [...]): Remove. |
commit | commitdiff | tree |
2011-04-19 |
Ian Lance Taylor | Use backend interface for blocks. |
commit | commitdiff | tree |
2011-04-19 |
Janne Blomqvist | Use XCNEWVAR instead of xcalloc |
commit | commitdiff | tree |
2011-04-19 |
Janne Blomqvist | Use XDELETEVEC instead of free |
commit | commitdiff | tree |
2011-04-19 |
Janne Blomqvist | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc |
commit | commitdiff | tree |
2011-04-19 |
Rainer Orth | install.texi (Configuration, [...]): Remove mach. |
commit | commitdiff | tree |
2011-04-19 |
Xinliang David Li | revert 172213 and add assertion |
commit | commitdiff | tree |
2011-04-19 |
Jakub Jelinek | re PR target/48678 (unable to find a register to spill... |
commit | commitdiff | tree |
2011-04-19 |
Martin Jambor | ipa-cp.c (ipcp_process_devirtualization_opportunities... |
commit | commitdiff | tree |
2011-04-19 |
Tobias Burnus | re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_a... |
commit | commitdiff | tree |
2011-04-19 |
Martin Jambor | ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false... |
commit | commitdiff | tree |
2011-04-19 |
Martin Jambor | ipa-cp.c (ipcp_process_devirtualization_opportunities... |
commit | commitdiff | tree |
2011-04-19 |
Martin Jambor | trans-decl.c (gfc_generate_function_code): Call cgraph_... |
commit | commitdiff | tree |
2011-04-19 |
John David... | Add missing entry. |
commit | commitdiff | tree |
2011-04-19 |
Eric Botcazou | re PR bootstrap/48148 (LTO bootstrap failed with bootst... |
commit | commitdiff | tree |
2011-04-19 |
Jan Hubicka | cgraph.h (cgraph_optimize_for_size_p): Declare. |
commit | commitdiff | tree |
2011-04-19 |
Jonathan Wakely | re PR libstdc++/48521 ([C++0x] std::result_of doesn... |
commit | commitdiff | tree |
2011-04-19 |
Richard Guenther | re PR debug/48207 (ICE in lhd_set_decl_assembler_name... |
commit | commitdiff | tree |
2011-04-19 |
Eric Botcazou | tree-inline.c (expand_call_inline): Do not issue a... |
commit | commitdiff | tree |
2011-04-19 |
Bernd Schmidt | re PR middle-end/47976 (Recent gfortran.dg/actual_array... |
commit | commitdiff | tree |
2011-04-19 |
Basile Starynkevitch | gengtype.h: Updated copyright year. |
commit | commitdiff | tree |
2011-04-19 |
Nicola Pero | In gcc/: 2011-04-19 Nicola Pero <nicola.pero@meta-innov... |
commit | commitdiff | tree |
2011-04-19 |
Wei Guozhi | arm-protos.h (thumb1_legitimate_address_p): New prototype. |
commit | commitdiff | tree |
2011-04-19 |
Tristan Gingold | config.gcc (-*-*-*vms): Added. |
commit | commitdiff | tree |
2011-04-19 |
Eric Botcazou | Tweak a few entries |
commit | commitdiff | tree |
2011-04-19 |
Ian Lance Taylor | Use backend interface for variables. |
commit | commitdiff | tree |
2011-04-19 |
Hans-Peter... | re PR testsuite/48675 (20_util/hash/chi2_quality.cc... |
commit | commitdiff | tree |
2011-04-19 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2011-04-19 |
Paolo Carlini | type_traits (is_nothrow_default_constructible, [..... |
commit | commitdiff | tree |
2011-04-18 |
Xinliang David Li | use ASM_COMMENT_START instead of # |
commit | commitdiff | tree |
2011-04-18 |
Jason Merrill | re PR c++/48569 (internal compiler error: in build_zero... |
commit | commitdiff | tree |
2011-04-18 |
Jason Merrill | re PR c++/48537 (C++0x: ICE using union with non-trivia... |
commit | commitdiff | tree |
2011-04-18 |
Jakub Jelinek | re PR middle-end/48661 (wrong-code regression with... |
commit | commitdiff | tree |
2011-04-18 |
Jakub Jelinek | re PR c++/48632 (Internal compiler error when using... |
commit | commitdiff | tree |
next |