aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-09Remove hard_reg_set_equal_pRichard Sandiford1-3/+2
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-08-26i386: Roundeven expansion for SSE4.1+Tejas Joshi1-0/+1
2019-07-08emit-rtl.c (set_insn_locations): New function moved from...Eric Botcazou1-0/+1
2019-07-03Remove another bunch of dead assignment.Martin Liska1-1/+0
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-4/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-25i386.md (frndintxf2_mask_pm): Remove.Uros Bizjak1-1/+0
2018-09-14reg-stack.c: Include regs.h.Uros Bizjak1-16/+23
2018-09-11reg-stack.c (subst_asm_stack_regs): Call replace_reg also for clobbers.Uros Bizjak1-7/+1
2018-09-06reg-stack.c (get_true_reg): Reorder to fallthru to FLOAT case.Uros Bizjak1-8/+9
2018-04-24re PR target/84828 (ICE in verify_flow_info at gcc/cfghooks.c:265)Jakub Jelinek1-6/+9
2018-03-13re PR target/84828 (ICE in verify_flow_info at gcc/cfghooks.c:265)Jakub Jelinek1-3/+12
2018-03-06re PR inline-asm/84683 (internal compiler error: in move_for_stack_reg, at re...Jakub Jelinek1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-14tracer.c (better_p): Do not compare frequencies.Jan Hubicka1-5/+0
2017-10-27re PR target/82692 (Ordered comparisons used for unordered built-ins)Uros Bizjak1-18/+16
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-2/+2
2017-10-17reg-stack.c (compare_for_stack_reg): Add bool argument.Uros Bizjak1-7/+20
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-6/+2
2017-02-22re PR target/70465 (Poor code for x87 asm)Jakub Jelinek1-5/+12
2017-01-26re PR target/70465 (Poor code for x87 asm)Jakub Jelinek1-0/+71
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-3/+5
2016-06-10re PR inline-asm/68843 (ICE with "u" input constraint)Bernd Edlinger1-1/+25
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
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-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-1/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-2/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-20/+8
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-7/+6
2015-04-02sync.md (UNSPEC_FILD_ATOMIC, [...]): New.Uros Bizjak1-2/+2
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-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-4/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-08-28reg-stack.c: Include rtl-iter.h.Richard Sandiford1-32/+21