summaryrefslogtreecommitdiff
path: root/compiler/msgidx.inc
Commit message (Expand)AuthorAgeFilesLines
* * synchronised with trunk till r42256jonas2019-06-201-1/+1
|\
| * * prettify the "Use of -offset(%esp), access may cause a crash or value may benickysn2019-06-101-1/+1
| * * prettify the "Use of -offset(%ebp) is not recommended for local variablenickysn2019-06-101-1/+1
| * * prettify the "Use of +offset(%ebp) is not compatible with regcall convention"nickysn2019-06-101-1/+1
* | * ensure the LLVM-based compiler does not try to load units compiled with ajonas2019-06-081-2/+3
* | * synchronised with trunk till r42049jonas2019-05-121-2/+4
|\ \ | |/
| * + support for verifying whether a case statements handles all possibilitiesjonas2019-05-121-2/+4
* | * recognise extra llvm/Xcode versionsjonas2019-04-201-1/+1
* | + support for -CLflto_nosystem option to perform LTO for everything exceptjonas2019-04-201-1/+1
* | + support for LLVM LTO: compile units with -CLflto -> when compiling a mainjonas2019-04-201-1/+1
* | * support specifying the target LLVM/Xcode versionjonas2019-03-171-1/+1
|/
* * give an error when trying to call through to a C varargs routine with ajonas2019-02-241-2/+3
* * give an error when trying to call an object instance method via a type nodejonas2019-01-061-2/+3
* * regenerate msg*.inc files after addition of error messagesvenbarth2018-12-261-2/+3
* Regenerate msgid and msgtxt include files after commit 40422pierre2018-12-011-1/+1
* * Changed verbosity of ""???" not yet supported inside inline procedure/funct...yury2018-11-071-1/+1
* Add -Tlinux and -Tembedded help lines for riscv32 and riscv64 compilerspierre2018-10-161-1/+1
* Merged riscv_new branchflorian2018-09-261-1/+1
* * regenerate msg*.inc after adding messages for mismatching generic declarationssvenbarth2018-09-021-2/+4
* * patch by J. Gareth Moreton: clarity in directive conflict error messages, r...florian2018-07-071-1/+1
* * regenerate msg*.inc files after addition of the message about threadvars in...svenbarth2018-06-231-2/+3
* * regenerate msg*.inc files after addition of the warning for array operatorssvenbarth2018-06-201-2/+3
* * regenerate msg* files after r39078svenbarth2018-05-211-3/+2
* * regenerate msg* files after addition of the new message for static array co...svenbarth2018-05-201-2/+3
* * automatically switch to external linking (and show message) when requested tonickysn2018-05-171-2/+3
* + added new debug output option -godwarfomflinnum for generating line numbernickysn2018-05-171-1/+1
* + started implementing support for generating Microsoft CodeView debugnickysn2018-05-161-1/+1
* * regenaret msg*.inc after r38941 and r38942svenbarth2018-05-071-2/+3
* * regenerate msg{idx,txt}.inc after r38920svenbarth2018-05-051-1/+1
* * made message about subroutines not being inlined a note instead of a hint, ...florian2018-04-051-1/+1
* + added a warning for using cs/ds/es/ss segment overrides in inline assembly onnickysn2018-03-131-2/+3
* Regenerated after: Add more missing -T optionspierre2018-03-061-1/+1
* new msg*.inc files after: Add missing arm/i8086 targetspierre2018-03-051-1/+1
* + support concatenation of references in x86 intel syntax inline asm:nickysn2018-02-261-2/+4
* * patch by Christo Crause: more descriptive error message when BRxx destinati...florian2018-02-251-2/+3
* + compiler writes a hint if a subroutine marked as inline cannot be/is not in...florian2018-02-241-2/+3
* * warn if the first constant element of a range set expression is greater tha...florian2018-02-231-2/+3
* * based on patch by Christo Crause: when setting the controller type, set als...florian2018-02-181-2/+3
* Transform internal error into error message for seg(procvar) with is not usa...pierre2018-02-121-2/+3
* * factored out check to determine whether a variable can be subscripted injonas2018-01-011-1/+1
* * better error message if a unit is not foundflorian2017-12-291-1/+1
* + added -Twin16 (the 16-bit windows target) to the i8086 crosscompiler help s...nickysn2017-12-111-1/+1
* + write selected features in ppu of the system unit and load them further onflorian2017-12-101-2/+3
* + support exporting labels from asm blocks in intel syntax asm blocks via thenickysn2017-10-301-2/+4
* + check for the 'pop cs' instruction in the x86 inline assembler and print anickysn2017-10-241-2/+4
* + check whether the address sizes match for x86 string instructions with twonickysn2017-10-161-2/+3
* + added warning if source or destination for x86 string instructions isn'tnickysn2017-10-141-2/+3
* + added error message in the intel assembler reader, when an attempt is made tonickysn2017-10-131-2/+3
* * fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new com...svenbarth2017-10-091-1/+1
* + add support for $SetPE{OS,SubSys,User}Version directives; Delphi compatible...svenbarth2017-09-301-2/+5