aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm
Commit message (Expand)AuthorAgeFilesLines
* llvm: simplify use of llvm-config.Tristan Gingold2016-01-091-1/+1
* Scanner: fix use of latin-1 8 bit characters.Tristan Gingold2015-12-221-1/+1
* 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-073-76/+135
* ortho: allow selected element from an union.Tristan Gingold2015-06-121-2/+2
* Fix llvm link on darwin (set no_compat_unwind).Tristan Gingold2015-05-281-1/+1
* Fix llvm build (add cxxflags).Tristan Gingold2015-05-251-1/+1
* Use cxx compiler to link llvm executable.Tristan Gingold2015-05-211-2/+3
* 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
* llvm: Add -O as alias of -O1Tristan Gingold2015-03-201-1/+1
* 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
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-011-3/+9
* Makefiles: add OPT_FLAGS.Tristan Gingold2014-12-241-2/+2
* Regenerate ortho_llvm.adsTristan Gingold2014-12-231-1/+4
* 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-core.ads: fix values.Tristan Gingold2014-12-151-15/+15
* llvm: add generation of only debug lines table.Tristan Gingold2014-12-133-17/+38
* Move sources to src/ subdirectory.Tristan Gingold2014-11-0421-0/+6784