aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold2015-01-222-47/+92
|
* ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold2015-01-221-0/+7
|
* ortho_code-x86-abi: display intrinsic names.Tristan Gingold2015-01-221-0/+19
|
* mcode: fix ticket#32 - spill the right instruction.Tristan Gingold2015-01-131-6/+11
|
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-122-0/+5
|
* ortho_mcode: handle u32->i64 conversion.Tristan Gingold2015-01-122-7/+19
|
* ortho-lang.c: use absolute path for debugging.Tristan Gingold2014-12-271-1/+11
|
* Makefiles: add OPT_FLAGS.Tristan Gingold2014-12-241-2/+2
|
* Regenerate ortho_llvm.adsTristan Gingold2014-12-231-1/+4
|
* Add requested pragma no_strict_aliasing.Tristan Gingold2014-12-232-2/+2
|
* 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
|
* ortho-lang: change builtins creation and create builtin_trap (for -O).Tristan Gingold2014-11-281-61/+35
|
* ortho debug/oread: add a procedure to write keyword, use uppercase.Tristan Gingold2014-11-273-59/+155
|
* ortho-lang: set enum sign early.Tristan Gingold2014-11-271-4/+3
|
* ortho_mcode: add assertion.Tristan Gingold2014-11-171-3/+6
|
* ortho_debug: fix incorrect assertion (don't handle array_sub).Tristan Gingold2014-11-171-7/+0
|
* src/ortho/gcc/ortho_gcc.ads: regenerate.Tristan Gingold2014-11-161-1/+3
|
* ortho-lang.c: add comments, simplify code.Tristan Gingold2014-11-142-104/+93
|
* Adjusr gcc local Makefile.Tristan Gingold2014-11-141-3/+3
|
* Makefiles: fix overwrite of Makefile.in in gcc, add debug backend.Tristan Gingold2014-11-131-2/+2
|
* Style changes.Tristan Gingold2014-11-111-1/+1
|
* Move sources to src/ subdirectory.Tristan Gingold2014-11-04129-0/+42281