Daily bump.
[gcc.git] / gcc / cselib.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-04-11 Jakub Jelinekcselib: Mark the cselib_record_sp_cfa_base_equiv VALUE...
2020-04-09 Jakub Jelinekcselib, var-tracking: Improve debug info after the...
2020-04-08 Jakub Jelinekcselib, reload: Fix cselib ICE on m68k/microblaze ...
2020-04-06 Jakub Jelinekcselib: Fix endless cselib loop on (plus:P (reg) (const...
2020-04-04 Jakub Jelinekcselib: Don't consider SP_DERIVED_VALUE_P values as...
2020-04-02 Jakub Jelinekcselib: Reuse VALUEs on sp adjustments [PR92264]
2020-01-27 Richard Sandifordcselib: Fix handling of multireg values for call insns...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-10-01 Richard SandifordRemove clobber_high
2019-09-30 Richard SandifordRemove global call sets: cselib.c
2019-09-30 Richard SandifordPass an ABI identifier to hard_regno_call_part_clobbered
2019-09-10 Richard SandifordAdd call_used_or_fixed_reg_p
2019-09-09 Richard SandifordMake note_stores take an rtx_insn
2019-06-27 Martin LiskaRemove quite obvious dead assignments.
2019-06-07 Martin LiskaEnable sanitization for hash tables.
2019-01-11 Steve Ellceyaarch64.c (aarch64_simd_call_p): New function.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-14 Jakub Jelinekre PR rtl-optimization/88478 (valgrind error in cselib...
2018-12-06 Alexandre Olivaavoid null ptr deref in cselib_record_sets
2018-08-06 Alan Haywardcse support for clobber_high
2018-04-12 Jakub Jelinekre PR debug/83157 (gcc.dg/guality/pr41616-1.c fail...
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Richard SandifordDirectly operate on CONST_VECTOR encoding
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20 Richard Sandifordpoly_int: rtx constants
2017-09-12 Richard SandifordConvert hard_regno_nregs to a function
2017-09-04 Richard SandifordTurn HARD_REGNO_CALL_PART_CLOBBERED into a target hook
2017-08-30 Richard SandifordAdd a partial_subreg_p predicate
2017-08-30 Richard Sandiford[20/77] Replace MODE_INT checks with is_int_mode
2017-03-31 Jakub Jelinekre PR debug/80025 (ICE w/ -O2 (-O3, -Ofast) -g -ftracer...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-21 Trevor Saundersmake LABEL_REF_LABEL a rtx_insn *
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-27 Jakub Jelinekauto-inc-dec.c (try_merge): Remove break after return.
2016-08-09 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-25 John David Anglinre PR middle-end/71732 (FAIL: gcc.dg/torture/pr71532...
2016-05-02 Eric Botcazoure PR rtl-optimization/70886 (-frename-registers causes...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-09 Richard HendersonAvoid CSE of MEMs in different address spaces
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-09-16 Mikhail MaltsevShare memory blocks between pool allocators
2015-07-16 Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Richard Sandifordhash-table.h: Update comments.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-01 Martin LiskaChange use to type-based pool allocator in cselib.c.
2015-05-19 Richard Sandifordrtl.def (REG): Change format to "r".
2015-05-19 Richard Sandifordrtl.h (REG_NREGS): New macro
2015-05-02 Trevor Saundersmake fp_setter_insn take a rtx_insn *
2015-05-02 Trevor Saunderschange local vars to rtx_insn *
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-08-28 Richard Sandifordrtl.h (for_each_inc_dec_fn): Remove special case for -1.
2014-08-26 David Malcolmcselib (also touches sched-deps.c)
2014-08-26 David Malcolmcselib_record_sets_hook takes an rtx_insn
2014-08-26 David Malcolmcselib and incdec
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-27 Richard Sandifordcselib.c (find_slot_memmode): Delete.
2014-03-25 Jakub Jelinekcselib.c (cselib_hash_rtx): Perform addition in unsigne...
2014-03-11 Richard Sandifordbuiltins.c (expand_builtin_setjmp_receiver): Use and...
2014-03-06 Alexandre Olivare PR debug/60381 (ICE: in vt_expand_var_loc_chain...
2014-02-28 Alexandre Olivare PR debug/59992 (Compilation of insn-recog.c too...
2014-02-28 Alexandre Olivare PR debug/59992 (Compilation of insn-recog.c too...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-06-20 Joern Renneckere PR rtl-optimization/57425 (RTL alias analysis unprep...
2013-06-16 Joern Renneckere PR rtl-optimization/57425 (RTL alias analysis unprep...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-03-28 Kenneth Zadeckcombine.c (try_combine): Removed useless assert.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-28 Jakub Jelinekre PR debug/36728 ([stack]: gdb doesn't work with stack...
2012-11-26 Hans-Peter Nilssonre PR middle-end/55030 (gcc.c-torture/execute/builtins...
2012-11-20 Jakub Jelinekre PR middle-end/54921 (wrong code with -Os -fno-omit...
2012-11-09 Kenneth Zadeckrtl.h (CONST_SCALAR_INT_P): New macro.
2012-10-16 Jakub Jelinekre PR debug/54796 (Non-addressable stack parameter...
2012-08-23 Kenneth Zadeckalias.c (rtx_equal_for_memref_p): Convert constant...
2012-08-02 Kenneth Zadeckcfgexpand.c (expand_debug_locations): Encapsulate test...
2012-08-02 Alexandre Olivare PR debug/52983 (internal compiler error: in df_uses_...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-08 Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-06-22 Alexandre Olivare PR target/53682 (ICE in cselib_lookup (SEGV) on...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-09 Richard Sandifordre PR bootstrap/53249 (Bootstrap failure)
2012-05-05 Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-03-01 Alexandre Olivare PR debug/52001 (Huge compile-time regression with...
2012-02-25 Alexandre Olivare PR debug/52001 (Huge compile-time regression with...
next