aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm-nodebug
Commit message (Collapse)AuthorAgeFilesLines
* 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