summaryrefslogtreecommitdiff
path: root/gcc/brig
Commit message (Expand)AuthorAgeFilesLines
* Replace FMA_EXPR with one internal fn per optabRichard Sandiford2018-05-182-2/+10
* [BRIGFE] Fix handling of NOPs.Pekka Jääskeläinen2018-05-042-5/+9
* [BRIGFE] phsa-specific optimizationsPekka Jääskeläinen2018-05-0416-761/+1114
* [BRIGFE] skip multiple forward declarations of the same functionPekka Jääskeläinen2018-05-042-0/+9
* [BRIGFE] do not allow optimizations based on known C builtinsPekka Jääskeläinen2018-05-042-9/+12
* [BRIGFE] allow controlling strict aliasing from cmd linePekka Jääskeläinen2018-05-042-3/+14
* [BRIGFE] The modulo in ID computation should not be needed.Pekka Jääskeläinen2018-05-042-9/+6
* [BRIGFE] Enable whole program optimizationsPekka Jääskeläinen2018-05-048-14/+130
* poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2018-01-033-2/+10
* Update copyright years.Jakub Jelinek2018-01-0341-40/+44
* poly_int: brig vector elementsRichard Sandiford2018-01-034-18/+49
* tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2017-12-152-13/+18
* arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek2017-12-082-1/+5
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-071-6/+6
* tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2017-11-282-2/+8
* [BRIGFE] Fix sprintf format string type mismatch on 32b machines.Henry Linjamäki2017-11-172-2/+8
* [BRIGFE] Reduce the number of type conversions due toHenry Linjamäki2017-11-1613-144/+407
* [BRIG] added documentation in gccbrig.texiPekka Jääskeläinen2017-11-162-1/+153
* [BRIGFE] Fix PR 82771.Henry Linjamäki2017-10-312-5/+9
* Use scalar_int/float_mode in brig_langhook_type_for_modeRichard Sandiford2017-10-232-6/+12
* [BRIGFE] Support BRIG_KIND_NONE directives.Pekka Jääskeläinen2017-10-094-8/+31
* [BRIGFE] Fix (more) crash with calls with more than 4 args.Henry Linjamäki2017-10-032-1/+7
* [BRIGFE] Fix crash with calls with more than 4 args.Henry Linjamäki2017-09-292-2/+11
* [BRIGFE] Changed pure attributes to const for the brig-builtinsHenry Linjamäki2017-09-282-0/+135
* [BRIGFE] Improved support for function and module scope groupPekka Jääskeläinen2017-09-2713-126/+377
* BRIGFE fixes:Pekka Jääskeläinen2017-09-252-3/+24
* Fix gccbrig documentation buildThomas Schwinge2017-09-173-24/+44
* re PR hsa/81713 (BIT_FIELD_REF produced by Brig FE do not pass new verification)Henry Linjamäki2017-08-043-17/+19
* Remove enum before machine_modeRichard Sandiford2017-07-053-2/+9
* brig-function.cc: Include profile-count.h.Jakub Jelinek2017-07-043-0/+7
* More dump_flags_t conversionThomas Schwinge2017-05-182-1/+6
* BRIG FE: Fix an assertion when doing an 'lda' ofPekka Jääskeläinen2017-05-132-3/+12
* Minor BRIG/HSAIL frontend updates and bug fixes:Pekka Jääskeläinen2017-05-042-1/+30
* re PR other/79250 (brig/brigfrontend/brig-to-generic.cc: two small problems)Pekka Jääskeläinen2017-02-014-4/+19
* * brigfrontend/brig-code-entry-handler.ccJakub Jelinek2017-01-302-4/+11
* [brigfe] Small fixesMartin Jambor2017-01-272-1/+5
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-261-1/+5
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-2639-39/+39
* Brig front-endPekka Jääskeläinen2017-01-2440-0/+9707