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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
* unified internal errors
florian
2014-12-13
1
-1
/
+1
*
Fixed breakage in the ARM peephole optimizer indirectly brought to light by r...
laksen
2014-12-01
1
-4
/
+18
*
Make sure optimizer don't generate invalid assembler forms (LDRD and STRD).
laksen
2014-11-30
1
-2
/
+8
*
+ change always floating point divisions into multiplications if they are a p...
florian
2014-11-16
1
-0
/
+3
*
* boolean constant instead of IFDEFs for detection of microcontroller support
hajny
2014-11-10
1
-1
/
+3
*
Fixed issue 26965. The peephole optimization didn't move a potential register...
laksen
2014-11-03
1
-0
/
+8
*
- No longer insert BlockStart markers into asmlists. The presence of these ma...
sergei
2014-09-22
1
-1
/
+1
*
* ARM: instructions do modify the base register of pre/postindexed references...
sergei
2014-09-22
2
-6
/
+18
*
* ARM: fixed detecting Thumb-style jump tables in insertpcrelativedata() afte...
sergei
2014-09-21
1
-3
/
+4
*
+ ARM internal linker: very initial support for Thumb mode, helloworld-class ...
sergei
2014-09-19
1
-1
/
+43
*
ARM: mimic what GNU C does while calling the profiling mcount on ARM
karoly
2014-09-13
1
-1
/
+4
*
ARM: first naive attempt to get gprofiling work for arm-linux. (Work-In-Progr...
karoly
2014-09-12
1
-0
/
+9
*
* improve ldr*/str* handling for arm thumb
florian
2014-09-02
1
-16
/
+16
*
* generate AND for small set comparisons also when only set vars are involved...
florian
2014-08-31
1
-1
/
+1
*
* fixes reference handling for arm thumb and ldrh, not perfect yet
florian
2014-08-31
1
-2
/
+13
*
+ implemented tthumbcgarm.g_external_wrapper in a way which does not destroy lr
florian
2014-08-31
1
-0
/
+28
*
* fixes reference handling for arm thumb and ldrb, not perfect yet and other ...
florian
2014-08-31
1
-4
/
+11
*
* fixes jump table generate for arm thumb
florian
2014-08-30
1
-4
/
+11
*
* several issues with interface wrappers for thumb fixed
florian
2014-08-30
1
-3
/
+8
*
* generate AND for small set comparions using the cg class, so it works for a...
florian
2014-08-30
1
-1
/
+1
*
* improved r28534: LDR/STR on thumb do not support registers >r7 as destinati...
florian
2014-08-30
1
-4
/
+8
*
ARM: Thumb is an ugly mess, but this at least makes fcl-image package to buil...
karoly
2014-08-29
1
-0
/
+6
*
* fix warnings when compiling the compiler with DFA optimizer enabled on ARM
karoly
2014-08-20
2
-0
/
+11
*
* fixed compilation with range checking enabled
jonas
2014-08-18
1
-1
/
+1
*
* don't convert movs into (the non-existing) ldrs in do_spill_replace()
jonas
2014-08-12
1
-0
/
+4
*
16bit Thumb is not able to use tst with an immediate value
masta
2014-08-10
1
-1
/
+1
*
Changed ARMs StrLdr2StrMov peephole optimizer look further ahead
masta
2014-08-08
1
-4
/
+7
*
Introduce TCpuAsmOptimizer.GetNextInstructionUsingRef
masta
2014-08-08
1
-2
/
+24
*
Make Next an Out-parameter in ARMs GetNextInstructionUsingReg
masta
2014-08-08
1
-5
/
+8
*
Fixed 0-cmp optimization in tarmaddnode.second_cmp64bit
masta
2014-08-06
1
-4
/
+5
*
Add minor optimization for int64 < 0 on arm
masta
2014-08-05
1
-7
/
+22
*
Fix for AndLsl2Lsl in ARM Peephole optimizer
masta
2014-07-31
1
-3
/
+4
*
Fix ARM LoadScheduler in case of Pre/PostIndexed addressing
masta
2014-07-31
1
-1
/
+4
*
* Dummy implementations of a_bit_scan_reg_reg and g_stackpointer_alloc in tcg...
sergei
2014-07-06
1
-7
/
+0
*
Added an additional check to the MulAdd2MLA optimization. The operands of the...
laksen
2014-06-26
1
-0
/
+2
*
Constrained a number of optimizations and updated reference offsets for ARM T...
laksen
2014-06-21
3
-5
/
+66
*
Applied patch from Michael Ring that adds some startup code for some new stm3...
laksen
2014-06-20
1
-73
/
+140
*
{ARM} Implement usage of generic division-by-const optimization
masta
2014-06-10
2
-4
/
+36
*
Fixed generation of abs calls for thumb and thumb-2 targets.
laksen
2014-06-10
1
-0
/
+12
*
arm: an attempt to improve the a_op_const_ref patch in r27881
karoly
2014-06-06
1
-3
/
+1
*
arm: have a CPU specific op_const_ref, so the reference doesn't get fixed up ...
karoly
2014-06-06
1
-0
/
+14
*
* ARM: Test if range check of floating point constants is necessary in the sa...
sergei
2014-04-22
1
-8
/
+4
*
* ARM: fixed floating point comparison flags for VFP hardfloat (part of Manti...
sergei
2014-04-20
1
-4
/
+24
*
* Fixed floating-point comparisons for softfloat targets (part of Mantis #9362).
sergei
2014-04-15
1
-4
/
+4
*
Fix a typo. The CPU specific version of "ttypesym" should be called "tcputype...
svenbarth
2014-04-11
1
-3
/
+3
*
* Added virtual method tprocinfo.postprocess_code and moved target-specific p...
sergei
2014-04-02
1
-1
/
+9
*
* moved pbestrealtype from symdef to symcpu
jonas
2014-04-01
1
-1
/
+5
*
* moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific
jonas
2014-04-01
3
-5
/
+9
*
* ARM: Implemented floating-point negation and abs() for softfloat using inte...
sergei
2014-03-31
2
-2
/
+40
*
+ added class reference types of the architecture-specific t*def/t*sym
jonas
2014-03-30
1
-0
/
+33
[next]