index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
* synchronised with trunk till r42256
jonas
2019-06-20
26
-934
/
+1813
|
\
|
*
* disable array and record regvars for all cpuhighleveltarget platforms
jonas
2019-06-18
1
-3
/
+7
|
*
+ implemented TOmfRecord_COMENT_IMPDEF.DecodeFrom
nickysn
2019-06-17
1
-2
/
+39
|
*
* building on powerpc and arm fixed
florian
2019-06-16
1
-1
/
+1
|
*
+ keep (certain) arrays in registers if they are used with constants indices ...
florian
2019-06-16
6
-15
/
+84
|
*
+ Implemented TOmfRecord_COMENT_EXPDEF.DecodeFrom
nickysn
2019-06-15
1
-3
/
+37
|
*
+ introduced the TOmfRecord_COMENT_EXPDEF class. Use that to generate export
nickysn
2019-06-15
2
-16
/
+83
|
*
+ introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEF
nickysn
2019-06-14
2
-9
/
+63
|
*
+ introduced the TOmfRecord_COMENT_Subtype abstract class
nickysn
2019-06-14
1
-0
/
+8
|
*
+ use the new CC_OmfExtension_IMPDEF constant instead of the direct magic value
nickysn
2019-06-14
1
-3
/
+3
|
*
+ use the new CC_OmfExtension_EXPDEF constant instead of the direct magic value
nickysn
2019-06-14
1
-1
/
+1
|
*
+ dispatch the IMPDEF and EXPDEF records to the newly introduced ReadImpDef and
nickysn
2019-06-14
1
-1
/
+25
|
*
+ added constants for the known CC_OmfExtension record subtypes (IMPDEF and
nickysn
2019-06-14
1
-0
/
+6
|
*
+ register a win16 dll scanner. Not functional yet.
nickysn
2019-06-14
1
-0
/
+36
|
*
- remove the tiny memory model code from TInternalLinkerWin16.DefaultLinkScript,
nickysn
2019-06-14
1
-25
/
+14
|
*
+ implement TInternalLinkerWin16.DefaultLinkScript by copying the MS-DOS
nickysn
2019-06-14
1
-1
/
+71
|
*
+ added a win16 internal linker class. Not functional yet.
nickysn
2019-06-14
2
-1
/
+30
|
*
+ added class TNewExeOutput. Not functional yet.
nickysn
2019-06-14
1
-0
/
+43
|
*
+ initialize some defaults in the TNewExeHeader constructor
nickysn
2019-06-14
1
-0
/
+13
|
*
+ added class TNewExeHeader that encapsulates a NewExe header and allows writ...
nickysn
2019-06-14
1
-0
/
+163
|
*
* Updated Wii port to libogc 1.8.22
Legolas
2019-06-12
1
-298
/
+304
|
*
* suppress warning for targets without MM registers
florian
2019-06-11
1
-0
/
+4
|
*
+ added the asmmodes_x86_att set constant - similar to asmmode_x86_intel, but...
nickysn
2019-06-11
1
-0
/
+11
|
*
* prettify the "Use of -offset(%esp), access may cause a crash or value may be
nickysn
2019-06-10
4
-214
/
+238
|
*
+ add asmmode_standard to the asmmodes_x86_intel set on i8086, because i8086 ...
nickysn
2019-06-10
1
-0
/
+3
|
*
+ introduced the asmmodes_x86_intel constant set
nickysn
2019-06-10
2
-2
/
+9
|
*
* prettify the "Use of -offset(%ebp) is not recommended for local variable
nickysn
2019-06-10
4
-214
/
+242
|
*
* prettify the "Use of +offset(%ebp) is not compatible with regcall convention"
nickysn
2019-06-10
4
-259
/
+285
|
*
Fix error in commit #42199
pierre
2019-06-10
1
-1
/
+1
|
*
avr: Fixed some inconsistencies.
laksen
2019-06-10
3
-8
/
+24
|
*
+ added set TNewExeSegmentFlags
nickysn
2019-06-10
1
-0
/
+19
|
*
* Nintendo DS port updated to libnds ver.1.7.3
Legolas
2019-06-10
1
-103
/
+199
|
*
* GBA port updated
Legolas
2019-06-09
1
-120
/
+109
|
*
Use use_tag_types everywhere to get consistent results for 'Tt' versus 't' f...
pierre
2019-06-09
2
-2
/
+2
|
*
* lazarus version update
florian
2019-06-09
1
-7
/
+9
|
*
* fix bootstrapping with 3.0.x and -O3
florian
2019-06-09
1
-0
/
+5
*
|
* fix warnings
florian
2019-06-20
2
-0
/
+2
*
|
+ Encode(U/S)leb128 take now a third parameter to force that the constant has...
florian
2019-06-20
4
-14
/
+59
*
|
* fix writing of augmentation size
florian
2019-06-20
1
-1
/
+1
*
|
* write correct s/uleb types
florian
2019-06-20
1
-4
/
+4
*
|
* fixed LLVM type checking of typed files in ISO mode (fixes webtbs/tw34848)
jonas
2019-06-10
1
-2
/
+12
*
|
* ensure the LLVM-based compiler does not try to load units compiled with a
jonas
2019-06-08
5
-294
/
+313
*
|
* place exception handling code in the correct asmlist
jonas
2019-06-08
2
-8
/
+8
*
|
* "on" nodes inherit the exception catching state from the "try"
jonas
2019-06-08
1
-1
/
+1
*
|
* don't quote LLVM calling convention name (that will cause it to be ignored)
jonas
2019-06-08
1
-2
/
+1
*
|
* synchronised with trunk till r42189
jonas
2019-06-07
15
-79
/
+321
|
\
\
|
|
/
|
*
- removed "cmp 0/1, pasbool1" optimization for llvm because this discards
jonas
2019-06-07
1
-29
/
+0
|
*
+ added type TNewExeAdditionalHeaderFlags
nickysn
2019-06-07
1
-0
/
+7
|
*
+ added enum TNewExeTargetOS
nickysn
2019-06-07
1
-0
/
+10
|
*
+ added TNewExeHeaderFlags type, describing the flags in the header of win16 ...
nickysn
2019-06-06
1
-0
/
+30
[next]