aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Handle -fipa-ra in reload_combineTom de Vries4-1/+94
2015-06-08re PR fortran/66245 (ICE on select type with empty type spec)Steven G. Kargl5-2/+50
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek7-4/+45
2015-06-08re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)Richard Biener4-1/+52
2015-06-08rx.c (rx_function_value): Do not promote vector types.Nick Clifton3-5/+22
2015-06-08genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.Jakub Jelinek2-14/+30
2015-06-08re PR other/65366 (gdbhooks.py is incompatible with Python3)Jan Kratochvil2-30/+43
2015-06-08re PR libstdc++/66441 (wstring_convert not working correctly)Jonathan Wakely3-2/+56
2015-06-08tree-vect-stmts.c (vectorizable_load): Compute the pointer adjustment for gap...Richard Biener7-59/+101
2015-06-08genmatch.c (expr::gen_transform): For conditions, guess the type from the sec...Marc Glisse2-0/+12
2015-06-08Fix try_transform_to_exit_first_loop_altTom de Vries3-2/+45
2015-06-08re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely3-1/+84
2015-06-08re PR sanitizer/66452 ([UBSAN] *.Lubsan_data0' defined but not used)Marek Polacek4-0/+28
2015-06-08objc-runtime-shared-support.c (build_module_descriptor): Set TREE_USED on UOB...Aldy Hernandez2-0/+8
2015-06-08* sv.po: Update.Joseph Myers2-421/+285
2015-06-08Don't dump low gimple functions in gimple dumpTom de Vries8-2/+69
2015-06-08Add debug msg to dump_file in add_new_functionTom de Vries6-0/+81
2015-06-08Add missing file.Eric Botcazou1-0/+147
2015-06-08configure.ac (*-*-dragonfly*): New configuration.John Marino19-30/+1022
2015-06-08Daily bump.GCC Administrator1-1/+1
2015-06-08Fix my previous commit.Jan Hubicka1-1/+1
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka11-23/+100
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont14-87/+873
2015-06-07Daily bump.GCC Administrator1-1/+1
2015-06-06re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int...John David Anglin3-38/+90
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig2-2/+2
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig12-65/+408
2015-06-06* dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.Aldy Hernandez2-7/+11
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford40-181/+154
2015-06-06Add missing entry.Eric Botcazou1-1/+6
2015-06-06utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou2-9/+7
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev11-35/+55
2015-06-06msp430.c (msp430_asm_integer): Support addition and subtraction too.DJ Delorie2-1/+7
2015-06-06Daily bump.GCC Administrator1-1/+1
2015-06-05re PR libstdc++/6641 (-D__USE_MALLOC doesn't link)Kaz Kojima3-6/+28
2015-06-05re PR fortran/66347 (Seg fault (ICE) on compile)Steven G. Kargl4-1/+25
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm4-34/+13
2015-06-05re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)Thomas Koenig4-0/+32
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm4-35/+27
2015-06-05* jcf-parse.c: Include toplev.h.Aldy Hernandez2-0/+5
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill3-6/+35
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill2-4/+10
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez70-656/+1414
2015-06-05status_cxx2017.xml: Update status tables.Jonathan Wakely8-6/+216
2015-06-05[multiple changes]Steven G. Kargl4-13/+47
2015-06-05shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely8-170/+533
2015-06-05print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.Julian Brown3-4/+21
2015-06-05Fix date of ChangeLog entry.Jonathan Wakely1-1/+1
2015-06-05Add transform_to_exit_first_loop_altTom de Vries10-12/+624
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen14-29/+234