summaryrefslogtreecommitdiff
path: root/gcc/brig
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-10.2.0Richard Biener2020-07-231-0/+4
* Update ChangeLog and version files for releasereleases/gcc-10.1.0Jakub Jelinek2020-05-071-0/+4
* Update copyright years.Jakub Jelinek2020-01-0141-40/+44
* Mark C2x built-in functions as such.Joseph Myers2019-10-042-0/+5
* re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek2019-08-232-2/+8
* Assorted ChangeLog cleanups.Jakub Jelinek2019-08-101-35/+40
* Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz2019-06-251-2/+4
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-173-3/+12
* Update copyright years.Jakub Jelinek2019-01-0141-40/+44
* Run selftests for C++ as well as CDavid Malcolm2018-10-172-0/+7
* PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2018-07-202-1/+7
* Remove spurious $HOME include from BRIG FE MakefileMartin Jambor2018-07-042-2/+6
* Add missing header file inclusion.Martin Liska2018-06-282-0/+5
* Convert dump and optgroup flags to enumsDavid Malcolm2018-06-082-4/+11
* 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