aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19cse.c (cse_main): Free dominance info.Ilya Enkovich1-9/+4
2016-05-13cse.c (rest_of_handle_cse): Use cleanup_cfg returned value cse_cfg_altered co...Ilya Enkovich1-6/+6
2016-05-11re PR middle-end/70807 (fwprop pass ICE with incoming CDI_DOMINATORS)Ilya Enkovich1-6/+15
2016-05-02re PR rtl-optimization/70467 (Useless "and [esp],-1" emitted on AND with uint...Jakub Jelinek1-1/+27
2016-02-04[cse][3/4] Don't overwrite original rtx when folding source of setKyrylo Tkachov1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-...Jeff Law1-0/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-1/+1
2015-08-05cse.c (cse_insn): Restoring old behaviour for src_eqv when dest and value in ...Kugan Vivekanandarajah1-4/+5
2015-07-24[obvious] Use std::swap instead of manually swapping in a few more placesKyrylo Tkachov1-3/+2
2015-07-24cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor clean up.Kugan Vivekanandarajah1-5/+5
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-07-12cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.Kugan Vivekanandarajah1-7/+42
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders1-2/+4
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-21/+22
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-3/+3
2015-05-09cse_change_cc0_mode can take a rtx_insn *Trevor Saunders1-1/+1
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-3/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-22remove more ifdef HAVE_cc0Trevor Saunders1-18/+0
2015-04-15re PR rtl-optimization/42522 ((zero_extract:SI (mem:QI) ...) misoptimized)Jeff Law1-0/+9
2015-02-03re PR rtl-optimization/64756 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi...Jakub Jelinek1-8/+26
2015-01-23re PR rtl-optimization/63637 (CSE on x86 asm()-s no longer working due to PR/...Jakub Jelinek1-7/+33
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
2015-01-15gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false...Jakub Jelinek1-2/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-3/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-64/+64
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-5/+11
2014-10-23re PR target/63534 (Bootstrap failure on x86_64/i686-linux)Evgeny Stupachenko1-0/+6
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-10/+10
2014-09-05Remove a cast in cse.cDavid Malcolm1-2/+3
2014-08-28cse.c (change_cc_mode_args): Delete.Richard Sandiford1-31/+19
2014-08-28cse.c (is_dead_reg): Change argument to const_rtx.Richard Sandiford1-28/+24
2014-08-28cse.c (check_for_label_ref): Move earlier in file.Richard Sandiford1-25/+27
2014-08-28cse.c (check_dependence_data): Delete.Richard Sandiford1-21/+13
2014-08-28cse.c: Include rtl-iter.h.Richard Sandiford1-34/+21
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-8/+10