aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-0321-720/+1306
|
* Fix left-over in name_table remaining.Tristan Gingold2015-01-012-4/+4
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-3121-267/+286
|
* Improve error recovery.Tristan Gingold2014-12-302-2/+3
|
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-3010-397/+878
|
* Rework string literals: store literals position.Tristan Gingold2014-12-2929-1035/+775
|
* ortho-lang.c: use absolute path for debugging.Tristan Gingold2014-12-271-1/+11
|
* Optimize scan_identifier.Tristan Gingold2014-12-263-27/+46
|
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-269-406/+391
|
* name_table: add comments.Tristan Gingold2014-12-242-50/+59
|
* Makefiles: add OPT_FLAGS.Tristan Gingold2014-12-241-2/+2
|
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
|
* name_table.adb: expand hash_table for performance.Tristan Gingold2014-12-241-28/+78
|
* Regenerate ortho_llvm.adsTristan Gingold2014-12-231-1/+4
|
* name_table.adb: reduce size, fix style.Tristan Gingold2014-12-231-85/+114
|
* ghdldrv: remove unused variables.Tristan Gingold2014-12-231-2/+0
|
* configuration.adb: change for style.Tristan Gingold2014-12-231-2/+1
|
* Add requested pragma no_strict_aliasing.Tristan Gingold2014-12-234-4/+5
|
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-236-315/+360
|
* Add comments.Tristan Gingold2014-12-224-4/+15
|
* Reduce size of library_declaration.Tristan Gingold2014-12-223-23/+25
|
* 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-211-0/+4
|
* 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
|
* 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
|
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-136-42/+40
|
* Add support for NetBSD.Tristan Gingold2014-12-131-0/+8
|
* llvm: add generation of only debug lines table.Tristan Gingold2014-12-133-17/+38
|
* 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-101-4/+6
|
* grt-disp_rti.adb: disp array of enum as strings (when possible).Tristan Gingold2014-12-101-40/+97
|
* grt-fst: add comments.Tristan Gingold2014-12-051-0/+2
|
* 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
|
* 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
|