Age | Commit message (Expand) | Author | Files | Lines |
2010-06-12 | df-core.c (df_clear_bb_info): New function. | Jan Hubicka | 1 | -119/+27 |
2010-06-11 | df-problems.c (df_live_scratch): Convert to bitmap_head. | Jan Hubicka | 1 | -8/+9 |
2010-06-10 | df-problems.c (df_live_problem_data): Add live_bitmaps. | Jan Hubicka | 1 | -54/+63 |
2010-06-07 | re PR middle-end/44454 (Many new failures) | Jan Hubicka | 1 | -4/+10 |
2010-06-07 | df-problems.c (df_lr_problem_data): Add lr_bitmaps. | Jan Hubicka | 1 | -29/+32 |
2010-06-06 | df-core.c (df_set_blocks): Use bitmap_head instead of bitmap. | Jan Hubicka | 1 | -10/+10 |
2010-06-05 | tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers. | Jan Hubicka | 1 | -5/+5 |
2010-06-05 | df-problems.c (seen_in_block, [...]): Convert to bitmap_head. | Jan Hubicka | 1 | -117/+118 |
2010-06-04 | Update df_lr_bb_local_compute for embedded bitmaps. | H.J. Lu | 1 | -2/+2 |
2010-06-04 | df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure. | Jan Hubicka | 1 | -238/+238 |
2010-06-04 | df-problems.c (df_create_unused_note, [...]): micro-optimize the checks when ... | Jan Hubicka | 1 | -4/+4 |
2010-05-11 | re PR debug/44023 (-fcompare-debug failure (length) for alphaev67 target (boo... | Jakub Jelinek | 1 | -3/+26 |
2010-05-06 | re PR bootstrap/43994 (Revision 159063 failed to bootstrap on Linux/ia64) | Jakub Jelinek | 1 | -4/+4 |
2010-05-05 | re PR debug/43478 (Missing DW_AT_location for a variable) | Alexandre Oliva | 1 | -1/+141 |
2010-04-26 | df-problems.c (df_simulate_initialize_forwards): Set, don't clear, bits for a... | Bernd Schmidt | 1 | -8/+4 |
2010-04-22 | ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_... | Bernd Schmidt | 1 | -4/+17 |
2009-11-30 | re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64) | Paolo Bonzini | 1 | -8/+25 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -276/+276 |
2009-11-08 | df-problems.c: Fix documentation for forward simulation of LR. | Paolo Bonzini | 1 | -30/+22 |
2009-10-28 | re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64) | Paolo Bonzini | 1 | -21/+2 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -8/+51 |
2009-06-27 | df-problems.c (df_set_seen, [...]): Delete. | Paolo Bonzini | 1 | -27/+28 |
2009-06-27 | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Paolo Bonzini | 1 | -3/+447 |
2009-06-16 | df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself. | Ian Lance Taylor | 1 | -2/+2 |
2009-06-16 | df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch. | Ian Lance Taylor | 1 | -11/+13 |
2009-05-08 | re PR rtl-optimization/33928 (30% performance slowdown in floating-point code... | Paolo Bonzini | 1 | -48/+67 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -6/+4 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-03 | re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir... | Kenneth Zadeck | 1 | -12/+21 |
2008-12-18 | df-scan.c (persistent_obstack, [...]): Remove. | Jan Hubicka | 1 | -3/+3 |
2008-12-18 | re PR rtl-optimization/37922 (code generation error) | Kenneth Zadeck | 1 | -13/+97 |
2008-10-11 | re PR middle-end/37448 (cannot compile big function) | Kenneth Zadeck | 1 | -84/+84 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -9/+9 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -1/+1 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -3/+2 |
2008-06-18 | df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. | Steven Bosscher | 1 | -13/+14 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -4/+3 |
2008-05-17 | rtl.texi (RTL_CONST_CALL_P, [...]): Fixed typos. | Kenneth Zadeck | 1 | -4/+4 |
2008-05-16 | ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim... | Kenneth Zadeck | 1 | -38/+38 |
2008-04-21 | dbgcnt.def (ra_byte_scan): Added. | Richard Sandiford | 1 | -20/+735 |
2008-01-22 | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Kenneth Zadeck | 1 | -76/+49 |
2008-01-20 | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Kenneth Zadeck | 1 | -54/+84 |
2008-01-19 | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Kenneth Zadeck | 1 | -12/+26 |
2007-12-14 | df-core.c: Update comments referring to removed features. | Paolo Bonzini | 1 | -17/+19 |
2007-10-02 | ra-conflict.c: New file. | Kenneth Zadeck | 1 | -722/+35 |
2007-08-22 | re PR rtl-optimization/32557 (internal compiler error: RTL check: expected co... | Rask Ingemann Lambertsen | 1 | -2/+2 |
2007-07-31 | df.h (DF_RU, [...]): Removed. | Kenneth Zadeck | 1 | -530/+0 |
2007-07-30 | df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f... | Seongbae Park | 1 | -120/+21 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-27 | re PR middle-end/32749 (gfortran.dg/auto_array_1.f90) | Kenneth Zadeck | 1 | -24/+23 |