summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-29Makefile for libraries: no need to save and restore path.Tristan Gingold
2014-12-27ortho-lang.c: use absolute path for debugging.Tristan Gingold
2014-12-27dist/gcc: add compilation flags, avoid to rebuilt ghdllib.Tristan Gingold
2014-12-26Optimize scan_identifier.Tristan Gingold
2014-12-26Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold
2014-12-24name_table: add comments.Tristan Gingold
2014-12-24Makefiles: add OPT_FLAGS.Tristan Gingold
2014-12-24evaluation.adb: style changes.Tristan Gingold
2014-12-24name_table.adb: expand hash_table for performance.Tristan Gingold
2014-12-23Regenerate ortho_llvm.adsTristan Gingold
2014-12-23name_table.adb: reduce size, fix style.Tristan Gingold
2014-12-23ghdldrv: remove unused variables.Tristan Gingold
2014-12-23Makefile.in: add ADA_FLAGS.Tristan Gingold
2014-12-23configuration.adb: change for style.Tristan Gingold
2014-12-23Add requested pragma no_strict_aliasing.Tristan Gingold
2014-12-23Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold
2014-12-22Add comments.Tristan Gingold
2014-12-22Reduce size of library_declaration.Tristan Gingold
2014-12-21Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold
From Brian Davis.
2014-12-21Add a testcase for vcd/fst dumps.Tristan Gingold
2014-12-21fst: don't try to detect aliases (make fst file bigger).Tristan Gingold
2014-12-21vhpi: handle FileNamePTristan Gingold
2014-12-21vcd/fst: handle complex signals. Fix crash.Tristan Gingold
2014-12-18Adjust makefiles to accept absolute srcdir path.Tristan Gingold
2014-12-16Recognize some ieee.std_logic_1164 functions.Tristan Gingold
2014-12-16translation: give full path for to debug filename.Tristan Gingold
2014-12-16ortho_llvm: add uwtable + nounwind attibutes for functions.Tristan Gingold
2014-12-16ortho_llvm: fix crash with debug info.Tristan Gingold
2014-12-16Makefile.in: add oread-llvm target.Tristan Gingold
2014-12-15llvm-core.ads: fix values.Tristan Gingold
2014-12-15Fix style.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14Reduce size of configuration declaration and guard signal declaration.Tristan Gingold
2014-12-14reduce size of enumeration_literal.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14iirs: reduce memory size.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-12-13iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold
2014-12-13Add ticket26 testcase.Tristan Gingold
2014-12-13PSL: allow labels on psl directives (fix ticket26).Tristan Gingold
2014-12-13Add support for NetBSD.Tristan Gingold
2014-12-13llvm: add generation of only debug lines table.Tristan Gingold
2014-12-13Add support of ghdl_llvm build in Makefile.inTristan Gingold
2014-12-13doc: mention --fst option.Tristan Gingold
2014-12-13rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold
2014-12-10grt-disp_rti: disp alias kind.Tristan Gingold
2014-12-10grt-disp_rti.adb: disp array of enum as strings (when possible).Tristan Gingold
2014-12-07Add perf02 (performance issue).Tristan Gingold