aboutsummaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* [flang][driver] Refactor methods for parsing options (nfc)Andrzej Warzynski2021-04-202-18/+25
* [flang][nfc] Port 2 tests to use the new driver when enabledAndrzej Warzynski2021-04-202-2/+2
* [flang] Define missing & needed IEEE_ARITHMETIC symbolspeter klausler2021-04-198-21/+144
* [flang][OpenMP] Remove `OmpEndLoopDirective` handles from code.Sourabh Singh Tomar2021-04-162-11/+0
* [flang] Add list input test to GTest suiteAsher Mancinelli2021-04-156-83/+192
* [flang] Update the regression tests to use the new driver when enabledAndrzej Warzynski2021-04-15398-408/+409
* [flang] Fix typo caught by clang buildpeter klausler2021-04-141-1/+1
* [flang] Correct the interpretation of BIND(C,NAME='')peter klausler2021-04-141-10/+8
* [flang] Fix Boolean flag argumentspeter klausler2021-04-142-6/+3
* [flang] Handle END= situations better in runtime inputpeter klausler2021-04-148-44/+46
* [flang] More precise enforcement of runtime constraintpeter klausler2021-04-133-21/+20
* [flang][OpenMP] Modify semantic check for nesting of `ordered` regions to inc...Arnamoy Bhattacharyya2021-04-132-2/+51
* [flang] Handle instantiation of procedure pointer componentsPeter Steinfeld2021-04-132-0/+91
* [flang][driver] Remove `%flang-new` from the LIT configurationAndrzej Warzynski2021-04-1328-210/+203
* [flang] Fix a test (use %s instead of $s)Andrzej Warzynski2021-04-131-1/+1
* [flang] Correct TypeCode::IsLogical()peter klausler2021-04-121-1/+1
* [flang] Fix narrowing warning on macosTim Keith2021-04-121-1/+1
* [flang] Accept & fold IEEE_SELECTED_REAL_KINDpeter klausler2021-04-106-3/+76
* [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtimepeter klausler2021-04-095-0/+288
* [flang] Enforce a limit on recursive PDT instantiationspeter klausler2021-04-097-24/+38
* [flang] Check for conflicting BIND(C) namespeter klausler2021-04-092-0/+60
* [OpenMP51] Initial support for masked directive and filter clausecchen2021-04-091-0/+1
* [Flang] Changes to mangling codeEric Schweitz2021-04-094-29/+69
* [flang][OpenMP] Add functionality to check "close nesting" of regions, which ...Arnamoy Bhattacharyya2021-04-085-3/+157
* [flang][nfc] Rename some test filesAndrzej Warzynski2021-04-087-0/+0
* [flang][driver] Add debug options not requiring semantic checksAndrzej Warzynski2021-04-0810-2/+141
* [flang][driver] Fix `-fdebug-dump-provenance`Andrzej Warzynski2021-04-073-21/+36
* [flang][driver] Add support for `-cpp/-nocpp`Andrzej Warzynski2021-04-0716-58/+133
* [flang] Improve constant folding for type parameter inquiriesPeter Steinfeld2021-04-066-16/+100
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-061-1/+1
* Revert "[flang] Improve constant folding for type parameter inquiries"Kiran Chandramohan2021-04-066-100/+16
* [flang] Improve constant folding for type parameter inquiriesPeter Steinfeld2021-04-056-16/+100
* [OPENMP51]Initial support for nocontext clause.Jennifer Yu2021-04-051-0/+1
* [flang][driver] Modify the existing test cases that use -Mstandard in f18, to...Arnamoy Bhattacharyya2021-04-0517-31/+31
* [flang][driver] Add options for -WerrorArnamoy Bhattacharyya2021-04-0510-7/+152
* [flang] Address more MSVC build issues with reductionspeter klausler2021-04-026-1/+99
* [OPENMP5.1]Initial support for novariants clause.Jennifer Yu2021-04-021-0/+1
* [flang] TRANSFER() intrinsic functionpeter klausler2021-04-029-32/+242
* [flang] Fix MSVC build breakagepeter klausler2021-04-021-0/+9
* [flang] Disable some new unit tests (non-portable results)peter klausler2021-04-011-14/+0
* [flang] Fix unit test failure on POWERpeter klausler2021-04-011-4/+6
* [flang] Implement numeric intrinsic functions in runtimepeter klausler2021-04-015-0/+1272
* [flang] Fix arm clang buildpeter klausler2021-04-011-9/+50
* [flang] Implement reductions in the runtimepeter klausler2021-04-0126-197/+2563
* [flang] Move .f77 to the list of fixed-form file extensionsAndrzej Warzynski2021-04-011-6/+6
* [flang] Refine checks for pointer initialization targetspeter klausler2021-03-315-28/+82
* [flang] Fix CHECK() calls on erroneous procedure declarationsPeter Steinfeld2021-03-292-11/+84
* [flang] Update output format test to use GTestAsher Mancinelli2021-03-294-531/+697
* [flang][driver] Add default intrinsic module path in f18 to make f18 behave l...Arnamoy Bhattacharyya2021-03-294-17/+23
* [flang] fix spurious runtime crash on TRIM('')peter klausler2021-03-251-1/+15