| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm: do not generate code for function call if unreachable. | Tristan Gingold | 2015-09-08 | 1 | -5/+9 |
* | llvm: handle union (field selection, debug info). | Tristan Gingold | 2015-09-07 | 3 | -76/+135 |
* | ortho: allow selected element from an union. | Tristan Gingold | 2015-06-12 | 1 | -2/+2 |
* | Fix llvm link on darwin (set no_compat_unwind). | Tristan Gingold | 2015-05-28 | 1 | -1/+1 |
* | Fix llvm build (add cxxflags). | Tristan Gingold | 2015-05-25 | 1 | -1/+1 |
* | Use cxx compiler to link llvm executable. | Tristan Gingold | 2015-05-21 | 1 | -2/+3 |
* | llvm: do not forget new type in no-op conversion. | Tristan Gingold | 2015-05-19 | 1 | -2/+3 |
* | ortho_llvm: handle more unreach cases. | Tristan Gingold | 2015-03-22 | 1 | -1/+18 |
* | ortho_llvm: fix new_alloca when first instruction of a basic block. | Tristan Gingold | 2015-03-21 | 1 | -5/+19 |
* | ortho_llvm: fix conversion from float to integer. | Tristan Gingold | 2015-03-21 | 1 | -3/+21 |
* | llvm: Add -O as alias of -O1 | Tristan Gingold | 2015-03-20 | 1 | -1/+1 |
* | ortho_llvm: handle debug info for incomplete access type. | Tristan Gingold | 2015-03-15 | 1 | -11/+33 |
* | Fix crash in ortho for llvm (unreach in new_convert_ov) | Tristan Gingold | 2015-03-14 | 1 | -0/+3 |
* | Elaborate generics in two steps. Fix -c/-e for llvm builds. | Tristan Gingold | 2015-03-01 | 1 | -3/+9 |
* | Makefiles: add OPT_FLAGS. | Tristan Gingold | 2014-12-24 | 1 | -2/+2 |
* | Regenerate ortho_llvm.ads | Tristan Gingold | 2014-12-23 | 1 | -1/+4 |
* | ortho_llvm: add uwtable + nounwind attibutes for functions. | Tristan Gingold | 2014-12-16 | 1 | -0/+1 |
* | ortho_llvm: fix crash with debug info. | Tristan Gingold | 2014-12-16 | 1 | -2/+2 |
* | llvm-core.ads: fix values. | Tristan Gingold | 2014-12-15 | 1 | -15/+15 |
* | llvm: add generation of only debug lines table. | Tristan Gingold | 2014-12-13 | 3 | -17/+38 |
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 21 | -0/+6784 |