summaryrefslogtreecommitdiff
path: root/gcc/hsa-gen.c
Commit message (Expand)AuthorAgeFilesLines
* Come up with fndecl_built_in_p.Martin Liska2018-08-271-2/+1
* Add new gswitch related functions into tree-cfg.c.Martin Liska2018-08-271-14/+7
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-0/+2
* Add {symbol,call}_summary::get method and use it in HSA.Martin Liska2018-06-081-6/+3
* Rename get methods in symbol-summary.h to get_create.Martin Liska2018-06-081-5/+6
* Replace FMA_EXPR with one internal fn per optabRichard Sandiford2018-05-181-17/+67
* re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek2018-03-161-1/+1
* [hsa] Set program allocation for static local variablesMartin Jambor2018-02-081-3/+7
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: bit_field_size/offsetRichard Sandiford2017-12-211-2/+2
* poly_int: get_inner_reference & co.Richard Sandiford2017-12-211-6/+16
* spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek2017-11-301-1/+1
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-1/+1
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-6/+1
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-5/+3
* [PR 82416] Do not extend operands to at least 32 bitsMartin Jambor2017-10-091-61/+157
* Make HSA resilient to side-effects of split_edgeMartin Jambor2017-09-111-13/+38
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* Remove enum before machine_modeRichard Sandiford2017-07-051-1/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-9/+8
* tree.h (id_equal): New.Jason Merrill2017-06-111-1/+1
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-6/+8
* use auto_bitmap moreTrevor Saunders2017-05-141-12/+2
* PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor2017-05-041-9/+9
* Miscellaneous optimization group fixesThomas Schwinge2017-02-281-1/+1
* [hsa] Rename hsa.[ch] to hsa-common.[ch]Martin Jambor2017-01-201-1/+1
* HSA: implement DIVMOD internal function callMartin Liska2017-01-051-0/+38
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-231-426/+488
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-5/+4
* * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek2016-09-231-3/+2
* Add inline functions for various bitwise operations.Jason Merrill2016-09-161-2/+2
* Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah2016-08-201-0/+1
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-1/+1
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-091-0/+1
* Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2016-07-111-1/+1
* [hsa] Avoid segfault in hsa switch expansionMartin Jambor2016-05-231-0/+6
* [hsa] Increase hsa symbol alignment to natural oneMartin Jambor2016-05-161-4/+15
* re PR hsa/70402 (HSA: SBR instruction can be undefined)Martin Liska2016-04-041-6/+38
* re PR hsa/70399 (HSA: Wrong emission of st_align(4)_u8 HSAIL insn)Martin Liska2016-03-311-52/+16
* HSA: handle alignment of string builtins (PR hsa/70391)Martin Liska2016-03-311-109/+271
* HSA: support alignment for hsa_symbols (PR hsa/70391)Martin Liska2016-03-311-19/+69
* Retry to emit global variables in HSA (PR hsa/70234)Martin Liska2016-03-211-3/+20
* [hsa] Consodlidate GTY roots for trees used during expansion to HSAMartin Jambor2016-03-071-7/+6
* HSA: reduce dump output w/o -details flagMartin Liska2016-02-291-1/+1
* [hsa/69568] Fix ld instruction type for packed dataMartin Jambor2016-02-261-2/+4
* [hsa/69674] Make testsuite libgomp.c/for-3.c compile with -m32Martin Jambor2016-02-261-4/+13
* [hsa] Satisfy conditional move operand type constrainsMartin Jambor2016-02-261-17/+11
* [hsa] Fail in presence of atomic operations in private segmentMartin Jambor2016-02-261-2/+7