summaryrefslogtreecommitdiff
path: root/flang/test/Preprocessing
AgeCommit message (Expand)Author
2025-11-19[flang] Tokenize all -D macro bodies, and do it better (#168116)Peter Klausler
2025-10-31[flang] Treat conditional comments as comments (#165881)Peter Klausler
2025-10-24[flang] Let !@acc and !@cuf conditional lines be continuations (#164892)Peter Klausler
2025-10-21[flang] Line continuation for !@acc and !@cuf conditional lines (#164475)Peter Klausler
2025-09-30[flang] Don't retain FIXED/FREE compiler directives (#160780)Peter Klausler
2025-09-22[flang][OpenMP] Use OmpDirectiveSpecification in METADIRECTIVE (#159577)Krzysztof Parzyszek
2025-08-29[flang] Support #if defined when no definitions (#156080)Peter Klausler
2025-08-14[Flang][Driver] Predefine pic/pie macros based on configured level (#153449)Ian McInerney
2025-07-15[flang][Parser] Add whitespace token after the sentinel in fixed form (#148825)Tom Eccles
2025-07-14[flang] Don't create bogus tokens from token pasting (##) (#147596)Peter Klausler
2025-07-03[flang] Fix handling of identifier in column 1 of free form continuat… (#14...Peter Klausler
2025-06-30[flang] Skip over fixed form spaces when prescanning exponents & kind… (#14...Peter Klausler
2025-06-16[Flang] NFC: Update test to work on Mac (#144253)Kiran Chandramohan
2025-05-30[flang] Add __COUNTER__ preprocessor macro (#136827)Yussur Mustafa Oraji
2025-05-28[flang] Fix prescanner bug w/ empty macros in line continuation (#141274)Peter Klausler
2025-05-15[flang] Support -D for function-like macros (#139812)Peter Klausler
2025-05-12[flang] Further refinement of OpenMP !$ lines in -E mode (#138956)Peter Klausler
2025-05-01[flang] Fix #else with trailing text (#138045)Eugene Epshteyn
2025-04-18[flang] Don't perform macro replacement on exponents (#136176)Peter Klausler
2025-04-18[flang] Fix fixed-form continuations of !$ OpenMP conditional lines (#135852)Peter Klausler
2025-04-14[flang] Rework preprocessor fix for replacement in kind suffixes (#135406)Peter Klausler
2025-04-10[flang] Don't insert spaces in -E output after line continuation (#135063)Peter Klausler
2025-04-09[flang] Fix preprocessor regression (#134405)Peter Klausler
2025-04-04[flang] Preserve compiler directives in -E output (#133959)Peter Klausler
2025-04-04[flang][preprocessor] Further macro replacement of continued identifiers (#13...Peter Klausler
2025-04-04[flang][preprocessor] Directive continuation must skip empty macros (#134149)Peter Klausler
2025-03-26[flang] Allow macro replacement in numeric kind suffix (#132120)Peter Klausler
2025-03-10[flang] Ignore empty keyword macros before directives (#130333)Peter Klausler
2025-03-03[flang][Driver] Add support of -fd-lines-as-comments and -fd-lines-as-code fl...Jean-Didier PAILLEUX
2025-01-16[flang] Fix Preprocessing/bug129131.F test on Darwin (#123094)Leandro Lupori
2025-01-14[flang] Adjust prescanner fix for preprocessing (#122779)Peter Klausler
2025-01-08[flang] Refine tokenization trick that hid macro name (#121990)Peter Klausler
2024-12-16[flang] Ensure directive sentinels are in cols 1-5 in pp output (#119406)macurtis-amd
2024-12-12[flang][OpenMP] Semantic checks for IN_REDUCTION and TASK_REDUCTION (#118841)Krzysztof Parzyszek
2024-12-02[flang] Fix continuation when line begins with empty macro expansion (#117407)Peter Klausler
2024-11-21[flang] Don't tokenize an exponent that isn't one (#117061)Peter Klausler
2024-11-21[flang] Don't check fixed form label field too early (#117040)Peter Klausler
2024-11-05[flang] Handle "defined" in macro expansions (#114844)Peter Klausler
2024-10-15[flang] Retain spaces when preprocessing fixed-form source (#112417)Peter Klausler
2024-09-12[flang][preprocessor] Change handling of macros in text from Fortran … (#10...Peter Klausler
2024-09-04[flang][preprocessor] Extend handling of line continuation replacements (#107...Peter Klausler
2024-08-26[flang] Handle pp-directives better in line continuation (#105572)Peter Klausler
2024-07-30[flang][preprocessor] Fix handling of #line before free-form continua… (#10...Peter Klausler
2024-07-18[flang][preprocessor] Handle initial "MACRO&" with no space (#98684)Peter Klausler
2024-07-11[flang][preprocessor] Support __TIMESTAMP__ (#98057)Peter Klausler
2024-06-28[flang] Accept a compiler directive sentinel after a semicolon (#96966)Peter Klausler
2024-06-28[flang][preprocessor] Expand some keyword macros in quoted character … (#96...Peter Klausler
2024-06-24[flang][preprocessing] Mix preprocessing directives with free form li… (#96...Peter Klausler
2024-06-21[flang] Use %flang_fc1 to avoid options being inserted between %flang and -fc...Kelvin Li
2024-06-18[flang] Fix crash due to overly broad assertion (#95809)Peter Klausler