aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm-nodebug
Commit message (Collapse)AuthorAgeFilesLines
* ortho: use LDFLAGS and prefer them over defaultsXiretza2021-05-101-1/+1
|
* update license headersumarcor2021-02-051-11/+11
|
* update license headersumarcor2021-01-1414-154/+126
|
* src/ortho: add new_convert.Tristan Gingold2020-06-171-2/+7
|
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-281-3/+2
|
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-212-14/+59
|
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-2/+2
| | | | Fix #651
* ortho_llvm: remove outdated comment.Tristan Gingold2018-06-011-1/+0
|
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
|
* Simplify build for llvm-nodebug.Tristan Gingold2017-04-043-329/+3
|
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-4/+4
|
* travis: use CLANGXX instead of CXXTristan Gingold2016-12-121-3/+3
|
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-062-2/+10
| | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* llvm-nodebug: add main for 3.5 -> 3.9Tristan Gingold2016-09-192-0/+630
|
* Add suport for llvm 3.6 - 3.9Tristan Gingold2016-09-173-315/+16
|
* llvm-nodebug: adjust for llvm-3.9Tristan Gingold2016-09-174-10/+50
|
* Add llvm-nodebug, an llvm backend more portable across llvm versions.Tristan Gingold2016-09-1215-0/+4874
Tested with llvm-3.8