[PowerPC] Add more missing overloads to altivec.h
[platform/upstream/llvm.git] / flang /
2021-03-22 Peter Steinfeld[flang] Disallow erroneous procedure declarations
2021-03-22 Peter Steinfeld[flang] Specific procedures named the same as the gener...
2021-03-19 Arnamoy Bhattacharyya[Flang][OpenMP] Add more sema checks for ordered construct
2021-03-18 peter klausler[flang] Refine symbol sorting
2021-03-18 Asher Mancinelli[flang] Unittests for runtime terminator
2021-03-18 Andrzej Warzynski[flang][driver] Add support for `-fget-symbols-sources`
2021-03-17 Mike Rice[OPENMP51]Initial support for the use clause.
2021-03-17 Mike Rice[OPENMP51]Initial support for the interop directive.
2021-03-17 Praveen[Flang][OpenMP][OpenACC] Add function for mapping parse...
2021-03-17 Sourabh Singh Tomar[flang] Replace Arithmetic Ops with their builtin conun...
2021-03-17 peter klausler[flang] Fix build error (unused data member warning)
2021-03-16 peter klausler[flang] Order Symbols by source provenance
2021-03-16 Jean Perier[flang] Save AllocateObject and PointerObject analyzed...
2021-03-15 Tim Keith[flang] Create intrinsics modules directory (contd.)
2021-03-15 Tim Keith[flang] Create intrinsics modules directory
2021-03-15 peter klausler[flang] Runtime: implement INDEX intrinsic function
2021-03-15 Andrzej Warzynski[flang][docs] Fix the time for the new Flang driver...
2021-03-15 Tim Keith[flang] Build intrinsic .mod files in include/flang
2021-03-13 Arnamoy Bhattacharyya[flang][OpenMP] Add support for getting parent context...
2021-03-13 peter klausler[flang] Fix static build of flang
2021-03-13 peter klausler[flang] Ensure pointer function results are acceptable...
2021-03-12 peter klausler[flang] Update DE/ALLOCATE statement runtime message...
2021-03-12 Arnamoy Bhattacharyya[flang][OpenMP][FIX] Fix function to check nesting...
2021-03-12 Peter Steinfeld[flang] Make the symbol count used for collating symbol...
2021-03-12 YashaswiniAdd Semantic check for Flang OpenMP 4.5 - 2.15.3.6...
2021-03-11 River Riddle[mlir][StorageUniquer] Properly call the destructor...
2021-03-11 Peter Steinfeld[flang] Handle type-bound procedures with alternate...
2021-03-11 Arnamoy Bhattacharyya[flang][OpenMP] Add semantic check for occurrence of...
2021-03-11 Arnamoy Bhattacharyya[flang][driver] Add -fdebug-module-writer option
2021-03-11 Leonard ChanRename top-level LICENSE.txt files to LICENSE.TXT
2021-03-10 Arnamoy Bhattacharyya[flang][driver] Formatting OpenMP sema check as per...
2021-03-10 Peter Steinfeld[flang] Fix call to CHECK() on overriding an erroneous...
2021-03-10 Andrzej Warzynski[flang][driver] Revert RUN-line change
2021-03-10 Eric Schweitz[flang][fir] Upstream the pre-FIR tree changes.
2021-03-10 Andrzej Warzynski[flang][driver] Add `-fdebug-dump-parsing-log`
2021-03-10 Andrzej Warzynski[flang][driver] Merge test/Driver and test/Flang-Driver...
2021-03-09 Mehdi AminiFix Flang build after MLIR API changes around `generate...
2021-03-09 Peter Steinfeld[flang] Sort symbols by creation order
2021-03-09 Andrzej Warzynski[flang][driver] Refine tests for module search directories
2021-03-09 Asher Mancinelli[flang] update character tests to use gtest
2021-03-08 Peter Steinfeld[flang] Fix bad dereference of NULLIFY pointer object
2021-03-08 YashaswiniAdd Semantic check for Flang OpenMP 4.5 - 2.7.1 Do...
2021-03-05 Valentin Clement[flang][fir] Add FIR Types parser diagnostic tests...
2021-03-05 Valentin Clement[flang][fir] Add diagnostic tests for FIR ops verifier
2021-03-04 Eric Schweitz[flang][fir][NFC] Update comments.
2021-03-04 Arnamoy Bhattacharyya[flang][driver] Add options for -fdefault* and -flarge...
2021-03-04 Alex Zinenko[mlir] ODS: change OpBuilderDAG to OpBuilder
2021-03-04 Alex Zinenko[mlir] make implementations of translation to LLVM...
2021-03-03 River RiddleFix flang build after D97804
2021-03-03 Peter Steinfeld[flang] Prohibit MODULE procedures in the global scope
2021-03-02 Peter Steinfeld[flang] Detect circularly defined interfaces of procedures
2021-03-02 Peter Steinfeld[flang] Detect circularly defined interfaces of procedures
2021-03-02 Andrzej Warzynski[flang][f18] Add missing line in help text (nfc)
2021-03-02 Arnamoy Bhattacharyya[flang][driver] Fix -fdefault* family bug
2021-03-02 Andrzej WarzynskiRevert "[flang] Detect circularly defined interfaces...
2021-03-02 Peter Steinfeld[flang] Detect circularly defined interfaces of procedures
2021-03-01 peter klausler[flang] Runtime: SCAN and VERIFY
2021-03-01 Praveen[Flang][OpenMP] Add semantic checks for OpenMP clauses.
2021-03-01 Andrzej WarzynskiRevert "[flang] Detect circularly defined interfaces...
2021-02-27 Eric Schweitz[flang][fir] Upstream utility function valueHasFirAttri...
2021-02-27 Eric Schweitz[flang][fir] Add remaining Ops. Updates to pre-existing...
2021-02-27 Eric Schweitz[flang][fir][NFC] Removes deprecated messages in builds.
2021-02-26 Peter Steinfeld[flang] Detect circularly defined interfaces of procedures
2021-02-26 Eric Schweitz[flang][fir] Add array value operations.
2021-02-25 Christian Sigg[mlir] Mark OpState::getAttrs() deprecated.
2021-02-25 Shao-Ce Sun[clang][flang] Improve the consistency of the code...
2021-02-25 Andrzej Warzynski[clang][driver] Set the input type to Fortran when...
2021-02-25 Eric Schweitz[flang][fir][NFC] Remove dead code.
2021-02-25 Valentin Clement[flang][fir][NFC] Move remaining types to TableGen...
2021-02-24 Jean Perier[flang] add attribute to trim runtime implementation...
2021-02-24 Eric Schweitz[flang][fir] Add zero_bits operation.
2021-02-23 Eric Schweitz[flang][fir][NFC] remove dead code
2021-02-23 Andrzej Warzynski[flang][test] Share all driver test dirs between `f18...
2021-02-23 Jean Perier[flang][NFC] Add source line to lowering TODO messages
2021-02-23 River Riddle[mlir][IR] Refactor the `getChecked` and `verifyConstru...
2021-02-22 Renaud-KMaking FindCommonBlock a const member
2021-02-22 Tim Keith[flang] Add -J and -module-dir to f18 driver
2021-02-22 Andrzej Warzynski[flang][driver] Add -Xflang and make -test-io a fronten...
2021-02-20 Eric Schweitz[flang][fir] Update flang test tool support classes.
2021-02-19 Eric Schweitz[flang][fir][NFC] run clang-format
2021-02-19 Faris Rehman[flang][driver] Add debug measure-parse-tree and pre...
2021-02-18 peter klausler[flang] Extension: forward refs to dummy args under...
2021-02-18 Andrzej Warzynski[flang][driver] Add missing dependency (nfc)
2021-02-18 Faris Rehman[flang][driver] Add debug dump options
2021-02-18 Mehdi Chinoune[Flang] Fix compilation on MinGW-w64
2021-02-18 Eric Schweitz[flang][fir][NFC] clang-tidy change. Add include.
2021-02-18 Eric Schweitz[flang][fir][NFC] Merge tablegen files.
2021-02-17 Eric Schweitz[flang][fir][NFC] clang-tidy change
2021-02-17 peter klausler[flang] Warn about useless explicit typing of intrinsics
2021-02-17 peter klausler[flang] Ensure that intrinsic procedures are PURE ...
2021-02-17 Valentin Clement[flang][fir][NFC] Move ComplexType to TableGen type...
2021-02-17 Valentin Clement[flang][fir][NFC] Move BoxProcType to TableGen type...
2021-02-17 Valentin Clement[flang][fir][NFC] Move CharacterType and BoxCharType...
2021-02-16 Peter Steinfeld[flang] Detect circularly defined procedures
2021-02-16 Valentin ClementFix flang after D76342
2021-02-16 clementval[flang][fir] Add fir-opt tool
2021-02-16 Faris Rehman[flang][driver] Add extension options and -finput-charset
2021-02-16 Andrzej Warzynski[flang][driver] Remove unused code (nfc)
2021-02-16 Andrzej Warzynski[flang][driver] Add options for unparsing
2021-02-16 Andrzej Warzynski[flang][f18] Make -fdebug-dump-{symbols|parse-tree...
next