aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash for access type in aggregate.Tristan Gingold2015-09-241-0/+4
* Fix ticket94: default binding indication for component.Tristan Gingold2015-09-242-12/+28
* Clarify build instructions for gcc.Tristan Gingold2015-09-211-8/+28
* Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold2015-09-172-14/+7
* testsuite: run fst tests only if fst feature is present.Tristan Gingold2015-09-163-3/+15
* trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold2015-09-151-10/+8
* grt: add --list-features, and --has-featureTristan Gingold2015-09-1414-19/+93
* Remove unused files (were for stack switching).Tristan Gingold2015-09-139-1905/+0
* configure: remove bash-ism.Tristan Gingold2015-09-131-2/+6
* Update README and some copyright dates.Tristan Gingold2015-09-133-3/+9
* Add mach-O binary file writer.Tristan Gingold2015-09-133-0/+471
* Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold2015-09-126-111/+164
* Adjust windows code.Tristan Gingold2015-09-122-3/+2
* Tentatively fix win32 support.Tristan Gingold2015-09-126-141/+39
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-1022-102/+307
* Add reproducer for ticket92.Tristan Gingold2015-09-102-0/+70
* Add testcase for ticket93.Tristan Gingold2015-09-102-0/+24
* Add testcase for sr3217.Tristan Gingold2015-09-102-0/+31
* Add testcase for ticket54.Tristan Gingold2015-09-102-0/+37
* Add bug019 testcase.Tristan Gingold2015-09-1028-0/+7402
* Add bug017 test cases.Tristan Gingold2015-09-105-0/+144
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-082-9/+7
* llvm: do not generate code for function call if unreachable.Tristan Gingold2015-09-081-5/+9
* ortho/debug: add checks for case statement.Tristan Gingold2015-09-071-19/+32
* llvm: handle union (field selection, debug info).Tristan Gingold2015-09-073-76/+135
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0438-1282/+2709
* Adjust previous patch (destroy types for default port values).Tristan Gingold2015-09-032-7/+13
* mcode: fix alignment of structure (thinko).Tristan Gingold2015-09-022-1/+4
* Translate: explicitly clean transient types.Tristan Gingold2015-09-0217-202/+180
* Add bug024 (crash in error message).Tristan Gingold2015-09-023-0/+57
* Add bug023.Tristan Gingold2015-09-025-0/+88
* Add bug022 (unused entity linked).Tristan Gingold2015-09-022-0/+30
* Add bug021.Tristan Gingold2015-09-025-0/+169
* Add bug018Tristan Gingold2015-09-023-0/+31
* Add bug017.Tristan Gingold2015-09-0222-0/+482
* Destroy types of default generic values.Tristan Gingold2015-09-012-9/+11
* mcode/binary_file: rename write routines.Tristan Gingold2015-08-317-16/+13
* Never export declarations of a package body.Tristan Gingold2015-08-311-0/+7
* iirs: block_statement is a ref.Tristan Gingold2015-08-312-3/+4
* mcode: fix crash wrt oe_shl.Tristan Gingold2015-08-311-1/+4
* Improve error message.Tristan Gingold2015-08-292-1/+5
* Allow allocators in default value of subprogramsTristan Gingold2015-08-295-49/+193
* Rename gnat/bug directories for non-gna bugs to avoid confusion.Tristan Gingold2015-08-2920-1/+2
* Replace fat accesses by bounds accessesTristan Gingold2015-08-2932-942/+1041
* Do not create a transient type for strings.Tristan Gingold2015-07-172-5/+14
* Adjust previous patch: set parent.Tristan Gingold2015-07-151-0/+2
* Add test for duplicate error message.Tristan Gingold2015-07-115-0/+91
* Defensive code.Tristan Gingold2015-07-112-1/+12
* Avoid duplicate error message.Tristan Gingold2015-07-102-1/+4
* Reproducer for ticket90.Tristan Gingold2015-07-102-0/+24