summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
...
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-12/+9
* Remove remaining uses of REAL_ARITHMETICRichard Sandiford2015-10-051-1/+1
* revert to assign_parms assignments using default defsAlexandre Oliva2015-09-271-3/+16
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-0/+29
* Revert:David Edelsohn2015-07-241-29/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-0/+29
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+0
* gcc/Richard Sandiford2015-07-051-20/+11
* gcc/Richard Sandiford2015-07-051-26/+14
* target-insns.def (trap): New targetm instruction pattern.Richard Sandiford2015-07-051-4/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-22/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-0/+22
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Update check after force_const_mem call in the plus_constant function to see ...Andrew Bennett2015-06-031-1/+3
* remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-18/+15
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-5/+5
* 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