summaryrefslogtreecommitdiff
path: root/src/ortho
AgeCommit message (Expand)Author
2015-08-31mcode/binary_file: rename write routines.Tristan Gingold
2015-08-31mcode: fix crash wrt oe_shl.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-06-18signals: simplify and fix code for delayed signals.Tristan Gingold
2015-06-12ortho: allow selected element from an union.Tristan Gingold
2015-06-05ortho/debug: detect too many associations.Tristan Gingold
2015-05-28Fix llvm link on darwin (set no_compat_unwind).Tristan Gingold
2015-05-25Fix llvm build (add cxxflags).Tristan Gingold
2015-05-21Use cxx compiler to link llvm executable.Tristan Gingold
2015-05-19llvm: do not forget new type in no-op conversion.Tristan Gingold
2015-03-22ortho_llvm: handle more unreach cases.Tristan Gingold
2015-03-21ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold
2015-03-21ortho_llvm: fix conversion from float to integer.Tristan Gingold
2015-03-20llvm: Add -O as alias of -O1Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-14Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-22mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold
2015-01-22ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold
2015-01-22ortho_code-x86-abi: display intrinsic names.Tristan Gingold
2015-01-13mcode: fix ticket#32 - spill the right instruction.Tristan Gingold
2015-01-12grt: improve --disp-signals-table output.Tristan Gingold
2015-01-12ortho_mcode: handle u32->i64 conversion.Tristan Gingold
2014-12-27ortho-lang.c: use absolute path for debugging.Tristan Gingold
2014-12-24Makefiles: add OPT_FLAGS.Tristan Gingold
2014-12-23Regenerate ortho_llvm.adsTristan Gingold
2014-12-23Add requested pragma no_strict_aliasing.Tristan Gingold
2014-12-16ortho_llvm: add uwtable + nounwind attibutes for functions.Tristan Gingold
2014-12-16ortho_llvm: fix crash with debug info.Tristan Gingold
2014-12-15llvm-core.ads: fix values.Tristan Gingold
2014-12-13llvm: add generation of only debug lines table.Tristan Gingold
2014-11-28ortho-lang: change builtins creation and create builtin_trap (for -O).Tristan Gingold
2014-11-27ortho debug/oread: add a procedure to write keyword, use uppercase.Tristan Gingold
2014-11-27ortho-lang: set enum sign early.Tristan Gingold
2014-11-17ortho_mcode: add assertion.Tristan Gingold
2014-11-17ortho_debug: fix incorrect assertion (don't handle array_sub).Tristan Gingold
2014-11-16src/ortho/gcc/ortho_gcc.ads: regenerate.Tristan Gingold
2014-11-14ortho-lang.c: add comments, simplify code.Tristan Gingold
2014-11-14Adjusr gcc local Makefile.Tristan Gingold
2014-11-13Makefiles: fix overwrite of Makefile.in in gcc, add debug backend.Tristan Gingold
2014-11-11Style changes.Tristan Gingold
2014-11-04Move sources to src/ subdirectory.Tristan Gingold