Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix 'value on physical types with whitespaces. | Tristan Gingold | 2014-01-25 | 6 | -236/+254 | |
| | | | | Fix style and simplify grt-values.adb. Add tests. | |||||
* | Get rid of union in ghdl_rtin_unit. | Tristan Gingold | 2014-01-25 | 10 | -195/+203 | |
| | | | | | Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm). | |||||
* | translation: use of incomplete record instead of access (for llvm). | Tristan Gingold | 2014-01-24 | 1 | -5/+5 | |
| | ||||||
* | mcode: add get_alignof_type. | Tristan Gingold | 2014-01-24 | 2 | -1/+11 | |
| | ||||||
* | mcode: per platform definition of F64 alignment. | Tristan Gingold | 2014-01-24 | 5 | -1/+13 | |
| | ||||||
* | Rework complex type alignment: use the maximum alignment of its fields. | Tristan Gingold | 2014-01-24 | 1 | -64/+147 | |
| | ||||||
* | Remove commented out lines. | Tristan Gingold | 2014-01-24 | 1 | -3/+0 | |
| | ||||||
* | Add comment. | Tristan Gingold | 2014-01-24 | 1 | -1/+3 | |
| | ||||||
* | Update declarations in ortho_debug.private.ads to allow new commit to ↵ | Brian Drummond | 2014-01-22 | 2 | -7/+4 | |
| | | | | ortho_debug to build. Remove duplicated --help clause in grt-options. | |||||
* | ortho_debug: remove unused alignment. | Tristan Gingold | 2014-01-22 | 2 | -73/+9 | |
| | ||||||
* | Fix ticket 8: ch_13_fg_13_26.vhd failure with ghdl_gcc. | Tristan Gingold | 2014-01-22 | 2 | -6/+25 | |
| | | | | (Set location of configuration specification on default binding). | |||||
* | Add support for FreeBSD x86_64 (From Adam Jensen) | Tristan Gingold | 2014-01-22 | 3 | -1/+11 | |
| | ||||||
* | Minor improvement of previous patch (use a more standard pragma). | Tristan Gingold | 2014-01-21 | 1 | -4/+1 | |
| | ||||||
* | Add pragma Favor_Top_Level for grt.signals.Resolver_Acc. | Tristan Gingold | 2014-01-21 | 1 | -1/+14 | |
| | ||||||
* | Avoid use before declaration. | Tristan Gingold | 2014-01-21 | 1 | -3/+4 | |
| | ||||||
* | Fix bug18810 (bitwise 'and' and 'not' for unsigned types). | Tristan Gingold | 2014-01-21 | 1 | -5/+5 | |
| | ||||||
* | Remove new/free for a couple of arrays in grt-signals | Brian Drummond | 2014-01-21 | 1 | -31/+22 | |
| | ||||||
* | Log resolution function address in Disp_Signal, correct comment in linux.c | Brian Drummond | 2014-01-21 | 2 | -1/+7 | |
| | ||||||
* | Add example Makefile.conf, remove duplicate libs from Makefile | Brian Drummond | 2014-01-20 | 2 | -3/+5 | |
| | ||||||
* | Allow local overriding of configuration via Makefile.conf | Tristan Gingold | 2014-01-20 | 1 | -14/+35 | |
| | ||||||
* | Fix interface of ortho_handle_option: do not confuse int and bool. | Tristan Gingold | 2014-01-20 | 1 | -4/+4 | |
| | ||||||
* | Add 'image and 'value tests for enumerations, missing in gna bug 7751 ↵ | Brian Drummond | 2014-01-19 | 3 | -0/+153 | |
| | | | | testcase. Add missing cases for Type_Mode_E32 in Translation.adb | |||||
* | mcode: fix missing clobber for 32 bit mul/div. | Tristan Gingold | 2014-01-19 | 2 | -1/+3 | |
| | ||||||
* | Fix obscure crash with complex type (attributes). | Tristan Gingold | 2014-01-19 | 1 | -2/+2 | |
| | ||||||
* | Fix obscure crash (expanded name in a homograph of an enumeration literal). | Tristan Gingold | 2014-01-19 | 2 | -0/+5 | |
| | ||||||
* | Fix bug21513: expanded name with operator_symbol prefix. | Tristan Gingold | 2014-01-19 | 3 | -1/+30 | |
| | ||||||
* | Fix access type on complex constrained array subtype. | Tristan Gingold | 2014-01-19 | 1 | -26/+34 | |
| | | | | Add comments, minor local renaming. | |||||
* | Fix typo in previous commit. | Tristan Gingold | 2014-01-19 | 1 | -2/+2 | |
| | ||||||
* | Add 'value attribute functions for enumerations E8,E32 to mcode version | Brian Drummond | 2014-01-18 | 1 | -0/+4 | |
| | ||||||
* | Fix include/library paths for gmp/mpc/mpfr files in gcc builds | Brian Drummond | 2014-01-18 | 2 | -7/+7 | |
| | ||||||
* | Fix bug21500: resolution function for complex types. | Tristan Gingold | 2014-01-17 | 4 | -29/+115 | |
| | ||||||
* | Preparation for gcc4.9 ... ortho-lang.c changes allowing ghdl to build with ↵ | Brian Drummond | 2014-01-17 | 1 | -4/+48 | |
| | | | | gcc-4.9-20140112, currently set for gcc4.8 compatibility | |||||
* | Fix bug21497: do not create an indirection for access to complex type. | Tristan Gingold | 2014-01-17 | 7 | -17/+73 | |
| | | | | Add a type check in mcode for New_Address. | |||||
* | Extend the -frelaxed-rules option to gcc builds | Brian Drummond | 2014-01-16 | 1 | -0/+4 | |
| | ||||||
* | Fix bug21487: call resolution function at init if there is at least 1 source. | Tristan Gingold | 2014-01-16 | 3 | -1/+49 | |
| | ||||||
* | translation: handle parameters in subprograms unnesting (WIP). | Tristan Gingold | 2014-01-15 | 1 | -47/+157 | |
| | ||||||
* | Add minimal support of protected types for --dump-rti. | Tristan Gingold | 2014-01-15 | 2 | -82/+76 | |
| | | | | Move protected object allocator in the initializer. | |||||
* | Add comments in testsuite/gna/testsuite.sh. | Tristan Gingold | 2014-01-15 | 1 | -0/+4 | |
| | ||||||
* | Fix indentation. | Tristan Gingold | 2014-01-15 | 1 | -15/+15 | |
| | ||||||
* | Force use of Ada05 for grt. | Tristan Gingold | 2014-01-15 | 1 | -1/+1 | |
| | ||||||
* | Remove .version pseudo (for Darwin). | Tristan Gingold | 2014-01-15 | 1 | -1/+0 | |
| | ||||||
* | --dump-rti: handle P32, complex record types. | Tristan Gingold | 2014-01-15 | 1 | -1/+13 | |
| | ||||||
* | Align complex component of complex types. | Tristan Gingold | 2014-01-15 | 1 | -78/+90 | |
| | | | | Simplify translate_object_copy. | |||||
* | Add Alignof constant to get the alignment of a type. | Tristan Gingold | 2014-01-15 | 15 | -11/+105 | |
| | ||||||
* | Avoid rebuilding complex object after a copy. | Tristan Gingold | 2014-01-14 | 2 | -177/+151 | |
| | | | | (Use an offset within records for complex types). | |||||
* | Fix bug20312: rewrite of complex types. | Tristan Gingold | 2014-01-13 | 14 | -710/+635 | |
| | | | | Fix crashes in sem_expr when string literals are used in range exprs. | |||||
* | Translation: Switch array and record for Complex_Type_Info. | Tristan Gingold | 2014-01-10 | 1 | -59/+63 | |
| | ||||||
* | Add comments about complex types in translation.adb | Tristan Gingold | 2014-01-10 | 1 | -2/+93 | |
| | ||||||
* | Rename package Scan to Scanner. | Tristan Gingold | 2014-01-09 | 12 | -388/+386 | |
| | ||||||
* | Atomically write the library files to avoid corruptions. | Tristan Gingold | 2014-01-09 | 1 | -57/+98 | |
| |