aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm/ortho_llvm.adb
Commit message (Expand)AuthorAgeFilesLines
* ortho: add new_default_value to initialize a variable.Tristan Gingold2016-03-081-2/+18
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-211-7/+7
* ortho-llvm: avoid generation of unreachable code.Tristan Gingold2015-12-181-11/+23
* ortho_llvm: add comments.Tristan Gingold2015-11-301-2/+2
* llvm: do not generate code for function call if unreachable.Tristan Gingold2015-09-081-5/+9
* llvm: handle union (field selection, debug info).Tristan Gingold2015-09-071-76/+123
* llvm: do not forget new type in no-op conversion.Tristan Gingold2015-05-191-2/+3
* ortho_llvm: handle more unreach cases.Tristan Gingold2015-03-221-1/+18
* ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold2015-03-211-5/+19
* ortho_llvm: fix conversion from float to integer.Tristan Gingold2015-03-211-3/+21
* ortho_llvm: handle debug info for incomplete access type.Tristan Gingold2015-03-151-11/+33
* Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold2015-03-141-0/+3
* ortho_llvm: add uwtable + nounwind attibutes for functions.Tristan Gingold2014-12-161-0/+1
* ortho_llvm: fix crash with debug info.Tristan Gingold2014-12-161-2/+2
* llvm: add generation of only debug lines table.Tristan Gingold2014-12-131-15/+28
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+2881