aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a testcase for vcd/fst dumps.Tristan Gingold2014-12-212-0/+47
* fst: don't try to detect aliases (make fst file bigger).Tristan Gingold2014-12-211-1/+1
* vhpi: handle FileNamePTristan Gingold2014-12-211-0/+7
* vcd/fst: handle complex signals. Fix crash.Tristan Gingold2014-12-212-0/+9
* Adjust makefiles to accept absolute srcdir path.Tristan Gingold2014-12-184-235/+185
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-164-3/+174
* translation: give full path for to debug filename.Tristan Gingold2014-12-161-2/+9
* ortho_llvm: add uwtable + nounwind attibutes for functions.Tristan Gingold2014-12-161-0/+1
* ortho_llvm: fix crash with debug info.Tristan Gingold2014-12-161-2/+2
* Makefile.in: add oread-llvm target.Tristan Gingold2014-12-161-0/+6
* llvm-core.ads: fix values.Tristan Gingold2014-12-151-15/+15
* Fix style.Tristan Gingold2014-12-153-43/+32
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-1528-675/+494
* Reduce size of configuration declaration and guard signal declaration.Tristan Gingold2014-12-142-14/+14
* reduce size of enumeration_literal.Tristan Gingold2014-12-148-224/+188
* iirs: reduce size of interface objects.Tristan Gingold2014-12-1414-306/+287
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-1416-236/+317
* iirs: reduce memory size.Tristan Gingold2014-12-143-348/+264
* Put attribute_value_chain in parent.Tristan Gingold2014-12-1412-175/+201
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-136-17/+27
* Add ticket26 testcase.Tristan Gingold2014-12-133-0/+84
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-1311-50/+48
* Add support for NetBSD.Tristan Gingold2014-12-131-0/+8
* llvm: add generation of only debug lines table.Tristan Gingold2014-12-133-17/+38
* Add support of ghdl_llvm build in Makefile.inTristan Gingold2014-12-132-9/+36
* doc: mention --fst option.Tristan Gingold2014-12-131-4/+7
* rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold2014-12-1310-42/+282
* grt-disp_rti: disp alias kind.Tristan Gingold2014-12-102-4/+7
* grt-disp_rti.adb: disp array of enum as strings (when possible).Tristan Gingold2014-12-101-40/+97
* Add perf02 (performance issue).Tristan Gingold2014-12-0736-0/+9452
* grt-fst: add comments.Tristan Gingold2014-12-051-0/+2
* STYLE: clarify parameters rule.Tristan Gingold2014-12-051-0/+4
* fst: dump type of signals.Tristan Gingold2014-12-053-5/+51
* Fix llvm crash on protected objects.Tristan Gingold2014-12-054-20/+24
* llvm: add non-jit driver.Tristan Gingold2014-12-051-0/+34
* compile.bat: use new filename ortho_jit.adbTristan Gingold2014-12-031-2/+1
* ghdlfilter: accept vhdl08 flagsTristan Gingold2014-12-031-6/+17
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-033-16/+136
* Add reproducer from gna bug 23013.Tristan Gingold2014-12-022-0/+36
* 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
* Use GHDL_FLAGS for vests.Tristan Gingold2014-11-271-1/+1
* 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