summaryrefslogtreecommitdiff
path: root/compiler/optdead.pas
Commit message (Expand)AuthorAgeFilesLines
* * removed unused unitsflorian2017-05-091-1/+0
* * factored out the check for whether we have to generate dotted functionjonas2015-03-141-2/+2
* * eliminate classes unit from the compiler by copying an array of string basedmarco2014-03-301-5/+4
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+1
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-1/+1
* * tell GNU nm not to print undefined symbols, becausejonas2012-04-211-0/+5
* + support for AIX nm outputjonas2012-04-111-10/+53
* * code symbols start with a dot on AIX just like on linux/ppc64jonas2012-04-111-1/+1
* * only try to use objdump to extract symbol liveness information if thejonas2012-04-071-1/+2
* - removed a sanity check for the output of nm, because it doesn't holdjonas2012-03-101-3/+0
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-4/+4
* * first search for gnm and only then for nmjonas2008-12-121-4/+4
* + also look for 'gnm' (necessary for e.g. solaris)jonas2008-12-121-0/+3
* * fixed -OWsymbolliveness for linux/ppc64 (exported function symbol namesjonas2008-12-121-0/+5
* Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,...jonas2008-12-111-0/+416