aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Convert various rtx to rtx_note *David Malcolm1-2/+4
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-28/+26
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-30var-tracking.c (add_stores): Return instead of asserting if old and new value...Joseph Myers1-1/+2
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-105/+111
2014-05-13rtl.def (VAR_LOCATION): Remove "i" field.Richard Sandiford1-5/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+17
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+5
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-02-28re PR debug/57232 (wcstol.c:213:1: internal compiler error)Alexandre Oliva1-1/+2
2014-02-07var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts to match f...Richard Sandiford1-2/+19
2014-02-06re PR debug/59992 (Compilation of insn-recog.c too slow due to var-tracking)Jakub Jelinek1-4/+11
2014-01-28revert: re PR middle-end/45364 (Compiling wine's directx.c with -O1 -g takes ...Richard Biener1-8/+6
2014-01-28re PR middle-end/45364 (Compiling wine's directx.c with -O1 -g takes a very l...Richard Biener1-6/+8
2014-01-06re PR debug/59350 (ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212)Eric Botcazou1-8/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-3/+3
2013-12-14* var-tracking.c (add_stores): Fix oversight in latest commit.Eric Botcazou1-0/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-8/+8
2013-12-09Eliminate last_basic_block macro.David Malcolm1-4/+4
2013-11-27var-tracking.c (track_expr_p): Do not track declarations for parts of tracked...Eric Botcazou1-0/+81
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+3
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-9/+11
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+5
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-16/+10
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-7/+9
2013-08-30function.c (assign_parm_setup_reg): For a parameter passed by pointer and whi...Eric Botcazou1-4/+20
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+36
2013-04-26This patch is part of a consolodation of the hash_table patches to the...Lawrence Crowl1-424/+420
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-1/+2
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-7/+5
2013-02-07Fix variable tracking for leaf functions on sparc.David S. Miller1-21/+24
2013-01-18re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva1-66/+227
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03re PR debug/54402 (var-tracking does not scale)Jakub Jelinek1-3/+7
2012-12-12re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at...Jakub Jelinek1-46/+7
2012-12-11re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek1-6/+14
2012-12-06re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek1-1/+32
2012-11-20re PR middle-end/54921 (wrong code with -Os -fno-omit-frame-pointer -fsched2-...Jakub Jelinek1-36/+1