summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-11-19Add symbolizer (for mcode).Tristan Gingold
Display a backtrace in case of failed check or assert failure.
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
Fix bug24064
2015-11-14mcode x86: fix regressions.Tristan Gingold
2015-11-12mcode x86: simplify code.Tristan Gingold
2015-11-12mcode x86: enable sse.Tristan Gingold
2015-11-12mcode x86: pass testsuite with sse.Tristan Gingold
2015-11-11mcode x86: wip: sse support.Tristan Gingold
2015-11-09Rewrite of ortho_code-x86-emits.Tristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-11-07mcode: WIP for sse/sse2 generation.Tristan Gingold
2015-11-07Fix build of mcode utilities.Tristan Gingold
2015-11-07Remove deprecated .version.Tristan Gingold
2015-11-01Do not set suspend flag on foreign procedure.Tristan Gingold
2015-10-31Rework --stop-time to not display a message if simulation is already finished.Tristan Gingold
2015-10-30Rework callbacks, support cocotb.Tristan Gingold
2015-10-01trans-chap2.adb: fix uninitialized variable.Tristan Gingold
2015-09-30Fix build of jumps.c on i386/linux.Tristan Gingold
2015-09-26Fix regression from states.Tristan Gingold
Fix ticket96.
2015-09-26Remove unused files.Tristan Gingold
2015-09-24Fix crash for access type in aggregate.Tristan Gingold
Fix ticket95
2015-09-24Fix ticket94: default binding indication for component.Tristan Gingold
2015-09-17Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold
2015-09-15trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold
2015-09-14grt: add --list-features, and --has-featureTristan Gingold
2015-09-13Remove unused files (were for stack switching).Tristan Gingold
2015-09-13Update README and some copyright dates.Tristan Gingold
2015-09-13Add mach-O binary file writer.Tristan Gingold
2015-09-12Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold
2015-09-12Adjust windows code.Tristan Gingold
2015-09-12Tentatively fix win32 support.Tristan Gingold
2015-09-10Reimplement table package (used instead of GNAT.Table).Tristan Gingold
2015-09-08canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold
2015-09-08llvm: do not generate code for function call if unreachable.Tristan Gingold
2015-09-07ortho/debug: add checks for case statement.Tristan Gingold
2015-09-07llvm: handle union (field selection, debug info).Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-03Adjust previous patch (destroy types for default port values).Tristan Gingold
2015-09-02mcode: fix alignment of structure (thinko).Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-09-01Destroy types of default generic values.Tristan Gingold
2015-08-31mcode/binary_file: rename write routines.Tristan Gingold
2015-08-31Never export declarations of a package body.Tristan Gingold
2015-08-31iirs: block_statement is a ref.Tristan Gingold
2015-08-31mcode: fix crash wrt oe_shl.Tristan Gingold
2015-08-29Improve error message.Tristan Gingold
Fix bug 024.
2015-08-29Allow allocators in default value of subprogramsTristan Gingold
(Handle them in are_trees_equal).
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
translate: separate info for signals from object. Improve some error messages.
2015-07-17Do not create a transient type for strings.Tristan Gingold
2015-07-15Adjust previous patch: set parent.Tristan Gingold
2015-07-11Defensive code.Tristan Gingold