| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Makefile.in: add oread-llvm target. | Tristan Gingold | 2014-12-16 | 1 | -0/+6 |
* | llvm-core.ads: fix values. | Tristan Gingold | 2014-12-15 | 1 | -15/+15 |
* | Fix style. | Tristan Gingold | 2014-12-15 | 3 | -43/+32 |
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 28 | -675/+494 |
* | Reduce size of configuration declaration and guard signal declaration. | Tristan Gingold | 2014-12-14 | 2 | -14/+14 |
* | reduce size of enumeration_literal. | Tristan Gingold | 2014-12-14 | 8 | -224/+188 |
* | iirs: reduce size of interface objects. | Tristan Gingold | 2014-12-14 | 14 | -306/+287 |
* | iirs: reduce size of signal_declaration. | Tristan Gingold | 2014-12-14 | 16 | -236/+317 |
* | iirs: reduce memory size. | Tristan Gingold | 2014-12-14 | 3 | -348/+264 |
* | Put attribute_value_chain in parent. | Tristan Gingold | 2014-12-14 | 12 | -175/+201 |
* | iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources. | Tristan Gingold | 2014-12-13 | 6 | -17/+27 |
* | Add ticket26 testcase. | Tristan Gingold | 2014-12-13 | 3 | -0/+84 |
* | PSL: allow labels on psl directives (fix ticket26). | Tristan Gingold | 2014-12-13 | 11 | -50/+48 |
* | Add support for NetBSD. | Tristan Gingold | 2014-12-13 | 1 | -0/+8 |
* | llvm: add generation of only debug lines table. | Tristan Gingold | 2014-12-13 | 3 | -17/+38 |
* | Add support of ghdl_llvm build in Makefile.in | Tristan Gingold | 2014-12-13 | 2 | -9/+36 |
* | doc: mention --fst option. | Tristan Gingold | 2014-12-13 | 1 | -4/+7 |
* | 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 | 2 | -4/+7 |
* | grt-disp_rti.adb: disp array of enum as strings (when possible). | Tristan Gingold | 2014-12-10 | 1 | -40/+97 |
* | Add perf02 (performance issue). | Tristan Gingold | 2014-12-07 | 36 | -0/+9452 |
* | grt-fst: add comments. | Tristan Gingold | 2014-12-05 | 1 | -0/+2 |
* | STYLE: clarify parameters rule. | Tristan Gingold | 2014-12-05 | 1 | -0/+4 |
* | 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 |
* | compile.bat: use new filename ortho_jit.adb | Tristan Gingold | 2014-12-03 | 1 | -2/+1 |
* | ghdlfilter: accept vhdl08 flags | Tristan Gingold | 2014-12-03 | 1 | -6/+17 |
* | fix VHDL 08 preprocessor block comments in libraries to start in column 1 | Tristan Gingold | 2014-12-03 | 3 | -16/+136 |
* | Add reproducer from gna bug 23013. | Tristan Gingold | 2014-12-02 | 2 | -0/+36 |
* | 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 |
* | Use GHDL_FLAGS for vests. | Tristan Gingold | 2014-11-27 | 1 | -1/+1 |
* | 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 |
* | Makefile.in: allow parallel compilation of std.standard. | Tristan Gingold | 2014-11-19 | 1 | -9/+9 |
* | grt-processes: recycle dynamic action_list elements. | Tristan Gingold | 2014-11-19 | 2 | -8/+37 |
* | Add comments. | Tristan Gingold | 2014-11-19 | 4 | -2/+24 |
* | 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 |