aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Avoid CSE of MEMs in different address spacesRichard Henderson1-9/+13
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-4/+4
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-31/+15
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+3
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-24/+39
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-0/+3
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-4/+3
2015-05-02make fp_setter_insn take a rtx_insn *Trevor Saunders1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-3/+3
2015-04-18remove need for store_values_directlyTrevor Saunders1-8/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-28/+28
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-2/+2
2014-08-28rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford1-2/+2
2014-08-26cselib (also touches sched-deps.c)David Malcolm1-8/+8
2014-08-26cselib_record_sets_hook takes an rtx_insnDavid Malcolm1-1/+1
2014-08-26cselib and incdecDavid Malcolm1-3/+3
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-19/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+9
2014-04-27cselib.c (find_slot_memmode): Delete.Richard Sandiford1-41/+25
2014-03-25cselib.c (cselib_hash_rtx): Perform addition in unsigned type to avoid signed...Jakub Jelinek1-1/+1
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford1-4/+2
2014-03-06re PR debug/60381 (ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245)Alexandre Oliva1-9/+7
2014-02-28re PR debug/59992 (Compilation of insn-recog.c too slow due to var-tracking)Alexandre Oliva1-4/+30
2014-02-28re PR debug/59992 (Compilation of insn-recog.c too slow due to var-tracking)Alexandre Oliva1-7/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-06-20re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-2/+2
2013-06-16re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-2/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-90/+88
2013-03-28combine.c (try_combine): Removed useless assert.Kenneth Zadeck1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-29re PR debug/36728 ([stack]: gdb doesn't work with stack alignment)Jakub Jelinek1-8/+18
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-3/+2
2012-11-20re PR middle-end/54921 (wrong code with -Os -fno-omit-frame-pointer -fsched2-...Jakub Jelinek1-0/+30
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-8/+4
2012-10-16re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek1-0/+21
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-7/+2
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-2/+3
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1