aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* grt-stack2: Fix unreferenced entity.Tristan Gingold2016-01-061-1/+0
|
* grt-fst: remove unreferenced with-ed package.Tristan Gingold2016-01-061-1/+0
|
* Simplify warning Off for gcc 4.6Tristan Gingold2016-01-061-2/+3
|
* Add a pragma warnings off around constant condition.Tristan Gingold2016-01-061-0/+2
|
* grt-lib: Remove unused with-ed package.Tristan Gingold2016-01-061-2/+1
|
* mcode: add support for x86-64Tristan Gingold2016-01-0642-1682/+4061
|
* mcode: use GNATMAKE.Tristan Gingold2016-01-061-1/+2
|
* oread: add comments.Tristan Gingold2016-01-061-0/+10
|
* if/else: add debug line for elsif part.Tristan Gingold2016-01-061-0/+2
|
* Forbid protected types in elements or designated types.Tristan Gingold2016-01-031-1/+9
|
* Use WORK location for loading the elaborated unit.Tristan Gingold2015-12-302-2/+9
| | | | This sets a real location for error messages.
* Fix crash on issue9.Tristan Gingold2015-12-291-2/+2
|
* Remove unused code (scanner).Tristan Gingold2015-12-233-18/+3
|
* parse: remove unreachable code.Tristan Gingold2015-12-221-44/+8
|
* Scanner: fix use of latin-1 8 bit characters.Tristan Gingold2015-12-223-9/+7
|
* errorout: add code for caret (not yet enabled).Tristan Gingold2015-12-211-6/+43
|
* cleanup in errorout.Tristan Gingold2015-12-214-48/+45
|
* Do not create signal type for scalar type.Tristan Gingold2015-12-204-18/+18
| | | | Use ghdl_signal_ptr instead. Fallout of sigptr.
* openieee: complete math_real (and fix uniform).Tristan Gingold2015-12-201-7/+55
|
* Adjust simulation after sigptr changes.Tristan Gingold2015-12-194-49/+78
|
* ortho-llvm: avoid generation of unreachable code.Tristan Gingold2015-12-181-11/+23
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1829-1293/+1704
| | | | Improve simulation speed by about 20%.
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
|
* openieee: add numeric_std and numeric_bit.Tristan Gingold2015-12-162-1/+54
|
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
|
* ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold2015-12-034-7/+45
|
* ghdl_simul debugger: add nstmt and fstmt.Tristan Gingold2015-12-031-8/+78
|
* errorout: fix crash on entity_aspect_entity.Tristan Gingold2015-12-031-2/+11
|
* Fix elaboration order in case of recursive instantiation.Tristan Gingold2015-12-031-2/+7
|
* Use github site for reporting problems.Tristan Gingold2015-12-032-2/+2
|
* ghdl_simul debugger: add auto-repeat.Tristan Gingold2015-11-301-3/+21
|
* ghdl_simul debugger: handle function call, consider entity declarations.Tristan Gingold2015-11-303-10/+24
|
* Fix ghdl_simul build.Tristan Gingold2015-11-304-31/+15
|
* No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold2015-11-301-2/+4
|
* backtrace: demangle operators.Tristan Gingold2015-11-301-0/+65
|
* ortho_llvm: add comments.Tristan Gingold2015-11-301-2/+2
|
* Rework --dir command so that it could display ieee content.Tristan Gingold2015-11-301-18/+10
| | | | Adjust doc.
* parse: add comments.Tristan Gingold2015-11-301-0/+16
|
* Emit a warning for --ieee=synopsys if --std=08Tristan Gingold2015-11-273-9/+30
|
* Bump version.Tristan Gingold2015-11-261-2/+2
|
* Improve error message when ',' is used instead of ';' in interface.Tristan Gingold2015-11-251-1/+8
|
* Fix a crash on conflict in under interpretation.Tristan Gingold2015-11-241-5/+15
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-2216-30/+393
|
* Add symbolizer (for mcode).Tristan Gingold2015-11-1924-147/+1400
| | | | Display a backtrace in case of failed check or assert failure.
* Allow concatenation of element whose type is an array with non-static boundsTristan Gingold2015-11-171-1/+1
| | | | Fix bug24064
* mcode x86: fix regressions.Tristan Gingold2015-11-147-73/+143
|
* mcode x86: simplify code.Tristan Gingold2015-11-121-9/+9
|
* mcode x86: enable sse.Tristan Gingold2015-11-123-10/+28
|
* mcode x86: pass testsuite with sse.Tristan Gingold2015-11-122-127/+220
|
* mcode x86: wip: sse support.Tristan Gingold2015-11-1110-314/+420
|