summaryrefslogtreecommitdiff
path: root/compiler/compiler.pas
Commit message (Expand)AuthorAgeFilesLines
* Use general_e_exception_raised if Compiler generates an uncaught exceptionpierre2015-09-231-1/+7
* * syncrhonised with trunk up till r28471jonas2014-08-191-0/+3
|\
| * merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus ...karoly2014-08-171-0/+3
* | + basic llvm bitcode (textual format) writer:jonas2013-11-111-0/+3
|/
* Addendum to 23746: use FPC_FULLVERSION instead of FPC_VERSION/FPC_RELEASEsvenbarth2013-03-091-2/+2
* Allow compilation of the compiler with 2.6.x again on Unix systems.svenbarth2013-03-091-2/+2
* * Fixed displaying of compilation time in some cases. For example, if the com...yury2013-03-041-0/+2
* * Use the unixcp unit to set a default code page for ansistrings on unix-like...yury2013-02-281-1/+9
* - initial support for the android/arm target in the compiler; resulting .so's...tom_at_work2012-04-261-0/+3
* + AIX target definition and info for the compiler and ppudumpjonas2012-04-111-0/+3
* * catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler florian2011-08-071-1/+30
* o several strings changed into ansistrings, resolves #19318, no compilation s...florian2011-05-151-3/+3
* + Initial Wii supportLegolas2011-02-071-0/+3
* + patch by Sven Barth to add native NT rtl support to the compiler, resolves ...florian2010-01-071-0/+3
* Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,...jonas2008-12-111-1/+4
* * Use unsigned integers for sizes and positions to break 2GB limit in tdynami...yury2008-07-281-2/+2
* + introduced default_settings record to enable compiler unit users to turn of...florian2008-05-181-1/+0
* * debuginfo initialized per unitpeter2007-10-231-4/+0
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * cleanup current module statuspeter2007-05-231-1/+1
* * set starttime earlier so time stamps don't get messed upflorian2007-01-271-2/+3
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-3/+3
* + added -vs for time stampingflorian2007-01-241-13/+5
* * symbian support from Felipepeter2007-01-181-0/+3
* + Reintroduce SymbolInfo functionspierre2007-01-171-0/+2
* * move exception mask initialization to procedure compileflorian2007-01-071-1/+7
* * compiler part of first Nintendo DS portLegolas2006-12-141-0/+3
* * show only totals for memdebugpeter2006-11-031-4/+1
* * remove tdictionary and tindexarraypeter2006-11-031-16/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-17/+7
* * remove ifdef fpcpeter2006-10-071-111/+5
* macos: added a fake sysutils for use by compiler, and fixed some testsolle2006-09-031-2/+4
* + Statistics of warnings, hints and notes - (modified/fixed) patch from Naj...hajny2006-04-091-1/+10
* * fix memory leak with normal exitpeter2006-04-031-0/+1
* * rewrite of optimizer optionspeter2006-03-131-2/+0
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-4/+10
* * powerpc64 port from Thomas Schatzlpeter2005-09-251-0/+8
* * basic framework for debuginfo class addedpeter2005-09-151-30/+9
* * compiler part of first gba portflorian2005-08-241-5/+8
* * fixed compilation with -dUSE_SYSUTILSjonas2005-06-241-3/+0
* * change error: compilation aborted to fatalpeter2005-06-131-3/+3
* + Removed all compatibility defines from compilermichael2005-06-091-6/+0
* * renamed windows related units from win32 to win so it can contain ce and 64...florian2005-06-051-1/+1
* * log and id tags removedfpc2005-05-211-40/+0
* initial importfpc2005-05-161-0/+509