aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
Commit message (Expand)AuthorAgeFilesLines
* 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-1729-82/+228
* llvm6 - add support for llvm 3.5Tristan Gingold2020-06-111-2/+35
* llvm6: adjust assertions and unreachable.Tristan Gingold2020-06-112-11/+11
* ortho/llvm4-nodebug: fix a comment.Tristan Gingold2020-06-091-1/+1
* src/ortho/oread/tests: adjust some tests (keyword in upper case).Tristan Gingold2020-06-094-43/+43
* LLVM backend with debug info (in C/C++)Tristan Gingold2020-06-099-0/+4047
* ortho/gcc: convert boolean and enums to int on interfaces.Tristan Gingold2020-05-285-0/+10
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-2823-177/+283
* ortho/mcode: use arch64 binary format for mach-OTristan Gingold2020-01-161-1/+1
* llvm4-nodebug: remove verbose code.Tristan Gingold2020-01-121-3/+0
* msys2-mingw: build llvm with --static-link (tentatively fix ci)Tristan Gingold2020-01-121-1/+1
* ortho/llvm4-nodebug: pass --link-static to llvm-config.Tristan Gingold2020-01-121-1/+1
* llvm4-nodebug: investigate CI failure.Tristan Gingold2020-01-121-1/+2
* llvm4-nodebug: add verbosity to debug CI failures.Tristan Gingold2020-01-121-1/+5
* ortho: move llvm to llvm35Tristan Gingold2019-05-1621-3/+3
* Add support for gcc-9.xTristan Gingold2019-05-061-0/+2168
* ortho/llvm4-nodebug: normalize the default target on llvm 7.0+Tristan Gingold2018-12-313-2/+27
* Reload registers for conditional binary operations.Tristan Gingold2018-11-271-0/+2
* binary_file: add overflow detection for relocs.Tristan Gingold2018-11-191-4/+12
* ortho/mcode: pack all sections for huge programs on x86-64.Tristan Gingold2018-11-195-34/+105
* Fix constraint error for large number of local symbols.Tristan Gingold2018-11-191-2/+2
* ortho/debug/Makefile: don't use -m for gnatmakeTristan Gingold2018-11-071-1/+1
* ortho_debug: fix disp for empty loop.Tristan Gingold2018-10-261-1/+4
* ortho debug/oread: disp float number in hexa.Tristan Gingold2018-10-232-63/+223
* ortho debug/oread: handle neg neg.Tristan Gingold2018-10-212-4/+29
* oread: handle min int in typed expression.Tristan Gingold2018-10-211-14/+27
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-2130-214/+707
* Improve doc, fix English typo.Tristan Gingold2018-09-233-3/+3
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-156-13/+13
* orth/llvm4: handle unreachable variable declarations.Tristan Gingold2018-08-071-4/+7
* llvm4: add --verify-llvmTristan Gingold2018-07-251-4/+9
* Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-021-0/+2166
* ortho_llvm: remove outdated comment.Tristan Gingold2018-06-013-3/+0
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-305-11/+1
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
* ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.Tristan Gingold2018-05-262-16/+34
* mcode: assert identifiers don't have embedded NULL.Tristan Gingold2018-01-201-1/+4
* mcode: add new_default_value.Tristan Gingold2017-11-166-2/+27
* ortho/gcc/Makefile: choose ortho-lang-X.cTristan Gingold2017-11-112-1/+4
* ortho_debug-disp: remove some trailing blanks in output.Tristan Gingold2017-11-021-2/+2
* gcc-7: fix crash due to alias_set.Tristan Gingold2017-11-021-0/+12
* llvm4: generate object file by default.Tristan Gingold2017-10-221-1/+1
* mcode: add comment, abstract.Tristan Gingold2017-07-021-4/+13
* ortho/mcode: preliminary work to support win64.Tristan Gingold2017-06-283-40/+84
* ortho: add comments.Tristan Gingold2017-06-203-1/+5
* Avoid a crash while slicing array of length 0.Tristan Gingold2017-06-201-1/+1
* WIP on mcode for win64.Tristan Gingold2017-06-197-13/+35
* Add gcc 7.x as a backend.Tristan Gingold2017-05-212-0/+2153