summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* jump.c: Use rtx_sequencedmalcolm2014-08-272-3/+12
* function.c: Use rtx_sequencedmalcolm2014-08-272-2/+9
* final.c: Use rtx_sequencedmalcolm2014-08-272-18/+30
* except.c: Use rtx_sequencedmalcolm2014-08-272-6/+12
* dwarf2cfi.c: Use rtx_sequencedmalcolm2014-08-272-10/+16
* Introduce rtx_sequence subclass of rtx_defdmalcolm2014-08-273-0/+64
* Use rtx_insn_list in various placesdmalcolm2014-08-279-122/+237
* Introduce rtx_insn_list subclass of rtx_defdmalcolm2014-08-275-1/+66
* Tweak to ira-lives.cdmalcolm2014-08-272-1/+6
* Convert various INSN accessors in rtl.h to inline functionsdmalcolm2014-08-272-6/+40
* Convert PATTERN from a macro to a pair of inline functionsdmalcolm2014-08-272-1/+14
* Use rtx_insn for various target.def hooksdmalcolm2014-08-2737-189/+399
* mn10300: Fixes to PARALLEL handling within mn10300_adjust_sched_costdmalcolm2014-08-272-28/+42
* /cppaolo2014-08-276-1/+83
* PR target/62262carrot2014-08-274-1/+33
* 2014-08-27 Richard Biener <rguenther@suse.de>rguenth2014-08-272-204/+121
* 2014-08-27 Yvan Roux <yvan.roux@linaro.org>yroux2014-08-272-14/+16
* gcc/kyukhin2014-08-272-7/+21
* gcc/kyukhin2014-08-272-42/+186
* gcc/kyukhin2014-08-272-8/+37
* 2014-08-27 Richard Biener <rguenther@suse.de>rguenth2014-08-273-35/+46
* compiler: Disallow call of *T method using **T variable.ian2014-08-272-5/+6
* Daily bump.gccadmin2014-08-271-1/+1
* * dwarf2out.h (dwarf2out_decl): Remove prototype.aldyh2014-08-263-2/+7
* 2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>joel2014-08-262-1/+5
* cselib (also touches sched-deps.c)dmalcolm2014-08-264-13/+31
* Tweak to dse.cdmalcolm2014-08-262-1/+6
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-2620-111/+237
* Various scheduling strengtheningsdmalcolm2014-08-266-80/+147
* Use rtx_insn in more places in haifa-sched.cdmalcolm2014-08-262-2/+9
* duplicate_insn_chain accepts rtx_insndmalcolm2014-08-263-4/+12
* PR c++/58624jason2014-08-264-0/+45
* Various condition-handling callsdmalcolm2014-08-268-31/+79
* Use rtx_insn in more places in fwprop.cdmalcolm2014-08-262-2/+7
* Use rtx_insn in more places in sel-sched.cdmalcolm2014-08-262-4/+12
* Strengthen various insn emission functionsdmalcolm2014-08-2610-27/+61
* get_last_insn_anywhere returns an rtx_insndmalcolm2014-08-263-2/+8
* Strengthen fields in struct sequence_stack and struct emit_statusdmalcolm2014-08-264-11/+24
* Params of add_insn and unlink_insn_chaindmalcolm2014-08-264-19/+50
* cselib_record_sets_hook takes an rtx_insndmalcolm2014-08-264-4/+14
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-2617-137/+171
* Tighten up params of create_basic_block_structuredmalcolm2014-08-264-5/+17
* 2014-08-26 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2014-08-262-48/+47
* cselib and incdecdmalcolm2014-08-266-14/+35
* Remove DEP_PRO/CON scaffoldingdmalcolm2014-08-264-48/+63
* Remove VINSN_INSN_RTX scaffoldingdmalcolm2014-08-263-14/+16
* insn_t becomes an rtx_insn *dmalcolm2014-08-268-84/+171
* sel-sched-ir.h: Make ilist_t work on insn_t rather than rtxdmalcolm2014-08-262-12/+70
* Fix ARM ICE for register var asm ("pc") (PR target/60606).jsm282014-08-269-1/+73
* PR c/61271mpolacek2014-08-262-1/+6