summaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
Commit message (Expand)AuthorAgeFilesLines
* df-problems.c (df_kill_notes): Check that the use refers to the note under ex...Paolo Bonzini2012-01-301-2/+4
* re PR rtl-optimization/51505 (ICE: in form_sum, at reload.c:5349 with -O --pa...Andrey Belevantsev2012-01-191-3/+44
* df-problems.c (df_note_bb_compute): Pass uses rather than defs to df_set_dead...Richard Sandiford2011-08-261-1/+1
* re PR debug/49522 (Divide by zero in validate_subreg in emit-rtl.c:695)Jakub Jelinek2011-07-071-2/+22
* df-problems.c (df_lr_local_compute): Manually CSE PIC_OFFSET_TABLE_REGNUM.Jeff Law2011-06-151-3/+4
* re PR rtl-optimization/47612 (RTL crash when cc0 setter moved away from cc0 u...Bernd Schmidt2011-05-041-2/+9
* cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov2011-03-191-7/+4
* re PR libgomp/47464 (Many gomp failures)Jeff Law2011-01-261-1/+1
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-0/+318
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-2/+5
* re PR debug/46171 (ICE: in gen_rtx_SUBREG, at emit-rtl.c:774 with -fno-tree-d...Jakub Jelinek2010-11-091-21/+59
* Revert revision 164552.H.J. Lu2010-11-031-316/+0
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-0/+316
* re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)Bernd Schmidt2010-08-041-1/+1
* re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt2010-07-291-460/+156
* df-problems.c (df_kill_notes): Do not collect dead notes.Jan Hubicka2010-07-021-90/+38
* Fix version of patch from previous commit ;(Jan Hubicka2010-06-221-4/+8
* df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka2010-06-221-19/+23
* df-core.c (df_clear_bb_info): New function.Jan Hubicka2010-06-121-119/+27
* df-problems.c (df_live_scratch): Convert to bitmap_head.Jan Hubicka2010-06-111-8/+9
* df-problems.c (df_live_problem_data): Add live_bitmaps.Jan Hubicka2010-06-101-54/+63
* re PR middle-end/44454 (Many new failures)Jan Hubicka2010-06-071-4/+10
* df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka2010-06-071-29/+32
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-10/+10
* tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka2010-06-051-5/+5
* df-problems.c (seen_in_block, [...]): Convert to bitmap_head.Jan Hubicka2010-06-051-117/+118
* Update df_lr_bb_local_compute for embedded bitmaps.H.J. Lu2010-06-041-2/+2
* df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka2010-06-041-238/+238
* df-problems.c (df_create_unused_note, [...]): micro-optimize the checks when ...Jan Hubicka2010-06-041-4/+4
* re PR debug/44023 (-fcompare-debug failure (length) for alphaev67 target (boo...Jakub Jelinek2010-05-111-3/+26
* re PR bootstrap/43994 (Revision 159063 failed to bootstrap on Linux/ia64)Jakub Jelinek2010-05-061-4/+4
* re PR debug/43478 (Missing DW_AT_location for a variable)Alexandre Oliva2010-05-051-1/+141
* df-problems.c (df_simulate_initialize_forwards): Set, don't clear, bits for a...Bernd Schmidt2010-04-261-8/+4
* ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...Bernd Schmidt2010-04-221-4/+17
* re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64)Paolo Bonzini2009-11-301-8/+25
* Remove trailing white spaces.H.J. Lu2009-11-251-276/+276
* df-problems.c: Fix documentation for forward simulation of LR.Paolo Bonzini2009-11-081-30/+22
* re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64)Paolo Bonzini2009-10-281-21/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-8/+51
* df-problems.c (df_set_seen, [...]): Delete.Paolo Bonzini2009-06-271-27/+28
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Paolo Bonzini2009-06-271-3/+447
* df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.Ian Lance Taylor2009-06-161-2/+2
* df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2009-06-161-11/+13
* re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini2009-05-081-48/+67
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-6/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir...Kenneth Zadeck2009-01-031-12/+21
* df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka2008-12-181-3/+3
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-13/+97
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-84/+84