summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-06mcode: use GNATMAKE.Tristan Gingold
2016-01-06oread: add comments.Tristan Gingold
2016-01-06if/else: add debug line for elsif part.Tristan Gingold
2016-01-03Forbid protected types in elements or designated types.Tristan Gingold
2015-12-30Use WORK location for loading the elaborated unit.Tristan Gingold
This sets a real location for error messages.
2015-12-29Fix crash on issue9.Tristan Gingold
2015-12-23Remove unused code (scanner).Tristan Gingold
2015-12-22parse: remove unreachable code.Tristan Gingold
2015-12-22Scanner: fix use of latin-1 8 bit characters.Tristan Gingold
2015-12-21errorout: add code for caret (not yet enabled).Tristan Gingold
2015-12-21cleanup in errorout.Tristan Gingold
2015-12-20Do not create signal type for scalar type.Tristan Gingold
Use ghdl_signal_ptr instead. Fallout of sigptr.
2015-12-20openieee: complete math_real (and fix uniform).Tristan Gingold
2015-12-19Adjust simulation after sigptr changes.Tristan Gingold
2015-12-18ortho-llvm: avoid generation of unreachable code.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
Improve simulation speed by about 20%.
2015-12-16avoid a crash if --elab without -l.Tristan Gingold
2015-12-16openieee: add numeric_std and numeric_bit.Tristan Gingold
2015-12-06Add bind only option (-b) to make command (-m).Forrest Voight
2015-12-03ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold
2015-12-03ghdl_simul debugger: add nstmt and fstmt.Tristan Gingold
2015-12-03errorout: fix crash on entity_aspect_entity.Tristan Gingold
2015-12-03Fix elaboration order in case of recursive instantiation.Tristan Gingold
2015-12-03Use github site for reporting problems.Tristan Gingold
2015-11-30ghdl_simul debugger: add auto-repeat.Tristan Gingold
2015-11-30ghdl_simul debugger: handle function call, consider entity declarations.Tristan Gingold
2015-11-30Fix ghdl_simul build.Tristan Gingold
2015-11-30No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold
2015-11-30backtrace: demangle operators.Tristan Gingold
2015-11-30ortho_llvm: add comments.Tristan Gingold
2015-11-30Rework --dir command so that it could display ieee content.Tristan Gingold
Adjust doc.
2015-11-30parse: add comments.Tristan Gingold
2015-11-27Emit a warning for --ieee=synopsys if --std=08Tristan Gingold
2015-11-26Bump version.Tristan Gingold
2015-11-25Improve error message when ',' is used instead of ';' in interface.Tristan Gingold
2015-11-24Fix a crash on conflict in under interpretation.Tristan Gingold
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold
2015-11-19Add symbolizer (for mcode).Tristan Gingold
Display a backtrace in case of failed check or assert failure.
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
Fix bug24064
2015-11-14mcode x86: fix regressions.Tristan Gingold
2015-11-12mcode x86: simplify code.Tristan Gingold
2015-11-12mcode x86: enable sse.Tristan Gingold
2015-11-12mcode x86: pass testsuite with sse.Tristan Gingold
2015-11-11mcode x86: wip: sse support.Tristan Gingold
2015-11-09Rewrite of ortho_code-x86-emits.Tristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-11-07mcode: WIP for sse/sse2 generation.Tristan Gingold
2015-11-07Fix build of mcode utilities.Tristan Gingold
2015-11-07Remove deprecated .version.Tristan Gingold
2015-11-01Do not set suspend flag on foreign procedure.Tristan Gingold