summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/52397 (comparison failure with Ada enabled)Jakub Jelinek2012-02-291-3/+4
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-0/+1
* df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro unconditiona...Eric Botcazou2011-06-301-8/+2
* df-problems.c (df_lr_local_compute): Manually CSE PIC_OFFSET_TABLE_REGNUM.Jeff Law2011-06-151-9/+16
* re PR rtl-optimization/47525 (DCE fails to eliminate a dead call to a pure fu...Peter Bergner2011-02-021-11/+14
* re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Paolo Bonzini2010-11-221-12/+36
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-3/+5
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva2010-11-131-3/+1
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+2
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-5/+5
* df.h (enum df_ref_class): Remove DF_REF_EXTRACT.Paolo Bonzini2010-09-041-245/+99
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-11/+9
* tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonz...Joseph Myers2010-08-201-3/+2
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-1/+1
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-10/+10
* df-core.c (df_clear_bb_info): New function.Jan Hubicka2010-06-121-42/+14
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-100/+112
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* re PR bootstrap/43870 (ICE in gcc/config/soft-fp/divtf3.c)Kenneth Zadeck2010-05-201-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek2010-01-291-1/+4
* df-scan.c (df_scan_set_bb_info): Remove assert.Richard Guenther2010-01-261-10/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-290/+290
* df-scan.c (df_ref_create): Don't mark BB as dirty on debug insns.Alexandre Oliva2009-11-181-2/+4
* df-scan.c (df-uses-record): Add case zero_extract of mem.Kenneth Zadeck2009-11-041-4/+17
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-221-38/+6
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+64
* alias.c: Use REG_P...Shujing Zhao2009-06-221-6/+6
* vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor2009-06-101-154/+200
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-2/+2
* df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is not new but on...Steven Bosscher2009-04-261-1/+5
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-1/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-29/+35
* dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2009-03-181-3/+3
* * df-scan.c ( df_hard_reg_init): Move declaration of i.Steve Ellcey2008-12-191-1/+1
* df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka2008-12-181-22/+2
* re PR target/37378 (Revision 139827 causes Divide_X)Jakub Jelinek2008-10-271-33/+18
* re PR target/37808 (Revision 141067 breaks Linux/x86)Kenneth Zadeck2008-10-121-1/+2
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-253/+351
* df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM regardless o...Richard Sandiford2008-09-041-3/+3
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-9/+9
* df-scan.c (df_scan_free_ref_vec, [...]): New macros.Kenneth Zadeck2008-06-301-13/+54
* alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-06-291-3/+3
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-48/+40
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-86/+93
* df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool.Steven Bosscher2008-06-091-5/+0
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-3/+3
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-71/+106
* function.h (incomming_args): Break out of struct function.Jan Hubicka2008-04-081-1/+1