Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ortho: use LDFLAGS and prefer them over defaults | Xiretza | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | update license headers | umarcor | 2021-02-05 | 1 | -11/+11 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 14 | -154/+126 |
| | |||||
* | src/ortho: add new_convert. | Tristan Gingold | 2020-06-17 | 1 | -2/+7 |
| | |||||
* | ortho: add a length parameter to start_array_aggr. | Tristan Gingold | 2020-05-28 | 1 | -3/+2 |
| | |||||
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 2 | -14/+59 |
| | |||||
* | Improve doc, fix English typo. | Tristan Gingold | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 1 | -2/+2 |
| | | | | Fix #651 | ||||
* | ortho_llvm: remove outdated comment. | Tristan Gingold | 2018-06-01 | 1 | -1/+0 |
| | |||||
* | Apply previous patch to llvm-nodebug | Tristan Gingold | 2018-05-26 | 1 | -8/+17 |
| | |||||
* | Simplify build for llvm-nodebug. | Tristan Gingold | 2017-04-04 | 3 | -329/+3 |
| | |||||
* | Use CXX in makefiles and configures to design the c++ compiler. | Tristan Gingold | 2016-12-24 | 1 | -4/+4 |
| | |||||
* | travis: use CLANGXX instead of CXX | Tristan Gingold | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | Use -fpic if gcc is configured with --enable-default-pie | Tristan Gingold | 2016-12-06 | 2 | -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.9 | Tristan Gingold | 2016-09-19 | 2 | -0/+630 |
| | |||||
* | Add suport for llvm 3.6 - 3.9 | Tristan Gingold | 2016-09-17 | 3 | -315/+16 |
| | |||||
* | llvm-nodebug: adjust for llvm-3.9 | Tristan Gingold | 2016-09-17 | 4 | -10/+50 |
| | |||||
* | Add llvm-nodebug, an llvm backend more portable across llvm versions. | Tristan Gingold | 2016-09-12 | 15 | -0/+4874 |
Tested with llvm-3.8 |