aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Revert:David Edelsohn1-29/+0
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+29
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-07-05gcc/Richard Sandiford1-20/+11
2015-07-05gcc/Richard Sandiford1-26/+14
2015-07-05target-insns.def (trap): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-22/+0
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+22
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
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