Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comments. | Tristan Gingold | 2014-11-19 | 4 | -2/+24 |
| | |||||
* | amd64.S: add a null-frame. | Tristan Gingold | 2014-11-19 | 1 | -23/+30 |
| | |||||
* | grt-stdio.ads: fix style. | Tristan Gingold | 2014-11-18 | 1 | -11/+7 |
| | |||||
* | gcc/Make-lang.in: handle non-default libexecdir. | Tristan Gingold | 2014-11-18 | 1 | -3/+5 |
| | |||||
* | Fix dist/gcc makefiles | Tristan Gingold | 2014-11-17 | 2 | -51/+40 |
| | |||||
* | grt-images: avoid use of exponential. | Tristan Gingold | 2014-11-17 | 1 | -6/+10 |
| | |||||
* | Translate: rewrite concatenation. Now O(n). | Tristan Gingold | 2014-11-17 | 4 | -180/+536 |
| | |||||
* | ortho_mcode: add assertion. | Tristan Gingold | 2014-11-17 | 1 | -3/+6 |
| | |||||
* | ortho_debug: fix incorrect assertion (don't handle array_sub). | Tristan Gingold | 2014-11-17 | 1 | -7/+0 |
| | |||||
* | Translate_Range: use mnodes. | Tristan Gingold | 2014-11-16 | 5 | -81/+64 |
| | |||||
* | src/ortho/gcc/ortho_gcc.ads: regenerate. | Tristan Gingold | 2014-11-16 | 1 | -1/+3 |
| | |||||
* | Translate_Range_Expression_Ptr: use Mnode and rename. | Tristan Gingold | 2014-11-16 | 1 | -37/+32 |
| | |||||
* | configure: allow spaces. | Tristan Gingold | 2014-11-15 | 1 | -14/+8 |
| | |||||
* | Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename. | Tristan Gingold | 2014-11-15 | 3 | -61/+48 |
| | |||||
* | translate_expression: handle implicit type for aggregate. | Tristan Gingold | 2014-11-15 | 1 | -6/+10 |
| | |||||
* | ortho-lang.c: add comments, simplify code. | Tristan Gingold | 2014-11-14 | 2 | -104/+93 |
| | |||||
* | Adjusr gcc local Makefile. | Tristan Gingold | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | grt: add more restrictions. | Tristan Gingold | 2014-11-14 | 1 | -0/+3 |
| | |||||
* | linux.c: fix typos, disable builting sjlj for clang. | Tristan Gingold | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | configure: improve error message. | Tristan Gingold | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Makefiles: fix overwrite of Makefile.in in gcc, add debug backend. | Tristan Gingold | 2014-11-13 | 2 | -3/+13 |
| | |||||
* | Add coding style notes. | Tristan Gingold | 2014-11-11 | 1 | -0/+74 |
| | |||||
* | Create_Range_From_Length: use Mnode instead of ptr. Style changes. | Tristan Gingold | 2014-11-11 | 5 | -101/+94 |
| | |||||
* | Style changes. | Tristan Gingold | 2014-11-11 | 2 | -233/+148 |
| | |||||
* | Split translation into child packages. | Tristan Gingold | 2014-11-09 | 36 | -26274/+26978 |
| | |||||
* | Refactoring of translation, part 1/N | Tristan Gingold | 2014-11-09 | 3 | -3653/+3854 |
| | |||||
* | Fix parallel build. | Tristan Gingold | 2014-11-09 | 4 | -48/+55 |
| | |||||
* | Use _setjmp/_longjmp instead of setjmp/longjmp (much faster). | Tristan Gingold | 2014-11-08 | 1 | -5/+37 |
| | |||||
* | Add instructions for llvm (WIP). | Tristan Gingold | 2014-11-08 | 4 | -13/+48 |
| | |||||
* | ghdllocal: remove debug code (trace). | Tristan Gingold | 2014-11-08 | 1 | -1/+0 |
| | |||||
* | driver: fix path simplification with ..; add missing directory separator. | Tristan Gingold | 2014-11-08 | 2 | -42/+46 |
| | |||||
* | configure/Makefile: support build for gcc. | Tristan Gingold | 2014-11-08 | 3 | -16/+116 |
| | |||||
* | Rewrite README. | Tristan Gingold | 2014-11-06 | 2 | -62/+72 |
| | |||||
* | Add .v08 files to hgignore. | Tristan Gingold | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | mcode build and install from top makefile. | Tristan Gingold | 2014-11-06 | 4 | -49/+153 |
| | |||||
* | configure: generate default_pathes and ortho_code-x86-flags. | Tristan Gingold | 2014-11-06 | 2 | -35/+41 |
| | |||||
* | configure: generate a project file. | Tristan Gingold | 2014-11-06 | 2 | -0/+37 |
| | |||||
* | chmod +x configure. | Tristan Gingold | 2014-11-05 | 1 | -0/+0 |
| | |||||
* | ghdldrv: reflect --disp-config changes for ghdl_mcode. | Tristan Gingold | 2014-11-05 | 4 | -47/+42 |
| | |||||
* | Add configure and Makefile.in for mcode. | Tristan Gingold | 2014-11-05 | 2 | -0/+322 |
| | |||||
* | Move translate and simulate. | Tristan Gingold | 2014-11-05 | 33 | -0/+0 |
| | |||||
* | Move files and dirs from translate/ | Tristan Gingold | 2014-11-05 | 158 | -0/+0 |
| | |||||
* | Create src/vhdl subdirectory. | Tristan Gingold | 2014-11-04 | 79 | -0/+0 |
| | |||||
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 451 | -0/+0 |
| | |||||
* | Bump version. | Tristan Gingold | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | Bump ghdl.texi version. | Tristan Gingold | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Handle --expect-failure for -m | Tristan Gingold | 2014-11-04 | 1 | -4/+10 |
| | |||||
* | Compute Exec_Prefix before loading libraries. | Tristan Gingold | 2014-11-04 | 3 | -152/+157 |
| | |||||
* | Add entries for 0.32 | Tristan Gingold | 2014-11-04 | 1 | -11/+17 |
| | |||||
* | Remove unused file. | Tristan Gingold | 2014-11-04 | 1 | -54/+0 |
| |