Age | Commit message (Expand) | Author | Files | Lines |
2011-07-27 | dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c... | Jakub Jelinek | 2 | -0/+6 |
2011-07-27 | tree-vrp.c (extract_range_from_binary_expr): Remove TRUTH-binary cases and ad... | Kai Tietz | 2 | -96/+70 |
2011-07-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2011-07-26 | Call simplify_gen_subreg for PIC with mode of x. | H.J. Lu | 2 | -2/+10 |
2011-07-26 | dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c... | Jakub Jelinek | 2 | -11/+22 |
2011-07-26 | re PR c++/49776 ([C++0x]ICE in build_data_member_initialization, at cp/semant... | Paolo Carlini | 4 | -0/+30 |
2011-07-26 | Fix PR47046: correct evolution_function_is_affine_p | Sebastian Pop | 4 | -1/+27 |
2011-07-26 | Avoid use of lang_hooks.types.type_for_size. | Sebastian Pop | 2 | -4/+7 |
2011-07-26 | Add testcase for PR47593 | Sebastian Pop | 2 | -0/+34 |
2011-07-26 | Fix PR47653: do not handle loops using wrapping semantics in graphite | Sebastian Pop | 8 | -13/+46 |
2011-07-26 | Fix PR48805: Do not instantiate ADDR_EXPRs | Sebastian Pop | 4 | -1/+33 |
2011-07-26 | re PR target/47369 ([x32] internal compiler error: in extract_insn, at recog.... | Uros Bizjak | 2 | -3/+18 |
2011-07-26 | tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and return false ... | Martin Jambor | 2 | -0/+9 |
2011-07-26 | i386.md (add->lea splitter): Implement using SWI mode iterator. | Uros Bizjak | 2 | -24/+14 |
2011-07-26 | predict.c (maybe_hot_frequency_p): Make sure a zero entry-block frequency mak... | Richard Guenther | 2 | -1/+6 |
2011-07-26 | re PR middle-end/49840 (New test failures) | Richard Guenther | 2 | -2/+30 |
2011-07-26 | re PR bootstrap/49786 (bootstrap failed with bootstrap-profiled) | Martin Jambor | 2 | -4/+13 |
2011-07-26 | re PR target/47381 ([x32] internal compiler error: in gen_lowpart_general, at... | Uros Bizjak | 4 | -207/+211 |
2011-07-26 | trans-array.c (CAF_TOKEN_FIELD): New macro constant. | Tobias Burnus | 7 | -21/+205 |
2011-07-26 | vect-70.c: Reduce the data size to fit SPU local store. | Ira Rosen | 2 | -1/+6 |
2011-07-25 | re PR middle-end/49671 (volatile goes missing after inlining) | Andrew Pinski | 6 | -4/+58 |
2011-07-25 | insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove. | Richard Henderson | 3 | -9/+7 |
2011-07-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2011-07-25 | re PR debug/49841 (AIX bootstrap failure in dwarf2cfi.c:maybe_record_trace_st... | Richard Henderson | 2 | -8/+36 |
2011-07-25 | dwarf2cfi: Generate remember/restore_state. | Richard Henderson | 2 | -32/+93 |
2011-07-25 | dwarf2cfi: Add debug_cfi_row. | Richard Henderson | 2 | -0/+36 |
2011-07-25 | genattr.c (write_upcase, [...]): Move to ... | Joern Rennecke | 5 | -27/+47 |
2011-07-25 | re PR bootstrap/49845 (bootstrap failure) | Paolo Carlini | 2 | -1/+10 |
2011-07-25 | m32c.h (PRINT_OPERAND, [...]): Remove macro. | Anatoly Sokolov | 4 | -17/+36 |
2011-07-25 | Remove parm name from declaration | Dodji Seketeli | 2 | -1/+6 |
2011-07-25 | sourcebuild.texi (Effective-Target Keywords, [...]): Document mmap. | Rainer Orth | 12 | -8/+54 |
2011-07-25 | mmix.h (PRINT_OPERAND, [...]): Remove macro. | Anatoly Sokolov | 4 | -24/+36 |
2011-07-25 | re PR target/39386 ([avr] different computation results for O1 and O0 executa... | Georg-Johann Lay | 2 | -2/+11 |
2011-07-25 | re PR c++/49838 ([C++0x] ICE in cp_parser_perform_range_for_lookup, at cp/par... | Paolo Carlini | 4 | -0/+25 |
2011-07-25 | re PR testsuite/49753 (FAIL: g++.dg/torture/pr49309.C) | Rainer Orth | 2 | -0/+26 |
2011-07-25 | re PR target/47124 (*solaris2 configurations configure, but don't build) | Rainer Orth | 2 | -0/+6 |
2011-07-25 | re PR tree-optimization/49809 (gimple_check failure at -O3) | Richard Sandiford | 6 | -2/+100 |
2011-07-25 | system.h [...]: Wrap C function declarations in extern "C". | Rainer Orth | 2 | -0/+36 |
2011-07-25 | re PR tree-optimization/49822 (Segfault in remove_prop_source_from_use) | Richard Guenther | 2 | -7/+22 |
2011-07-25 | behalf of romain.geissler@gmail.com. Fix plugin file installation | Romain Geissler | 4 | -4/+16 |
2011-07-25 | ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of original ... | Eric Botcazou | 2 | -8/+20 |
2011-07-25 | * common/config/c6x/c6x-common.c: New file. | Bernd Schmidt | 2 | -0/+67 |
2011-07-25 | tree-flow.h (tree_ssa_loop_version): Remove unused declaration. | Roman Zhuykov | 2 | -2/+4 |
2011-07-25 | re PR tree-optimization/49715 (Could do more efficient unsigned-to-float to c... | Richard Guenther | 8 | -2/+144 |
2011-07-25 | tree-vrp.c (num_vr_values, [...]): New global vars. | Richard Guenther | 2 | -5/+31 |
2011-07-25 | re PR c++/49823 ([C++0x] ICE on decltype(expr)::type with template) | Jason Merrill | 4 | -1/+28 |
2011-07-24 | re PR debug/49831 (arm-linux-gnueabi bootstrap failures due to ICE in dwarf2c... | Richard Henderson | 2 | -3/+19 |
2011-07-24 | re PR debug/49825 (Many testcase failures) | Richard Henderson | 2 | -10/+15 |
2011-07-24 | re PR debug/49827 (sparc64-linux and cris-elf bootstrap failures due to ICE i... | Richard Henderson | 2 | -0/+13 |
2011-07-24 | dwarf2cfi: Reset args_size properly across abnormal edges. | Richard Henderson | 2 | -8/+18 |