aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-02get_spark_xrefs.adb (Get_Nat, Get_Name): Initialize variables when they are d...Arnaud Charlet12-26/+30
2016-05-02a-tigeli.adb (Get_Line): Always set Last prior to returning.Yannick Moy6-145/+118
2016-05-02predicates.md (nonimm_ssenomem_operand): New predicate.Uros Bizjak3-55/+56
2016-05-02lib-xref-spark_specific.adb (Add_SPARK_Scope): add task type scope.Arnaud Charlet3-4/+22
2016-05-02make.adb: Minor...Arnaud Charlet3-7/+13
2016-05-02Minor reformatting.Arnaud Charlet1-1/+2
2016-05-02sem_util.adb (Normalize_Actuals): Take into account extra actuals that may ha...Ed Schonberg2-3/+28
2016-05-02Simplify cst_and_fits_in_hwiRichard Sandiford2-7/+6
2016-05-02Add a wi::to_wide helper functionRichard Sandiford6-13/+31
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford15-41/+93
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford12-46/+97
2016-05-02Fix warnings, update source code.Claudiu Zissulescu2-4/+12
2016-05-02[multiple changes]Arnaud Charlet4-24/+58
2016-05-02freeze.adb (Check_Component_Storage_Order): Get full view of component type.Thomas Quinot2-0/+12
2016-05-02checks.adb, [...]: Minor reformatting.Hristian Kirtchev6-25/+36
2016-05-02[multiple changes]Arnaud Charlet16-172/+313
2016-05-02Symbol summary: refactor usage of gcc_checking_assertsMartin Liska2-7/+9
2016-05-02Minor reformatting.Arnaud Charlet4-16/+18
2016-05-02[multiple changes]Arnaud Charlet18-274/+60
2016-05-02[multiple changes]Arnaud Charlet4-16/+115
2016-05-02[ARC] Add new ARCv2 instructions.Claudiu Zissulescu7-157/+324
2016-05-02decl.c (grokdeclarator): Properly insert a DECL_EXPR for anonymous VLAs.Richard Biener2-2/+10
2016-05-02trans-array.c (gfc_trans_create_temp_array): Properly create a DECL_EXPR for ...Richard Biener2-0/+15
2016-05-02sh.md (*negnegt, *movtt): Remove.Oleg Endo2-19/+4
2016-05-02decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_...Eric Botcazou4-18/+30
2016-05-02Fix ICE in dump_pred_graphMarek Polacek4-1/+33
2016-05-02trans.c (Range_to_gnu): New static function.Eric Botcazou2-27/+42
2016-05-02re PR target/52898 (SH Target: Inefficient DImode comparisons)Oleg Endo4-115/+26
2016-05-02Daily bump.GCC Administrator1-1/+1
2016-05-01constraints.md (BC): Only allow -1 operands.Uros Bizjak10-36/+60
2016-05-01sh.md (push, [...]): Remove constraints.Oleg Endo2-17/+22
2016-05-01rs6000.c (altivec_expand_lv_builtin): Do not use switch statement on instruct...Eric Botcazou2-92/+86
2016-05-01sh.h (TARGET_SH4): Remove and use default implementation.Oleg Endo4-69/+69
2016-05-01linux.h (SH_DIV_STRATEGY_DEFAULT, [...]): Remove.Yoshinori Sato3-14/+7
2016-05-01predicates.md (any_register_operand, [...]): Delete.Oleg Endo4-159/+96
2016-05-01Daily bump.GCC Administrator1-1/+1
2016-04-30* zh_CN.po: Update.Joseph Myers2-353/+133
2016-04-30Make-lang.in (ACATSCMD): New variable.Eric Botcazou5-18/+34
2016-04-30config.guess: Remove SH5 support.Oleg Endo4-49/+14
2016-04-30Handle -fcilkplus in Mac OS X LINK_COMMAND_SPECRainer Orth2-0/+5
2016-04-30sh.c (register_sh_passes, [...]): Remove TARGET_SH1 checks.Oleg Endo4-84/+70
2016-04-30thunk3.C: Remove SH5 checks.Oleg Endo78-83/+87
2016-04-30[RS6000] Allow saving of fixed regs.Alan Modra2-80/+98
2016-04-30[RS6000] Split SAVRES_STRATEGYAlan Modra2-17/+24
2016-04-30[RS6000] PR69645, -ffixed-reg ignoredAlan Modra2-11/+35
2016-04-30[RS6000] Simplify setting of fixed_regs[RS6000_PIC_OFFSET_TABLE_REGNUM]Alan Modra2-9/+10
2016-04-30Daily bump.GCC Administrator1-1/+1
2016-04-30Goodbye REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSEDAlan Modra4-23/+13
2016-04-30Goodbye REG_LIVE_LENGTHAlan Modra4-153/+38
2016-04-30re PR c++/66644 (Rejects C++11 in-class anonymous union members initialization)Paolo Carlini4-23/+87