Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-11-05 | hsa-brig.c: Include alloc-pool.h | Jan Hubicka | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -17/+18 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -2/+1 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -14/+7 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+2 |
2018-06-08 | Add {symbol,call}_summary::get method and use it in HSA. | Martin Liska | 1 | -6/+3 |
2018-06-08 | Rename get methods in symbol-summary.h to get_create. | Martin Liska | 1 | -5/+6 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -17/+67 |
2018-03-16 | re PR c/84909 (typo: conversion from %qT to to %qT) | Jakub Jelinek | 1 | -1/+1 |
2018-02-08 | [hsa] Set program allocation for static local variables | Martin Jambor | 1 | -3/+7 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: bit_field_size/offset | Richard Sandiford | 1 | -2/+2 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -6/+16 |
2017-11-30 | spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. | Jakub Jelinek | 1 | -1/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -1/+1 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -6/+1 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -5/+3 |
2017-10-09 | [PR 82416] Do not extend operands to at least 32 bits | Martin Jambor | 1 | -61/+157 |
2017-09-11 | Make HSA resilient to side-effects of split_edge | Martin Jambor | 1 | -13/+38 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-05 | Remove enum before machine_mode | Richard Sandiford | 1 | -1/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -9/+8 |
2017-06-11 | tree.h (id_equal): New. | Jason Merrill | 1 | -1/+1 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -6/+8 |
2017-05-14 | use auto_bitmap more | Trevor Saunders | 1 | -12/+2 |
2017-05-04 | PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c | Martin Sebor | 1 | -9/+9 |
2017-02-28 | Miscellaneous optimization group fixes | Thomas Schwinge | 1 | -1/+1 |
2017-01-20 | [hsa] Rename hsa.[ch] to hsa-common.[ch] | Martin Jambor | 1 | -1/+1 |
2017-01-05 | HSA: implement DIVMOD internal function call | Martin Liska | 1 | -0/+38 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-23 | backport: hsa-builtins.def: New file. | Martin Jambor | 1 | -426/+488 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -5/+4 |
2016-09-23 | * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...) | Jakub Jelinek | 1 | -3/+2 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -2/+2 |
2016-08-20 | Makefile.in: Add tree-vrp.h to GTFILES. | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -1/+1 |
2016-08-09 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -1/+1 |
2016-05-23 | [hsa] Avoid segfault in hsa switch expansion | Martin Jambor | 1 | -0/+6 |
2016-05-16 | [hsa] Increase hsa symbol alignment to natural one | Martin Jambor | 1 | -4/+15 |
2016-04-04 | re PR hsa/70402 (HSA: SBR instruction can be undefined) | Martin Liska | 1 | -6/+38 |
2016-03-31 | re PR hsa/70399 (HSA: Wrong emission of st_align(4)_u8 HSAIL insn) | Martin Liska | 1 | -52/+16 |
2016-03-31 | HSA: handle alignment of string builtins (PR hsa/70391) | Martin Liska | 1 | -109/+271 |
2016-03-31 | HSA: support alignment for hsa_symbols (PR hsa/70391) | Martin Liska | 1 | -19/+69 |