Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add testcase for alignment issue on windows. | Tristan Gingold | 2016-01-09 | 11 | -0/+5736 |
* | Add missing copyright. | Tristan Gingold | 2016-01-09 | 2 | -7/+55 |
* | windows bat command: move strip command. | Tristan Gingold | 2016-01-09 | 2 | -2/+2 |
* | Add elf_arch for windows (!) | Tristan Gingold | 2016-01-09 | 1 | -0/+2 |
* | llvm: simplify use of llvm-config. | Tristan Gingold | 2016-01-09 | 1 | -1/+1 |
* | Reorder fields in signals for alignment. | Tristan Gingold | 2016-01-09 | 2 | -4/+7 |
* | std_logic_1164: fix number of warnings for matching equality. | Tristan Gingold | 2016-01-07 | 1 | -18/+32 |
* | Add reproducer for issue18. | Tristan Gingold | 2016-01-07 | 3 | -0/+82 |
* | Add testcase for issue15. | Tristan Gingold | 2016-01-07 | 2 | -0/+32 |
* | Add reproducer for issue14 | Tristan Gingold | 2016-01-07 | 3 | -0/+48 |
* | Keep alias in use clauses. Fix issue 15. | Tristan Gingold | 2016-01-07 | 1 | -1/+1 |
* | Fix staticness for range attribute. | Tristan Gingold | 2016-01-07 | 1 | -1/+1 |
* | Overload resolution: reject invalid indexed names. | Tristan Gingold | 2016-01-07 | 1 | -3/+33 |
* | travis: fix typo | Tristan Gingold | 2016-01-07 | 1 | -1/+1 |
* | travis: adjust previous patch. | Tristan Gingold | 2016-01-07 | 1 | -3/+4 |
* | travis-ci: run testsuite. | Tristan Gingold | 2016-01-07 | 1 | -0/+3 |
* | grt-stack2: Fix unreferenced entity. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
* | grt-fst: remove unreferenced with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
* | Simplify warning Off for gcc 4.6 | Tristan Gingold | 2016-01-06 | 1 | -2/+3 |
* | Add a pragma warnings off around constant condition. | Tristan Gingold | 2016-01-06 | 1 | -0/+2 |
* | grt-lib: Remove unused with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -2/+1 |
* | Add .travis.yml (first try). | Tristan Gingold | 2016-01-06 | 1 | -0/+8 |
* | mcode: add support for x86-64 | Tristan Gingold | 2016-01-06 | 44 | -1689/+4079 |
* | Add bug034 testcase. | Tristan Gingold | 2016-01-06 | 2 | -0/+30 |
* | mcode: use GNATMAKE. | Tristan Gingold | 2016-01-06 | 1 | -1/+2 |
* | oread: add comments. | Tristan Gingold | 2016-01-06 | 1 | -0/+10 |
* | if/else: add debug line for elsif part. | Tristan Gingold | 2016-01-06 | 1 | -0/+2 |
* | textio read character: improve code. | Tristan Gingold | 2016-01-06 | 1 | -10/+13 |
* | Forbid protected types in elements or designated types. | Tristan Gingold | 2016-01-03 | 1 | -1/+9 |
* | Add reproducer for issue10. | Tristan Gingold | 2016-01-03 | 2 | -0/+29 |
* | Add test for html output. | Tristan Gingold | 2016-01-03 | 3 | -0/+40 |
* | Use WORK location for loading the elaborated unit. | Tristan Gingold | 2015-12-30 | 2 | -2/+9 |
* | Add tests for --work option. | Tristan Gingold | 2015-12-29 | 3 | -0/+62 |
* | Add testcase for issue9 | Tristan Gingold | 2015-12-29 | 3 | -0/+28 |
* | Fix crash on issue9. | Tristan Gingold | 2015-12-29 | 1 | -2/+2 |
* | Add parse test for ams. | Tristan Gingold | 2015-12-24 | 2 | -0/+22 |
* | Add semantic test for external pathes. | Tristan Gingold | 2015-12-24 | 2 | -0/+36 |
* | Remove unused code (scanner). | Tristan Gingold | 2015-12-23 | 3 | -18/+3 |
* | Add test for --warn-reserved | Tristan Gingold | 2015-12-22 | 5 | -0/+57 |
* | Add testcase for ticket104. | Tristan Gingold | 2015-12-22 | 2 | -0/+50 |
* | parse: remove unreachable code. | Tristan Gingold | 2015-12-22 | 1 | -44/+8 |
* | Scanner: fix use of latin-1 8 bit characters. | Tristan Gingold | 2015-12-22 | 3 | -9/+7 |
* | Makefile: do not use OPT_FLAGS for LIB_CFLAGS. | Tristan Gingold | 2015-12-21 | 1 | -1/+2 |
* | Add testcase for ticket98 | Tristan Gingold | 2015-12-21 | 3 | -0/+71 |
* | Add testcase for ticket101. | Tristan Gingold | 2015-12-21 | 3 | -2/+25 |
* | errorout: add code for caret (not yet enabled). | Tristan Gingold | 2015-12-21 | 1 | -6/+43 |
* | cleanup in errorout. | Tristan Gingold | 2015-12-21 | 4 | -48/+45 |
* | configure: add --enable-coverage. | Tristan Gingold | 2015-12-21 | 2 | -2/+7 |
* | Do not create signal type for scalar type. | Tristan Gingold | 2015-12-20 | 4 | -18/+18 |
* | openieee: complete math_real (and fix uniform). | Tristan Gingold | 2015-12-20 | 3 | -17/+296 |