aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm6
Commit message (Expand)AuthorAgeFilesLines
* ortho/llvm6: handle llvm 15 (opaque pointers)Tristan Gingold2022-09-291-39/+64
* configure and Makefile: link ghdl with grt-cstdioTristan Gingold2021-09-171-1/+1
* src/ortho: adjust constructor for codacy warning.Tristan Gingold2021-06-301-1/+1
* ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764Tristan Gingold2021-05-181-15/+26
* ortho: fix CFLAGS/CXXFLAGS distinctionXiretza2021-05-101-1/+1
* ortho: use LDFLAGS and prefer them over defaultsXiretza2021-05-101-1/+1
* Migrate deprecated DebugLoc::get to DILocation::getJeroen Van den Keybus2021-04-271-4/+4
* update license headersumarcor2021-02-051-11/+10
* update license headersumarcor2021-01-147-77/+63
* llvm6: fix debug info generation for arraysTristan Gingold2020-08-041-1/+1
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-253-24/+119
* llvm6: fix debug info for llvm-10Tristan Gingold2020-06-252-55/+91
* llvm6: add generation of more debug info, improve compatibilityTristan Gingold2020-06-194-196/+535
* llvm6: adjust code to support llvm 6 and llvm 7.Tristan Gingold2020-06-191-2/+7
* src/ortho: add new_convert.Tristan Gingold2020-06-172-1/+8
* llvm6 - add support for llvm 3.5Tristan Gingold2020-06-111-2/+35
* llvm6: adjust assertions and unreachable.Tristan Gingold2020-06-112-11/+11
* LLVM backend with debug info (in C/C++)Tristan Gingold2020-06-099-0/+4047