summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * increase ppu version (was no longer different from trunk due to merging)wpojonas2008-12-111-1/+1
* + comments for newly added fields to tobjectdef for devirtualisationjonas2008-12-111-0/+9
* - removed unused local variablejonas2008-12-101-2/+1
* + whole program optimisation testsjonas2008-12-105-0/+253
* + support for testing whole program optimisation tests (multiplejonas2008-12-103-41/+75
* * use sysutils instead of dos to avoid command line length limitsjonas2008-12-101-3/+51
* * fixed error in fix committed r11894 (we don't write out the last newjonas2008-12-081-2/+2
* * document the format of the sections of the wpo feedback file inside thejonas2008-12-082-0/+49
* * don't let the used wpo feedback file influence the interface crc (there'sjonas2008-12-061-7/+6
* * give an error message instead of crashing with an io exception if thejonas2008-12-064-110/+123
* * abort compilation if an error occurred during wpo initialisationjonas2008-12-061-0/+5
* Merged revisions 12210-12306 via svnmerge from jonas2008-12-0664-2534/+3627
* * check whether the correct wpo feedback file is used in the currentjonas2008-12-055-128/+173
* * fixed to work with the new vmtentries that are always available andjonas2008-11-235-347/+318
* Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-...jonas2008-11-23848-8318/+41502
* * removed svnmerge-integrated properties for non-trunkjonas2008-11-230-0/+0
* Initialized merge tracking via "svnmerge" with revisions "1-11877" from jonas2008-11-230-0/+0
* * record all classrefdefs/objdefs for which a loadvmtaddrnode is generated,jonas2008-10-195-24/+96
* * set the vmt entries of non-class virtual methods of not instantiatedjonas2008-10-193-46/+128
* * store vmt procdefs in the ppu files so we don't have to use a hack tojonas2008-10-155-70/+90
* * various additional comments and comment fixesjonas2008-10-142-18/+50
* * reset wpofeedbackinput and wpofeedbackoutput in wpodonejonas2008-10-141-0/+2
* * replaced hardcoded string with objdumpsearchstr constantjonas2008-10-141-1/+1
* + documented -OW<x>, -Ow<x>, -FW<x> and -Fw<x> wpo parametersjonas2008-10-123-68/+83
* * fixed error that only really caused progblems if the total sizejonas2008-10-121-0/+2
* * fixed comment error (twpodeadcodeinfo keeps a list of live,jonas2008-10-121-1/+1
* + symbol liveness wpo information extracted from smartlinked programsjonas2008-10-1212-202/+746
* * fixed twpofilereader.getnextnoncommentline() when reusing a previouslyjonas2008-10-121-2/+7
* * some comment fixesjonas2008-10-121-4/+4
* + -Owoptvmts whole program optimisation which replaces vmt entriesjonas2008-10-115-7/+29
* * extracted code to detect constructed class/object types fromjonas2008-10-116-88/+240
* + initial implementation of whole-program optimisation frameworkjonas2008-10-1123-195/+2311
* + branch for initial whole program optimization infrastructurejonas2008-10-100-0/+0
* * don't crash when someone uses an integer value to declare a wide/unicodejonas2008-10-102-2/+25
* * don't warn that a unit won't be smartlinked in case no .a file isjonas2008-10-101-1/+5
* * another attempt to properly fix the fix for 8391karoly2008-10-101-2/+7
* * fix bug 8391 only for arm-wince, because otherwise it breaks other platform...karoly2008-10-091-2/+7
* * Fixed bug 12323. Bug is in getting default value of string parameters, unte...michael2008-10-091-1/+7
* * Large patch from Sergei Gorelkin:michael2008-10-086-448/+500
* + re-enable smartlinking for MorphOSkaroly2008-10-071-1/+1
* + fixed Sysutils' ExecuteProcess() to allow longer ComLine than 256 chars (sm...karoly2008-10-071-4/+29
* * fixed int64 to boolean conversion for loc_(c)reference based on ppc codejonas2008-10-071-10/+25
* * Initial check-inmichael2008-10-051-0/+633
* * cleanup on shootout maintainers requestvincents2008-10-041-2/+0
* + VFP instructions for armflorian2008-10-044-2/+320
* + support for generating non-pic darwin/arm call stubsjonas2008-10-042-6/+61
* * changed abi for darwin/arm from eabi to default, as it appears to bejonas2008-10-042-2/+2
* * removed accidentally committed changevincents2008-10-031-1/+1
* + expected output for meteor benchmarkvincents2008-10-031-0/+24
* * fixed compilation on x86_64vincents2008-10-031-2/+2