summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
...
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-2/+2
* insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou2015-05-191-5/+19
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-54/+12
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-1/+2
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-21/+21
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UN...Andreas Schwab2014-10-151-1/+1
* explow.c (convert_memory_address_addr_space): Rename to ...Andrew Pinski2014-10-141-12/+28
* revert: re PR middle-end/49721 (convert_memory_address_addr_space may generat...Andrew Pinski2014-10-141-12/+7
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-1/+1
* explow.c: Use rtx_insn and rtx_code_labelDavid Malcolm2014-08-221-13/+17
* re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262)Richard Sandiford2014-07-241-4/+4
* emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.Richard Sandiford2014-05-171-12/+22
* Merge in wide-int.Kenneth Zadeck2014-05-061-32/+3
* * explow.c (probe_stack_range): Emit a final optimization blockage.Eric Botcazou2014-04-041-0/+3
* cselib.c (cselib_hash_rtx): Perform addition in unsigned type to avoid signed...Jakub Jelinek2014-03-251-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-0/+12
* gcc/Richard Sandiford2013-09-091-2/+4
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-5/+9
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-2/+3
* explow.c (plus_constant): Pass "mode" to immed_double_int_const.Richard Sandiford2013-04-301-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-18/+15
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-2/+1
* Revert "PR 34548"Richard Henderson2012-08-021-18/+37
* re PR middle-end/34548 (GCC generates too many alignment adds for alloca)Richard Henderson2012-08-011-37/+18
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-1/+1
* explow.c (probe_stack_range): Restore simple control flow and stop again when...Eric Botcazou2012-05-301-5/+4
* md.texi (Standard Names): Document probe_stack_address.Eric Botcazou2012-05-101-7/+14
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-31/+25
* rtl.texi (const_double): Document as sign-extending.Mike Stump2012-04-041-31/+46
* re PR middle-end/50251 (Revision 178353 caused many test failures)Tom de Vries2011-09-141-0/+14
* Permute conversion and addition of constant for zero-extend.H.J. Lu2011-08-191-7/+12
* re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)Richard Henderson2011-08-151-2/+5
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-26/+39
* explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt2011-07-061-1/+1
* Use proper mode for stack save area.H.J. Lu2011-07-011-1/+3
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-0/+1
* function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou2011-06-021-34/+2
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-5/+5
* explow.c (promote_mode): Move variable declarations before code.Richard Guenther2011-05-041-2/+7
* calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel2011-05-041-0/+17