aboutsummaryrefslogtreecommitdiff
path: root/gcc/brig/brigfrontend
AgeCommit message (Expand)AuthorFilesLines
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2-3/+3
2019-01-01Update copyright years.Jakub Jelinek31-31/+31
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-4/+5
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-2/+2
2018-05-04[BRIGFE] Fix handling of NOPs.Pekka Jääskeläinen1-5/+5
2018-05-04[BRIGFE] phsa-specific optimizationsPekka Jääskeläinen14-761/+1066
2018-05-04[BRIGFE] skip multiple forward declarations of the same functionPekka Jääskeläinen1-0/+4
2018-05-04[BRIGFE] The modulo in ID computation should not be needed.Pekka Jääskeläinen1-9/+1
2018-05-04[BRIGFE] Enable whole program optimizationsPekka Jääskeläinen6-12/+117
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2-2/+2
2018-01-03Update copyright years.Jakub Jelinek31-31/+31
2018-01-03poly_int: brig vector elementsRichard Sandiford3-18/+30
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-2/+2
2017-11-17[BRIGFE] Fix sprintf format string type mismatch on 32b machines.Henry Linjamäki1-2/+3
2017-11-16[BRIGFE] Reduce the number of type conversions due toHenry Linjamäki12-144/+383
2017-10-09[BRIGFE] Support BRIG_KIND_NONE directives.Pekka Jääskeläinen3-8/+16
2017-10-03[BRIGFE] Fix (more) crash with calls with more than 4 args.Henry Linjamäki1-1/+1
2017-09-29[BRIGFE] Fix crash with calls with more than 4 args.Henry Linjamäki1-2/+4
2017-09-27[BRIGFE] Improved support for function and module scope groupPekka Jääskeläinen11-123/+336
2017-09-25BRIGFE fixes:Pekka Jääskeläinen1-3/+19
2017-08-04re PR hsa/81713 (BIT_FIELD_REF produced by Brig FE do not pass new verification)Henry Linjamäki2-17/+12
2017-07-04brig-function.cc: Include profile-count.h.Jakub Jelinek2-0/+2
2017-05-18More dump_flags_t conversionThomas Schwinge1-1/+1
2017-05-13BRIG FE: Fix an assertion when doing an 'lda' ofPekka Jääskeläinen1-2/+4
2017-05-04Minor BRIG/HSAIL frontend updates and bug fixes:Pekka Jääskeläinen1-1/+22
2017-02-01re PR other/79250 (brig/brigfrontend/brig-to-generic.cc: two small problems)Pekka Jääskeläinen3-4/+10
2017-01-30* brigfrontend/brig-code-entry-handler.ccJakub Jelinek1-4/+5
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek31-31/+31
2017-01-24Brig front-endPekka Jääskeläinen31-0/+8201