Age | Commit message (Expand) | Author |
2016-01-27 | simul: preliminary work for environments.HEADmaster | Tristan Gingold |
2016-01-27 | translation: use Tables instead of GNAT.Table. | Tristan Gingold |
2016-01-27 | psl: use Tables instead of GNAT.Table, regenerate, add copyrights. | Tristan Gingold |
2016-01-27 | simul: use Tables instead of GNAT.Table | Tristan Gingold |
2016-01-27 | simul: handle declarations in configuration. | Tristan Gingold |
2016-01-26 | simul: fix attribute specification, noop type conversion, indiv sig assoc. | Tristan Gingold |
2016-01-25 | grt rtis_addr: handle B1 ranges. | Tristan Gingold |
2016-01-25 | Fix check of conformance for physical units. | Tristan Gingold |
2016-01-24 | simul: handle default assignment to unconstrained ports. | Tristan Gingold |
2016-01-24 | Avoid a crash in physical type definition. | Tristan Gingold |
2016-01-24 | simul: fix various issues. | Tristan Gingold |
2016-01-19 | Improve error message for invalid use of '%'. | Tristan Gingold |
2016-01-19 | Parse: detect ill-formed formal names. Fix bug24324. | Tristan Gingold |
2016-01-19 | simulate: fix handling of deferred constants. | Tristan Gingold |
2016-01-19 | Clean up some code and comments about constant declarations. | Tristan Gingold |
2016-01-19 | Improve error message for variable assignment. | Tristan Gingold |
2016-01-16 | Add support for conditional assignments. | Tristan Gingold |
2016-01-11 | Set type staticness for a constant declaration and attribute specification. | Tristan Gingold |
2016-01-11 | vhdl08: maybe insert implicit condition operator in concurrent statement. | Tristan Gingold |
2016-01-09 | llvm: simplify use of llvm-config. | Tristan Gingold |
2016-01-09 | Reorder fields in signals for alignment. | Tristan Gingold |
2016-01-07 | std_logic_1164: fix number of warnings for matching equality. | Tristan Gingold |
2016-01-07 | Keep alias in use clauses. Fix issue 15. | Tristan Gingold |
2016-01-07 | Fix staticness for range attribute. | Tristan Gingold |
2016-01-07 | Overload resolution: reject invalid indexed names. | Tristan Gingold |
2016-01-06 | grt-stack2: Fix unreferenced entity. | Tristan Gingold |
2016-01-06 | grt-fst: remove unreferenced with-ed package. | Tristan Gingold |
2016-01-06 | Simplify warning Off for gcc 4.6 | Tristan Gingold |
2016-01-06 | Add a pragma warnings off around constant condition. | Tristan Gingold |
2016-01-06 | grt-lib: Remove unused with-ed package. | Tristan Gingold |
2016-01-06 | mcode: add support for x86-64 | Tristan Gingold |
2016-01-06 | mcode: use GNATMAKE. | Tristan Gingold |
2016-01-06 | oread: add comments. | Tristan Gingold |
2016-01-06 | if/else: add debug line for elsif part. | Tristan Gingold |
2016-01-03 | Forbid protected types in elements or designated types. | Tristan Gingold |
2015-12-30 | Use WORK location for loading the elaborated unit. | Tristan Gingold |
2015-12-29 | Fix crash on issue9. | Tristan Gingold |
2015-12-23 | Remove unused code (scanner). | Tristan Gingold |
2015-12-22 | parse: remove unreachable code. | Tristan Gingold |
2015-12-22 | Scanner: fix use of latin-1 8 bit characters. | Tristan Gingold |
2015-12-21 | errorout: add code for caret (not yet enabled). | Tristan Gingold |
2015-12-21 | cleanup in errorout. | Tristan Gingold |
2015-12-20 | Do not create signal type for scalar type. | Tristan Gingold |
2015-12-20 | openieee: complete math_real (and fix uniform). | Tristan Gingold |
2015-12-19 | Adjust simulation after sigptr changes. | Tristan Gingold |
2015-12-18 | ortho-llvm: avoid generation of unreachable code. | Tristan Gingold |
2015-12-18 | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold |
2015-12-16 | avoid a crash if --elab without -l. | Tristan Gingold |
2015-12-16 | openieee: add numeric_std and numeric_bit. | Tristan Gingold |
2015-12-06 | Add bind only option (-b) to make command (-m). | Forrest Voight |