summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-13mcode: fix ticket#32 - spill the right instruction.Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold
2015-01-12grt: improve --disp-signals-table output.Tristan Gingold
2015-01-12ortho_mcode: handle u32->i64 conversion.Tristan Gingold
2015-01-12vhdl2008: expanded names in for-generate statements.Tristan Gingold
2015-01-12vhdl2008: handle expanded names in if-generate statements.Tristan Gingold
2015-01-12pnodes: add better message in assert.Tristan Gingold
2015-01-11Fix ticket #29: add instance label in created symbols name.Tristan Gingold
2015-01-10grt-signals: code factorization.Tristan Gingold
2015-01-10Initialize direct driver value.Tristan Gingold
2015-01-10sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold
2015-01-10sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold
2015-01-10vhpi: can change value of generics (for sdf annotation). From Kim Taylor.Tristan Gingold
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2015-01-10vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold
2015-01-10vhdl08: block configuration for if-generate statements.Tristan Gingold
2015-01-08Canon: do not free old concurrent statement.Tristan Gingold
2015-01-07Adjust previous commit for 'path_name.Tristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2015-01-04Rework for vhdl08 generate: change rtis.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2015-01-01Fix left-over in name_table remaining.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-30Improve error recovery.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-27ortho-lang.c: use absolute path for debugging.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-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-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-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-15llvm-core.ads: fix values.Tristan Gingold
2014-12-15Fix style.Tristan Gingold