summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-10/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford2015-10-051-1/+1
* cse.c (cse_insn): Restoring old behaviour for src_eqv when dest and value in ...Kugan Vivekanandarajah2015-08-051-4/+5
* [obvious] Use std::swap instead of manually swapping in a few more placesKyrylo Tkachov2015-07-241-3/+2
* cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor clean up.Kugan Vivekanandarajah2015-07-241-5/+5
* Fix double word typos.Aldy Hernandez2015-07-131-2/+2
* cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.Kugan Vivekanandarajah2015-07-121-7/+42
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders2015-07-091-2/+4
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-21/+22
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+3
* target-insns.def (jump): New targetm instruction pattern.Richard Sandiford2015-06-301-1/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-2/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-3/+3
* cse_change_cc0_mode can take a rtx_insn *Trevor Saunders2015-05-091-1/+1
* add default for NO_FUNCTION_CSETrevor Saunders2015-04-281-3/+1
* make some HAVE_cc0 code always compiledTrevor Saunders2015-04-221-3/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* remove more ifdef HAVE_cc0Trevor Saunders2015-04-221-18/+0
* re PR rtl-optimization/42522 ((zero_extract:SI (mem:QI) ...) misoptimized)Jeff Law2015-04-151-0/+9
* re PR rtl-optimization/64756 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi...Jakub Jelinek2015-02-031-8/+26
* re PR rtl-optimization/63637 (CSE on x86 asm()-s no longer working due to PR/...Jakub Jelinek2015-01-231-7/+33
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+15
* gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false...Jakub Jelinek2015-01-151-2/+4
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo2015-01-051-3/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-64/+64
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-5/+11
* re PR target/63534 (Bootstrap failure on x86_64/i686-linux)Evgeny Stupachenko2014-10-231-0/+6
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-10/+10
* Remove a cast in cse.cDavid Malcolm2014-09-051-2/+3
* cse.c (change_cc_mode_args): Delete.Richard Sandiford2014-08-281-31/+19
* cse.c (is_dead_reg): Change argument to const_rtx.Richard Sandiford2014-08-281-28/+24
* cse.c (check_for_label_ref): Move earlier in file.Richard Sandiford2014-08-281-25/+27
* cse.c (check_dependence_data): Delete.Richard Sandiford2014-08-281-21/+13
* cse.c: Include rtl-iter.h.Richard Sandiford2014-08-281-34/+21
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-8/+10
* cse.c: Use rtx_insnDavid Malcolm2014-08-221-49/+50
* delete_trivially_dead_insns works on insnsDavid Malcolm2014-08-191-2/+2
* re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_dele...Richard Biener2014-08-051-1/+1
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-6/+6
* cse.c (exp_equiv_p): For GCSE...Eric Botcazou2014-07-201-0/+7
* remove has_executeTrevor Saunders2014-07-091-3/+0
* df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford2014-06-151-7/+4