aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm6-0/+168
2016-05-17jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm3-374/+411
2016-05-17Fix minor doc bugs, signalling typo, major version changes rare.Jim Wilson4-3/+9
2016-05-17x & C -> x if we know that x & ~C == 0Marc Glisse4-0/+28
2016-05-17~X & Y to X ^ Y in some casesMarc Glisse4-0/+29
2016-05-17VRP: range info of new variablesMarc Glisse5-11/+33
2016-05-17[AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assemblyJiong Wang2-155/+104
2016-05-17[AArch64, 3/4] Reimplement multiply by element to get rid of inline assemblyJiong Wang4-165/+131
2016-05-17[AArch64, 2/4] Extend vector mutiply by element to all supported modesJiong Wang4-8/+536
2016-05-17[AArch64, 1/4] Add the missing support of vfms_n_f32, vfmsq_n_f32, vfmsq_n_f64Jiong Wang8-22/+564
2016-05-17* wide-int.h: Change fixed_wide_int_storage from class to struct.Gerald Pfeifer2-1/+5
2016-05-17re PR tree-optimization/71132 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener4-10/+66
2016-05-17think1.C: Fix dg-do and dg-skip order.Christophe Lyon2-1/+5
2016-05-17[AArch64] PR target/70809: Delete aarch64_vmls<mode> patternKyrylo Tkachov4-10/+28
2016-05-17[Patch AArch64] Delete ASM_OUTPUT_DEF and fallback to default .set directiveJames Greenhalgh2-9/+4
2016-05-17[AArch64][tests] Skip cpu-diagnostics tests when overriding -mcpuKyrylo Tkachov5-0/+11
2016-05-17re PR target/71114 (Several test suite failures on x86_64-apple-darwin* after...Ilya Enkovich4-2/+20
2016-05-17[Patch onbious] Fix indentation in c-typeck.c parser_build_unary_opJames Greenhalgh2-2/+6
2016-05-17[Patch obvious AArch64] Wrap SHIFT_COUNT_TRUNCATED in bracketsJames Greenhalgh2-1/+6
2016-05-17[AArch64 trivial] Don't define a macro when a variable will doJames Greenhalgh2-2/+7
2016-05-17Daily bump.GCC Administrator1-1/+1
2016-05-16configure.ac: Add ARC support to libgloss.Jeff Law1-0/+4
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig into instr...Jan Hubicka3-1/+17
2016-05-16xopintrin.h: Correct "unsinged" typo in the comments.Uros Bizjak2-4/+8
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor2-4/+20
2016-05-16gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.Marek Polacek2-1/+6
2016-05-16[PR 70857] Copy RESULT_DECL of HSA outlined kernel functionMartin Jambor2-0/+9
2016-05-16Update documentation of AArch64 options for GCC6 to be more accurate,Wilco Dijkstra1-40/+32
2016-05-16Enable LSA/DLSA for MSA.Robert Suchanek2-2/+9
2016-05-16Correct the latency of loads in M5100Matthew Fortune2-1/+5
2016-05-16nvptx.c (nvptx_mangle_decl_assembler_name): Revert.Nathan Sidwell2-32/+40
2016-05-16Some patterns are using '%w2' for immediate operands...Wilco Dijkstra2-8/+27
2016-05-16Fix multi-line brackets in mips-cpus.defMatthew Fortune2-2/+6
2016-05-16decl.c (gnat_to_gnu_entity): Do not build a specific type for the object if i...Eric Botcazou2-3/+5
2016-05-16freeze.adb (Freeze_Record_Type): Extend pragma Implicit_Packing to components...Eric Botcazou2-19/+50
2016-05-16freeze.adb (Freeze_Array_Type): Call Addressable predicate instead of testing...Eric Botcazou2-50/+43
2016-05-16trans.c (elaborate_all_entities_for_package): Also skip formal objects.Eric Botcazou2-0/+9
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou10-174/+191
2016-05-16This patch fixes the attributes of integer immediate shifts which were...Wilco Dijkstra2-29/+49
2016-05-16freeze.adb (Check_Component_Storage_Order): Also get full view of enclosing t...Thomas Quinot2-18/+28
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab9-74/+27
2016-05-16exp_util.adb (Remove_Side_Effects): Also make a constant if we need to captur...Eric Botcazou5-103/+103
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka9-17/+37
2016-05-16* tree-inline.c (expand_call_inline): recurse after inlining thunk.Jan Hubicka2-0/+5
2016-05-16tree.c (free_lang_data_in_decl): Also set target/optimization flags for thunks.Jan Hubicka2-1/+6
2016-05-16ipa-inline.c (report_inline_failed_reason): Look into thunks, tooJan Hubicka2-3/+9
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka4-3/+12
2016-05-16[ARM] Enable __fp16 as a function parameter and return type.Matthew Wahab18-62/+266
2016-05-16Move wrong ChangeLog entry from toplevel to gcc ChangeLog.Matthew Wahab1-0/+8
2016-05-16configure.ac: Add ACX_NONCANONICAL_HOST.Eric Botcazou6-7/+30