aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03Update check after force_const_mem call in the plus_constant function to see ...Andrew Bennett1-1/+3
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-18/+15
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-5/+5
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-2/+2
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-5/+19
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-54/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+2
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-21/+21
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-15explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UN...Andreas Schwab1-1/+1
2014-10-14explow.c (convert_memory_address_addr_space): Rename to ...Andrew Pinski1-12/+28
2014-10-14revert: re PR middle-end/49721 (convert_memory_address_addr_space may generat...Andrew Pinski1-12/+7
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-1/+1
2014-08-22explow.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-13/+17
2014-07-24re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262)Richard Sandiford1-4/+4
2014-05-17emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.Richard Sandiford1-12/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-32/+3
2014-04-04* explow.c (probe_stack_range): Emit a final optimization blockage.Eric Botcazou1-0/+3
2014-03-25cselib.c (cselib_hash_rtx): Perform addition in unsigned type to avoid signed...Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+12
2013-09-09gcc/Richard Sandiford1-2/+4
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-5/+9
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-2/+3
2013-04-30explow.c (plus_constant): Pass "mode" to immed_double_int_const.Richard Sandiford1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-18/+15
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-2/+1
2012-08-02Revert "PR 34548"Richard Henderson1-18/+37
2012-08-01re PR middle-end/34548 (GCC generates too many alignment adds for alloca)Richard Henderson1-37/+18
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-1/+1
2012-05-30explow.c (probe_stack_range): Restore simple control flow and stop again when...Eric Botcazou1-5/+4
2012-05-10md.texi (Standard Names): Document probe_stack_address.Eric Botcazou1-7/+14
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-31/+25
2012-04-04rtl.texi (const_double): Document as sign-extending.Mike Stump1-31/+46
2011-09-14re PR middle-end/50251 (Revision 178353 caused many test failures)Tom de Vries1-0/+14
2011-08-19Permute conversion and addition of constant for zero-extend.H.J. Lu1-7/+12
2011-08-15re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)Richard Henderson1-2/+5
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-26/+39
2011-07-06explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt1-1/+1
2011-07-01Use proper mode for stack save area.H.J. Lu1-1/+3
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-0/+1