summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-05llvm: add non-jit driver.Tristan Gingold
2014-12-03fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold
2014-12-01grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold
2014-11-29Initial support of FST dump format.Tristan Gingold
2014-11-29Allow -frelaxed-rules for v87 designsTristan Gingold
2014-11-28sem_stmt: avoid crash after error on concurrent procedure call in entity.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-27translate: fix dichotomy upper bound.Tristan Gingold
2014-11-27ortho-lang: set enum sign early.Tristan Gingold
2014-11-27grt: suppress overflow checks.Tristan Gingold
2014-11-22Gen_Call_Type_Builder: use Mnode.Tristan Gingold
2014-11-21concatenation: remove unused left over.Tristan Gingold
2014-11-21Mnode: renaming and comments to clarify.Tristan Gingold
2014-11-20trans-chap9: fix invalid generation of ortho code.Tristan Gingold
2014-11-19grt: use unlocked version of getc/putc/feof to speed-up files.Tristan Gingold
2014-11-19grt-processes: recycle dynamic action_list elements.Tristan Gingold
2014-11-19Add comments.Tristan Gingold
2014-11-19amd64.S: add a null-frame.Tristan Gingold
2014-11-18grt-stdio.ads: fix style.Tristan Gingold
2014-11-17grt-images: avoid use of exponential.Tristan Gingold
2014-11-17Translate: rewrite concatenation. Now O(n).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-16Translate_Range: use mnodes.Tristan Gingold
2014-11-16src/ortho/gcc/ortho_gcc.ads: regenerate.Tristan Gingold
2014-11-16Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold
2014-11-15Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold
2014-11-15translate_expression: handle implicit type for aggregate.Tristan Gingold
2014-11-14ortho-lang.c: add comments, simplify code.Tristan Gingold
2014-11-14Adjusr gcc local Makefile.Tristan Gingold
2014-11-14grt: add more restrictions.Tristan Gingold
2014-11-14linux.c: fix typos, disable builting sjlj for clang.Tristan Gingold
2014-11-13Makefiles: fix overwrite of Makefile.in in gcc, add debug backend.Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-11Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-09Refactoring of translation, part 1/NTristan Gingold
2014-11-08Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).Tristan Gingold
2014-11-08Add instructions for llvm (WIP).Tristan Gingold
2014-11-08ghdllocal: remove debug code (trace).Tristan Gingold
2014-11-08driver: fix path simplification with ..; add missing directory separator.Tristan Gingold
2014-11-06mcode build and install from top makefile.Tristan Gingold
2014-11-05ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold
2014-11-05Move translate and simulate.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold
2014-11-04Move sources to src/ subdirectory.Tristan Gingold