tree: 1cc5c80fa2a32954f52f75d638a7d40f17e3e531
  1. Arm/
  2. forall/
  3. HLFIR/
  4. inputs/
  5. Intrinsics/
  6. MIF/
  7. OpenMP/
  8. PowerPC/
  9. RISCV/
  10. aarch64-outline-atomics.f90
  11. abi-indirect-call.f90
  12. allocatable-polymorphic.f90
  13. allocation-placement-array-result.f90
  14. amdgpu-code-object-version.f90
  15. amdgpu-target-desc-cast-to-global-addrspace.f90
  16. array-wide-char.f90
  17. cold_array_repacking.f90
  18. common-block.f90
  19. complex-div-to-llvm-kind10.f90
  20. complex-div-to-llvm-kind16.f90
  21. complex-div-to-llvm.f90
  22. complex-part.f90
  23. const-arg-glob.f90
  24. debug-116525.f90
  25. debug-allocatable-1.f90
  26. debug-assumed-shape-array.f90
  27. debug-assumed-size-array-2.f90
  28. debug-assumed-size-array.f90
  29. debug-char-arg-issue-112886.f90
  30. debug-char-type-1.f90
  31. debug-common-block-1.f90
  32. debug-complex-1.f90
  33. debug-complex-2.f90
  34. debug-compressed-sections.f90
  35. debug-cyclic-derived-type-2.f90
  36. debug-cyclic-derived-type-3.f90
  37. debug-cyclic-derived-type-4.f90
  38. debug-cyclic-derived-type-caching-complex.f90
  39. debug-cyclic-derived-type-caching-simple.f90
  40. debug-cyclic-derived-type.f90
  41. debug-dwarf-flags.f90
  42. debug-external-linkage-name.f90
  43. debug-extra-global-2.f90
  44. debug-extra-global.f90
  45. debug-fixed-array-type-2.f90
  46. debug-info-for-profiling.f90
  47. debug-loc-1.f90
  48. debug-local-var-2.f90
  49. debug-main-program-name.f90
  50. debug-main-program-unnamed.f90
  51. debug-module-2.f90
  52. debug-module-equivalence.f90
  53. debug-module-line-number.f90
  54. debug-proc-ptr-e2e.f90
  55. debug-ptr-type.f90
  56. debug-split-dwarf.f90
  57. debug-target-region-vars.f90
  58. debug-use-stmt-order.f90
  59. debug-use-stmt.f90
  60. debug-variable-array-dim.f90
  61. dense-array-any-rank.f90
  62. derived-types-bindc.f90
  63. function-sections.f90
  64. inline_directive.f90
  65. intrinsic-procedure-wrappers.f90
  66. iso-fortran-binding.cpp
  67. ivdep.f90
  68. large-data-threshold.f90
  69. mcmodel.f90
  70. prefetch.f90
  71. profile-sample-use.f90
  72. pseudo-probe-for-profiling.f90
  73. README.md
  74. real-descriptors.f90
  75. safe-trampoline.f90
  76. select-case-pointer-assign.f90
  77. skip-external-rtti-definition.F90
  78. split-lto-unit-2.f90
  79. tune-cpu-llvm.f90
  80. unroll-loops.f90
  81. unroll.f90
  82. unroll_and_jam.f90
  83. vector-always.f90
flang/test/Integration/README.md

Flang Integration Tests

This directory can be used to add Integration tests involving multiple stages of the compiler (for eg. from Fortran to LLVM IR). It should not contain executable tests. We should only add tests here sparingly and only if there is no other way to test. Repeat this message in each test that is added to this directory and sub-directories.