aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-12re PR debug/83157 (gcc.dg/guality/pr41616-1.c fail, inline instances refer to...Jakub Jelinek1-0/+65
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-8/+11
2018-01-03Directly operate on CONST_VECTOR encodingRichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-0/+9
2017-12-20poly_int: rtx constantsRichard Sandiford1-0/+9
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-3/+4
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+2
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-2/+2
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford1-7/+9
2017-03-31re PR debug/80025 (ICE w/ -O2 (-O3, -Ofast) -g -ftracer (infinite recursion i...Jakub Jelinek1-11/+21
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-25re PR middle-end/71732 (FAIL: gcc.dg/torture/pr71532.c at -O2 and above)John David Anglin1-0/+7
2016-05-02re PR rtl-optimization/70886 (-frename-registers causes boostrap comparison f...Eric Botcazou1-11/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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