aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-06-09re PR c++/66383 (ICE in gimplify_expr on this passed in inline initialization)Jason Merrill4-10/+61
2015-06-09tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.Richard Biener2-28/+13
2015-06-09[Patch testsuite obvious] g++.dg/ext/pr57735.C should not run if theJames Greenhalgh2-0/+8
2015-06-09re PR tree-optimization/66423 (a % (1 << b) no longer gets folded to a & (1 <...Richard Biener4-2/+24
2015-06-09varasm.c (output_object_block_htab): Remove.Aldy Hernandez2-7/+47
2015-06-09misc.c: Remove duplicate include directives.Eric Botcazou4-4/+6
2015-06-09re PR tree-optimization/66419 (FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c ex...Richard Biener4-1/+46
2015-06-09rl78.c (rl78_select_section): When -mes0 is active place read only data in th...Nick Clifton2-2/+7
2015-06-09[GCC, ARM] armv8 linux toolchain asan testcase fail due to stl missing condit...Shiva Chen4-6/+36
2015-06-09cfgloop.c (get_loop_body_in_bfs_order): Fix assert.Richard Biener2-1/+5
2015-06-09re PR tree-optimization/66413 (ICE at -Os and above with -g enabled on x86_64...Richard Biener4-1/+72
2015-06-09re PR tree-optimization/66396 (FAIL: gcc.dg/graphite/run-id-pr47593.c executi...Richard Biener2-0/+10
2015-06-09Fix gimple_seq_nondebug_singleton_pTom de Vries2-14/+13
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva30-864/+1082
2015-06-09Reset inlined debug variables at the end of the inlined functionAlexandre Oliva2-0/+63
2015-06-09Daily bump.GCC Administrator1-1/+1
2015-06-08bind_c-2b_0.f90: New testcase.Jan Hubicka1-0/+5
2015-06-08lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.Jan Hubicka6-10/+74
2015-06-08lto-streamer-out.c (lto_output_location): Stream reserved locations correctly.Jan Hubicka3-8/+17
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod624-2628/+676
2015-06-08re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka5-109/+192
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 Polacek5-1/+34
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-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 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 Marino16-30/+1007
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-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