Age | Commit message (Expand) | Author | Files | Lines |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -9/+9 |
2013-09-09 | gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -8/+10 |
2013-08-30 | function.c (assign_parm_setup_reg): For a parameter passed by pointer and whi... | Eric Botcazou | 1 | -8/+18 |
2013-08-27 | function.c (assign_parm_find_data_types): Set passed_mode and nominal_mode to... | Yufeng Zhang | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -73/+143 |
2013-07-30 | re PR rtl-optimization/57637 (Miscompare on 178.galgel in SPEC2000 on arm) | Zhenqiang Chen | 1 | -13/+36 |
2013-06-11 | function.c (initial_trampoline): Remove stray copy. | David Malcolm | 1 | -2/+0 |
2013-06-06 | re PR c++/53743 (ICE when compiling firefox with PGO and LTO) | Teresa Johnson | 1 | -3/+11 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -3/+2 |
2013-03-30 | cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | Steven Bosscher | 1 | -2/+1 |
2013-03-29 | cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for... | Steven Bosscher | 1 | -3/+2 |
2013-03-25 | function.c (emit_use_return_register_into_block): On cc0 targets, do not emit... | Eric Botcazou | 1 | -2/+7 |
2013-03-23 | calls.c (expand_call): Add missing guard to code handling return of non-BLKmo... | Eric Botcazou | 1 | -0/+1 |
2013-03-09 | re PR middle-end/56524 (Compiler ICE when compiling with -mips16) | Richard Sandiford | 1 | -17/+6 |
2013-02-19 | re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_... | Aldy Hernandez | 1 | -0/+20 |
2013-01-21 | re PR middle-end/56022 (ICE (segfault) at convert_memory_address_addr_space (... | Martin Jambor | 1 | -4/+6 |
2013-01-15 | re PR target/55940 (Incorrect code for accessing parameters with 32-bit Intel... | Jakub Jelinek | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-27 | re PR middle-end/52650 (FAIL: gcc.dg/torture/pr51106-2.c * (internal compil... | Jakub Jelinek | 1 | -1/+12 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -3/+3 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -81/+80 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -2/+2 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+4 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-10-28 | re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.) | Steven Bosscher | 1 | -2/+1 |
2012-09-29 | * function.c (dup_block_and_redirect): Update profile. | Jan Hubicka | 1 | -0/+9 |
2012-09-20 | function.c (push_cfun): Check old current_function_decl matches old cfun... | Martin Jambor | 1 | -4/+22 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -11/+10 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -3/+11 |
2012-08-02 | Revert "PR 34548" | Richard Henderson | 1 | -7/+0 |
2012-08-01 | re PR middle-end/34548 (GCC generates too many alignment adds for alloca) | Richard Henderson | 1 | -0/+7 |
2012-07-19 | re PR rtl-optimization/53942 (unable to find a register to spill in class 'CR... | Jakub Jelinek | 1 | -2/+17 |
2012-07-16 | function.c (stack_protect_epilogue): Use expand_call to expand targetm.stack_... | Steven Bosscher | 1 | -1/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -3/+10 |
2012-06-24 | output.h: (current_function_is_leaf... | Steven Bosscher | 1 | -17/+1 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -5/+0 |
2012-06-15 | re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l... | Michael Matz | 1 | -5/+12 |
2012-06-15 | re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di... | Eric Botcazou | 1 | -0/+1 |
2012-05-29 | integrate.c: Remove. | Steven Bosscher | 1 | -1/+127 |
2012-05-29 | rtl.h (assign_stack_temp, [...]): Remove 'keep' argument. | Michael Matz | 1 | -122/+18 |
2012-05-29 | expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp. | Michael Matz | 1 | -4/+1 |
2012-05-12 | function.c (requires_stack_frame_p): If the function can throw non-call excep... | Eric Botcazou | 1 | -0/+4 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -4/+4 |
2012-03-21 | Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies. | Richard Guenther | 1 | -27/+0 |
2012-03-05 | re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplica... | Jakub Jelinek | 1 | -8/+64 |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -8/+1 |
2012-01-20 | re PR target/51106 (ICE in move_insn, at haifa-sched.c:2314) | Andrey Belevantsev | 1 | -1/+1 |
2012-01-17 | re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure) | Jakub Jelinek | 1 | -9/+13 |