| Commit message (Expand) | Author | Age | Files | Lines |
* | rtis: add source location for blocks and object. Use them in fst dumper. | Tristan Gingold | 2014-12-13 | 10 | -42/+282 |
* | grt-disp_rti: disp alias kind. | Tristan Gingold | 2014-12-10 | 1 | -4/+6 |
* | grt-disp_rti.adb: disp array of enum as strings (when possible). | Tristan Gingold | 2014-12-10 | 1 | -40/+97 |
* | grt-fst: add comments. | Tristan Gingold | 2014-12-05 | 1 | -0/+2 |
* | fst: dump type of signals. | Tristan Gingold | 2014-12-05 | 3 | -5/+51 |
* | Fix llvm crash on protected objects. | Tristan Gingold | 2014-12-05 | 4 | -20/+24 |
* | llvm: add non-jit driver. | Tristan Gingold | 2014-12-05 | 1 | -0/+34 |
* | fix VHDL 08 preprocessor block comments in libraries to start in column 1 | Tristan Gingold | 2014-12-03 | 1 | -2/+122 |
* | grt-vcd: in verilog_wire_info, replace addr by sigs. | Tristan Gingold | 2014-12-01 | 4 | -54/+48 |
* | Initial support of FST dump format. | Tristan Gingold | 2014-11-29 | 15 | -3/+10205 |
* | Allow -frelaxed-rules for v87 designs | Tristan Gingold | 2014-11-29 | 3 | -4/+6 |
* | sem_stmt: avoid crash after error on concurrent procedure call in entity. | Tristan Gingold | 2014-11-28 | 1 | -1/+3 |
* | ortho-lang: change builtins creation and create builtin_trap (for -O). | Tristan Gingold | 2014-11-28 | 1 | -61/+35 |
* | ortho debug/oread: add a procedure to write keyword, use uppercase. | Tristan Gingold | 2014-11-27 | 3 | -59/+155 |
* | translate: fix dichotomy upper bound. | Tristan Gingold | 2014-11-27 | 1 | -1/+1 |
* | ortho-lang: set enum sign early. | Tristan Gingold | 2014-11-27 | 1 | -4/+3 |
* | grt: suppress overflow checks. | Tristan Gingold | 2014-11-27 | 1 | -0/+1 |
* | Gen_Call_Type_Builder: use Mnode. | Tristan Gingold | 2014-11-22 | 4 | -119/+53 |
* | concatenation: remove unused left over. | Tristan Gingold | 2014-11-21 | 2 | -266/+1 |
* | Mnode: renaming and comments to clarify. | Tristan Gingold | 2014-11-21 | 3 | -108/+125 |
* | trans-chap9: fix invalid generation of ortho code. | Tristan Gingold | 2014-11-20 | 1 | -4/+5 |
* | grt: use unlocked version of getc/putc/feof to speed-up files. | Tristan Gingold | 2014-11-19 | 2 | -3/+27 |
* | grt-processes: recycle dynamic action_list elements. | Tristan Gingold | 2014-11-19 | 1 | -7/+36 |
* | Add comments. | Tristan Gingold | 2014-11-19 | 3 | -2/+20 |
* | amd64.S: add a null-frame. | Tristan Gingold | 2014-11-19 | 1 | -23/+30 |
* | grt-stdio.ads: fix style. | Tristan Gingold | 2014-11-18 | 1 | -11/+7 |
* | grt-images: avoid use of exponential. | Tristan Gingold | 2014-11-17 | 1 | -6/+10 |
* | Translate: rewrite concatenation. Now O(n). | Tristan Gingold | 2014-11-17 | 4 | -180/+536 |
* | ortho_mcode: add assertion. | Tristan Gingold | 2014-11-17 | 1 | -3/+6 |
* | ortho_debug: fix incorrect assertion (don't handle array_sub). | Tristan Gingold | 2014-11-17 | 1 | -7/+0 |
* | Translate_Range: use mnodes. | Tristan Gingold | 2014-11-16 | 5 | -81/+64 |
* | src/ortho/gcc/ortho_gcc.ads: regenerate. | Tristan Gingold | 2014-11-16 | 1 | -1/+3 |
* | Translate_Range_Expression_Ptr: use Mnode and rename. | Tristan Gingold | 2014-11-16 | 1 | -37/+32 |
* | Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename. | Tristan Gingold | 2014-11-15 | 3 | -61/+48 |
* | translate_expression: handle implicit type for aggregate. | Tristan Gingold | 2014-11-15 | 1 | -6/+10 |
* | ortho-lang.c: add comments, simplify code. | Tristan Gingold | 2014-11-14 | 2 | -104/+93 |
* | Adjusr gcc local Makefile. | Tristan Gingold | 2014-11-14 | 1 | -3/+3 |
* | grt: add more restrictions. | Tristan Gingold | 2014-11-14 | 1 | -0/+3 |
* | linux.c: fix typos, disable builting sjlj for clang. | Tristan Gingold | 2014-11-14 | 1 | -3/+3 |
* | Makefiles: fix overwrite of Makefile.in in gcc, add debug backend. | Tristan Gingold | 2014-11-13 | 1 | -2/+2 |
* | Create_Range_From_Length: use Mnode instead of ptr. Style changes. | Tristan Gingold | 2014-11-11 | 5 | -101/+94 |
* | Style changes. | Tristan Gingold | 2014-11-11 | 2 | -233/+148 |
* | Split translation into child packages. | Tristan Gingold | 2014-11-09 | 34 | -26271/+26973 |
* | Refactoring of translation, part 1/N | Tristan Gingold | 2014-11-09 | 3 | -3653/+3854 |
* | Use _setjmp/_longjmp instead of setjmp/longjmp (much faster). | Tristan Gingold | 2014-11-08 | 1 | -5/+37 |
* | Add instructions for llvm (WIP). | Tristan Gingold | 2014-11-08 | 1 | -1/+1 |
* | ghdllocal: remove debug code (trace). | Tristan Gingold | 2014-11-08 | 1 | -1/+0 |
* | driver: fix path simplification with ..; add missing directory separator. | Tristan Gingold | 2014-11-08 | 2 | -42/+46 |
* | mcode build and install from top makefile. | Tristan Gingold | 2014-11-06 | 1 | -4/+24 |
* | ghdldrv: reflect --disp-config changes for ghdl_mcode. | Tristan Gingold | 2014-11-05 | 4 | -47/+42 |