| Commit message (Expand) | Author | Age | Files | Lines |
* | * removed DLLsource global variable and replaced its uses with | jonas | 2015-12-17 | 1 | -1/+1 |
* | Fix a few typos discovered by Blaise | svenbarth | 2015-12-11 | 1 | -1/+1 |
* | * Removed unused local vars. | yury | 2015-11-26 | 1 | -1/+0 |
* | Implement generation of method bodies for generic functions. | svenbarth | 2015-11-20 | 1 | -27/+72 |
* | Implement support for parsing "generic [class] procedure" and "generic [class... | svenbarth | 2015-11-20 | 1 | -17/+114 |
* | * don't store node trees for inline generic routines, as they contain | jonas | 2015-10-13 | 1 | -0/+5 |
* | ncal.pas: | svenbarth | 2015-09-18 | 1 | -6/+6 |
* | * Removed unused vars for mipsel compiler. | yury | 2015-09-17 | 1 | -0/+2 |
* | * Removed lot of unused vars. | yury | 2015-09-17 | 1 | -2/+0 |
* | * changed fix for webtbs/tw20075 so that we don't check the need for | jonas | 2015-09-12 | 1 | -4/+5 |
* | * move tspecializationstate from pgenutil.pas into a new unit named pgentype.... | svenbarth | 2015-09-04 | 1 | -1/+1 |
* | * fixed llvm handling of routines that are normally declared in the | jonas | 2015-08-05 | 1 | -7/+22 |
* | * do not call typecheckpass unncessarily in generic definitions, it might cau... | florian | 2015-08-02 | 1 | -1/+3 |
* | * moved the import name handling entirely to hlcgobj so it can be | jonas | 2015-06-13 | 1 | -27/+6 |
* | * don't define asmsymbols for weak external functions as local/global | jonas | 2015-06-13 | 1 | -1/+1 |
* | * reduce dependencies of the procinfo unit | florian | 2015-05-16 | 1 | -0/+10 |
* | + main program never returns | florian | 2015-04-19 | 1 | -1/+6 |
* | * synchronized with privatetrunk till r30095 | jonas | 2015-03-05 | 1 | -4/+57 |
|\ |
|
| * | * do not warn about internally generated parameters, resolves #25914 | florian | 2015-02-06 | 1 | -3/+6 |
| * | * Set pi_do_call flag explicitly when procedure has a parameter or local var ... | sergei | 2015-01-31 | 1 | -1/+5 |
| * | - disable inlining of routines that contain a call to a C-style varargs | jonas | 2015-01-30 | 1 | -0/+6 |
| * | * limit initialization to register variables which really need to be initialized | florian | 2015-01-27 | 1 | -4/+12 |
| * | Fix for Mantis #24872. | svenbarth | 2015-01-06 | 1 | -2/+2 |
| * | * do not issue a hint about uninitialized var-parameters, resolves #25916 | florian | 2014-12-14 | 1 | -1/+6 |
| * | - Delete all position markers from assembler code before optimization. Marker... | sergei | 2014-09-12 | 1 | -0/+27 |
* | | * synchronized with trunk up to r27758 | jonas | 2014-05-12 | 1 | -51/+67 |
|\ \
| |/ |
|
| * | * only check for _PROPERTY as a regular token, so that | jonas | 2014-05-10 | 1 | -8/+8 |
| * | * Moved fixup_jmps to target-specific classes for powerpc,powerpc64 and MIPS,... | sergei | 2014-04-02 | 1 | -6/+1 |
| * | * Added virtual method tprocinfo.postprocess_code and moved target-specific p... | sergei | 2014-04-02 | 1 | -11/+2 |
| * | - removed no longer used tprocdef.fpu_used field for i386/i8086 (the one | jonas | 2014-04-01 | 1 | -2/+1 |
| * | + support overriding tdef/tsym methods with target-specific functionality: | jonas | 2014-03-29 | 1 | -1/+1 |
| * | + Support omitting the frame pointer on arm even in procedures with incoming ... | florian | 2014-03-23 | 1 | -1/+23 |
| * | * do not create an fpc_zeromem node if size=0 | florian | 2014-03-21 | 1 | -1/+1 |
| * | * don't change the forward/interface definition of regular forward/interface | jonas | 2014-03-20 | 1 | -19/+28 |
| * | * moved po_has_inlininginfo from procoptions to procimploptions so that | jonas | 2014-03-19 | 1 | -2/+2 |
* | | * synchronised with trunk up till r26975 | jonas | 2014-03-06 | 1 | -99/+64 |
|\ \
| |/ |
|
| * | * Changed passing of hidden parameters to constructors of class-style objects... | sergei | 2014-02-06 | 1 | -3/+5 |
| * | * Fixed exception handling in constructors of TP-style objects to correctly h... | sergei | 2014-02-05 | 1 | -9/+27 |
| * | * indentation fixed | florian | 2014-01-30 | 1 | -1/+1 |
| * | * do cse after the init/final code has been inserted, this might enable new c... | florian | 2014-01-30 | 1 | -3/+3 |
| * | * added missing parenthesis | florian | 2014-01-12 | 1 | -2/+2 |
| * | * extracted the code from psub.translate_registers for generating the name of | nickysn | 2013-12-23 | 1 | -9/+3 |
| * | * Force managed types to be always returned in parameters, independent of tar... | sergei | 2013-12-13 | 1 | -25/+7 |
| * | * run CheckAndWarn to get proper locations for warnings about uninitialized v... | florian | 2013-12-01 | 1 | -45/+14 |
* | | * override hlcgcpu.create_codegen with hlcgllvm.create_codegen when building | jonas | 2013-11-11 | 1 | -0/+4 |
|/ |
|
* | * check the scope of a variable when checking dfa based uninitialized variables, | florian | 2013-11-10 | 1 | -2/+10 |
* | * implicit try...finally frames are added after dfa so we don't have to take ... | florian | 2013-11-10 | 1 | -2/+1 |
* | * mark the node which is the entry of the user code with a flag | florian | 2013-11-10 | 1 | -1/+31 |
* | + warn for uninitialized out parameters when dfa is enabled | florian | 2013-11-06 | 1 | -2/+11 |
* | + dead store elimination, based on a patch by Jeppe Johansen | florian | 2013-11-06 | 1 | -2/+6 |