aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
Commit message (Collapse)AuthorAgeFilesLines
* mcode: use GNATMAKE.Tristan Gingold2016-01-061-1/+2
|
* oread: add comments.Tristan Gingold2016-01-061-0/+10
|
* 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
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-224-6/+15
|
* Add symbolizer (for mcode).Tristan Gingold2015-11-1914-114/+915
| | | | Display a backtrace in case of failed check or assert failure.
* mcode x86: fix regressions.Tristan Gingold2015-11-147-73/+143
|
* mcode x86: simplify code.Tristan Gingold2015-11-121-9/+9
|
* mcode x86: enable sse.Tristan Gingold2015-11-123-10/+28
|
* mcode x86: pass testsuite with sse.Tristan Gingold2015-11-122-127/+220
|
* mcode x86: wip: sse support.Tristan Gingold2015-11-1110-314/+420
|
* Rewrite of ortho_code-x86-emits.Tristan Gingold2015-11-091-316/+342
|
* mcode: WIP for sse/sse2 generation.Tristan Gingold2015-11-073-183/+305
|
* Fix build of mcode utilities.Tristan Gingold2015-11-071-1/+2
|
* Add mach-O binary file writer.Tristan Gingold2015-09-133-0/+471
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-108-41/+32
|
* llvm: do not generate code for function call if unreachable.Tristan Gingold2015-09-081-5/+9
|
* ortho/debug: add checks for case statement.Tristan Gingold2015-09-071-19/+32
|
* llvm: handle union (field selection, debug info).Tristan Gingold2015-09-073-76/+135
|
* mcode: fix alignment of structure (thinko).Tristan Gingold2015-09-022-1/+4
|
* mcode/binary_file: rename write routines.Tristan Gingold2015-08-316-13/+11
|
* mcode: fix crash wrt oe_shl.Tristan Gingold2015-08-311-1/+4
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-292-0/+29
| | | | | translate: separate info for signals from object. Improve some error messages.
* signals: simplify and fix code for delayed signals.Tristan Gingold2015-06-181-1/+1
| | | | fix ticket89.
* ortho: allow selected element from an union.Tristan Gingold2015-06-124-7/+9
| | | | Minor cleanups.
* ortho/debug: detect too many associations.Tristan Gingold2015-06-051-0/+4
|
* 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
| | | | Fix ticket 70.
* 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
|