aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm
Commit message (Expand)AuthorAgeFilesLines
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-213-20/+81
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-2/+2
* ortho_llvm: remove outdated comment.Tristan Gingold2018-06-011-1/+0
* ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.Tristan Gingold2018-05-261-8/+17
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-1/+1
* llvm: emit object file by default.Tristan Gingold2016-12-231-1/+1
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-061-1/+5
* llvm: don't verify module (doesn't scale)Tristan Gingold2016-07-091-5/+7
* oread: optimize field search for large record/unions (use a hash map).Tristan Gingold2016-07-091-1/+2
* ortho: add new_default_value to initialize a variable.Tristan Gingold2016-03-084-17/+28
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-212-10/+10
* 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