Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |