aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-031-2/+122
* grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold2014-12-014-54/+48
* Initial support of FST dump format.Tristan Gingold2014-11-2915-3/+10205
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-293-4/+6
* sem_stmt: avoid crash after error on concurrent procedure call in entity.Tristan Gingold2014-11-281-1/+3
* 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
* translate: fix dichotomy upper bound.Tristan Gingold2014-11-271-1/+1
* ortho-lang: set enum sign early.Tristan Gingold2014-11-271-4/+3
* grt: suppress overflow checks.Tristan Gingold2014-11-271-0/+1
* Gen_Call_Type_Builder: use Mnode.Tristan Gingold2014-11-224-119/+53
* concatenation: remove unused left over.Tristan Gingold2014-11-212-266/+1
* Mnode: renaming and comments to clarify.Tristan Gingold2014-11-213-108/+125
* trans-chap9: fix invalid generation of ortho code.Tristan Gingold2014-11-201-4/+5
* grt: use unlocked version of getc/putc/feof to speed-up files.Tristan Gingold2014-11-192-3/+27
* grt-processes: recycle dynamic action_list elements.Tristan Gingold2014-11-191-7/+36
* Add comments.Tristan Gingold2014-11-193-2/+20
* amd64.S: add a null-frame.Tristan Gingold2014-11-191-23/+30
* grt-stdio.ads: fix style.Tristan Gingold2014-11-181-11/+7
* grt-images: avoid use of exponential.Tristan Gingold2014-11-171-6/+10
* Translate: rewrite concatenation. Now O(n).Tristan Gingold2014-11-174-180/+536
* 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
* Translate_Range: use mnodes.Tristan Gingold2014-11-165-81/+64
* src/ortho/gcc/ortho_gcc.ads: regenerate.Tristan Gingold2014-11-161-1/+3
* Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold2014-11-161-37/+32
* Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold2014-11-153-61/+48
* translate_expression: handle implicit type for aggregate.Tristan Gingold2014-11-151-6/+10
* ortho-lang.c: add comments, simplify code.Tristan Gingold2014-11-142-104/+93
* Adjusr gcc local Makefile.Tristan Gingold2014-11-141-3/+3
* grt: add more restrictions.Tristan Gingold2014-11-141-0/+3
* linux.c: fix typos, disable builting sjlj for clang.Tristan Gingold2014-11-141-3/+3
* Makefiles: fix overwrite of Makefile.in in gcc, add debug backend.Tristan Gingold2014-11-131-2/+2
* Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold2014-11-115-101/+94
* Style changes.Tristan Gingold2014-11-112-233/+148
* Split translation into child packages.Tristan Gingold2014-11-0934-26271/+26973
* Refactoring of translation, part 1/NTristan Gingold2014-11-093-3653/+3854
* Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).Tristan Gingold2014-11-081-5/+37
* Add instructions for llvm (WIP).Tristan Gingold2014-11-081-1/+1
* ghdllocal: remove debug code (trace).Tristan Gingold2014-11-081-1/+0
* driver: fix path simplification with ..; add missing directory separator.Tristan Gingold2014-11-082-42/+46
* mcode build and install from top makefile.Tristan Gingold2014-11-061-4/+24
* ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold2014-11-054-47/+42
* Move translate and simulate.Tristan Gingold2014-11-0533-0/+0
* Move files and dirs from translate/Tristan Gingold2014-11-05158-2881/+0
* Create src/vhdl subdirectory.Tristan Gingold2014-11-0479-0/+0
* Move sources to src/ subdirectory.Tristan Gingold2014-11-04451-0/+222443