compiler: identify array index expressions in lvalue context
[gcc.git] / gcc / calls.c
2017-05-13 Jim WilsonPatch for RTL expand bug affecting aarch64 vector code.
2017-05-04 Marek Polacekre PR tree-optimization/80612 (ICE in get_range_info...
2017-05-01 Nathan Sidwellcalls.c (combine_pending_stack_adjustment_and_call...
2017-03-29 Andreas Schwabre PR ada/80146 (ICE in copy_to_mode_reg, at explow...
2017-03-14 Martin Seborre PR c/79936 (ICE with -Walloc-size-larger-than=32767)
2017-02-13 Martin LiskaReplace XALLOCAVEC with XCNEWVEC (PR c/79471).
2017-01-10 Martin SeborPR tree-optimization/78775 - [7 Regression] ICE in...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-14 Martin SeborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-08 Martin SeborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-06 Eric BotcazouPut back blank line
2016-12-06 Eric Botcazoure PR middle-end/78700 (gccgo testcases stack.go, recov...
2016-11-29 Jiong Wang[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P...
2016-10-16 Eric Botcazoure PR ada/37139 (DEP prevents using Ada tasking)
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-08-09 Renlin Li[PATCH][PR64971]Convert function pointer to Pmode when...
2016-08-03 Bernd Edlingerre PR middle-end/71876 (longjmp is miscompiled with...
2016-07-21 Bernd Edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-21 Bernd Edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-05-20 David Malcolmcalls.c: fix warning on targets without REG_PARM_STACK_...
2016-05-20 David MalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-20 David MalcolmIntroduce can_implement_as_sibling_call_p
2016-05-10 Ilya Enkovichre PR tree-optimization/70876 (ICE in chkp_find_bounds...
2016-03-18 Jason Merrill* calls.c (load_register_parameters): Fix zero size...
2016-03-12 Eric Botcazoure PR ada/70017 (c52103x and c52104x test failure on...
2016-01-15 Richard SandifordPR 69246: Invalid REG_ARGS_SIZE for sibcalls
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-04 Jakub Jelinekre PR tree-optimization/68680 (On-stack VLA does not...
2015-11-26 Kyrylo Tkachov[calls.c] PR rtl-optimization/67226: Take into account...
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27 H.J. LuProperly handle -fno-plt in ix86_expand_call
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-08-24 Richard Sandifordgenflags.c (gen_macro): Delete.
2015-07-17 Uros Bizjakre PR rtl-optimization/66891 (ICE in expand_call, at...
2015-07-15 Uros Bizjakre PR target/58066 (__tls_get_addr is called with misal...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Richard Sandiforddefaults.h (HAVE_epilogue, [...]): Delete.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Andrew MacLeodfunction.h (struct incoming_args): Move struct.
2015-06-25 Andrew MacLeodcgraph.h (cgraph_rtl_info): Move to rtl.h
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
2015-06-04 Sriraman Tallamc-common.c (noplt): New attribute.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-27 Kyrylo Tkachov[expr.c] PR target/65358 Avoid clobbering partial argum...
2015-05-22 Trevor Saundersalways define STACK_GROWS_DOWNWARD
2015-05-19 Eric Botcazouinsn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-19 Kyrylo Tkachov[calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARD
2015-05-11 Alexander Monakovcalls.c (prepare_call_address): Transform PLT call...
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-04-28 Trevor Saundersremove #if ARGS_GROW_DOWNWARD
2015-04-28 Trevor Saundersalways define ARGS_GROW_DOWNWARD
2015-04-28 Trevor Saundersadd default for NO_FUNCTION_CSE
2015-04-17 Tom de VriesHandle internal_fn in operand_equal_p
2015-04-15 Alan Modrare PR target/65408 (powerpc64 function argument passing...
2015-04-07 Jan Hubickare PR ipa/65540 (internal error on s-fatllf.ads at...
2015-01-17 Bernd Schmidtre PR rtl-optimization/52773 (internal error: in replac...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-03 Tom de VriesRename fuse-caller-save
2014-11-19 Richard HendersonAllow the front-end to create calls with a static chain
2014-11-10 Jan Hubickare PR bootstrap/63573 (libgo: ICE building libgo on...
2014-11-06 Bernd SchmidtAdd a hook to inform a port about call arguments.
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-06 Eric Botcazoucalls.c (expand_call): Do not use the target as the...
2014-09-10 Kugan Vivekanandarajahrevert: calls.c (precompute_arguments): Check promoted_...
2014-08-28 Richard Sandifordcalls.c: Include rtl-iter.h.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-21 David Malcolmcalls.c: Use rtx_insn
2014-08-08 Kugan Vivekanandarajahcalls.c (precompute_arguments): Check promoted_for_sign...
2014-08-08 Kugan Vivekanandarajahcalls.c (precompute_arguments): Use new SUBREG_PROMOTED...
2014-07-24 Richard Sandifordre PR middle-end/61268 (ICE in vt_expand_var_loc_chain...
2014-04-29 James GreenhalghRemove PUSH_ARGS_REVERSED from the RTL expander.
2014-04-24 Radovan Obradovic-fuse-caller-save - Add new reg-note REG_CALL_DECL
2014-03-20 Eric Botcazoucalls.c (store_one_arg): Remove incorrect const qualifi...
2014-02-11 Richard Hendersonre PR target/59927 (ICE sorry, unimplemented: ms_abi...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-14 Tom de VriesFix REG_PARM_STACK_SPACE usage in expand_call
2013-12-13 Aldy Hernandezre PR tree-optimization/59149 (diagnose_tm_1 calls...
2013-12-03 Marek Polacekre PR middle-end/56344 (ICE for program with very large...
2013-12-03 Jakub Jelinekre PR target/58864 (ICE in connect_traces, at dwarf2cfi...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14 Ulrich Weigandfunction.c (assign_parms): Use all.reg_parm_stack_space...
2013-11-14 Ulrich Weigandcalls.c (store_unaligned_arguments_into_pseudos): Skip...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
next