aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-28bt-load.c: Include rtl-iter.h.Richard Sandiford2-41/+31
2014-08-28alias.c: Include rtl-iter.h.Richard Sandiford2-15/+13
2014-08-28rtl-iter.h: New file.Richard Sandiford3-1/+436
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland10-4/+131
2014-08-28Daily bump.GCC Administrator1-1/+1
2014-08-27re PR target/62261 ([sh64] ICE for negative shift counts)Kaz Kojima2-0/+43
2014-08-27emit-rtl.c (set_unique_reg_note): Discard notes with side effects.Richard Sandiford2-0/+12
2014-08-27c-aux-info.c (gen_type): Resize 'buff' from 10 to 23 bytes...Chen Gang2-3/+9
2014-08-27Add JUMP_LABEL_AS_INSNDavid Malcolm2-0/+9
2014-08-27PHASE 6: Use extra rtx_def subclassesDavid Malcolm2-2/+7
2014-08-27Use rtx_expr_list in various placesDavid Malcolm10-35/+74
2014-08-27rtl_data.x_stack_slot_list becomes an rtx_expr_listDavid Malcolm3-2/+11
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm8-18/+43
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm6-21/+37
2014-08-27Introduce rtx_expr_list subclass of rtx_defDavid Malcolm5-1/+58
2014-08-27varasm.c: Use rtx_sequenceDavid Malcolm2-4/+9
2014-08-27sched-vis.c: Use rtx_sequenceDavid Malcolm2-5/+12
2014-08-27resource.c: Use rtx_sequenceDavid Malcolm2-16/+33
2014-08-27reorg.c: Use rtx_sequenceDavid Malcolm2-12/+18
2014-08-27jump.c: Use rtx_sequenceDavid Malcolm2-3/+12
2014-08-27function.c: Use rtx_sequenceDavid Malcolm2-2/+9
2014-08-27final.c: Use rtx_sequenceDavid Malcolm2-18/+30
2014-08-27except.c: Use rtx_sequenceDavid Malcolm2-6/+12
2014-08-27dwarf2cfi.c: Use rtx_sequenceDavid Malcolm2-10/+16
2014-08-27Introduce rtx_sequence subclass of rtx_defDavid Malcolm3-0/+64
2014-08-27Use rtx_insn_list in various placesDavid Malcolm9-122/+237
2014-08-27Introduce rtx_insn_list subclass of rtx_defDavid Malcolm5-1/+66
2014-08-27PHASE 5: Additional rtx subclassesDavid Malcolm2-2/+7
2014-08-27Tweak to ira-lives.cDavid Malcolm2-1/+6
2014-08-27Convert various INSN accessors in rtl.h to inline functionsDavid Malcolm2-6/+40
2014-08-27Convert PATTERN from a macro to a pair of inline functionsDavid Malcolm2-1/+14
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm37-189/+399
2014-08-27mn10300: Fixes to PARALLEL handling within mn10300_adjust_sched_costDavid Malcolm2-28/+42
2014-08-27re PR libstdc++/62159 (Missing headers for freestanding implementation)Jonathan Wakely3-18/+33
2014-08-27re PR c++/52892 (Function pointer loses constexpr qualification)Paolo Carlini6-1/+83
2014-08-27re PR target/62262 (aarch64 gcc generates invalid assembler)Guozhi Wei4-1/+33
2014-08-27gimple-fold.c (get_maxval_strlen): Add overload wrapping get_maxval_strlen in...Richard Biener2-204/+121
2014-08-27re PR other/62248 (Configure error with --with-fpu=fp-armv8)Yvan Roux2-14/+16
2014-08-27sse.md (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"): U...Alexander Ivchenko2-7/+21
2014-08-27sse.md (define_mode_iterator VI48_AVX512VL): New.Alexander Ivchenko2-42/+186
2014-08-27sse.md (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.Alexander Ivchenko2-8/+37
2014-08-27re PR lto/62239 (ICE: in execute_todo, at passes.c:1795 with LTO)Richard Biener3-35/+46
2014-08-27compiler: Disallow call of *T method using **T variable.Ian Lance Taylor2-5/+6
2014-08-27Daily bump.GCC Administrator1-1/+1
2014-08-26dwarf2out.h (dwarf2out_decl): Remove prototype.Aldy Hernandez3-2/+7
2014-08-26invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.Joel Sherrill2-1/+5
2014-08-26cselib (also touches sched-deps.c)David Malcolm4-13/+31
2014-08-26Tweak to dse.cDavid Malcolm2-1/+6
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm22-112/+241
2014-08-26Various scheduling strengtheningsDavid Malcolm6-80/+147