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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
* synchronised with trunk up to r21067
jonas
2012-04-26
1
-0
/
+1
|
\
|
*
* mipsel-linux uses also a dollar sign as separator in assembler names
florian
2012-04-21
1
-0
/
+1
*
|
* merged trunk up to r20882
jonas
2012-04-15
19
-612
/
+1217
|
\
\
|
|
/
|
*
+ generic implementation of ReplaceForbiddenAsmSymbolChars() instead
jonas
2012-04-11
1
-0
/
+1
|
*
* RefsHaveIndexReg -> cpurefshaveindexreg
florian
2012-03-10
1
-7
/
+0
|
*
+ Enable stabs debuginfo, dwarf disabled for now
pierre
2012-02-16
1
-0
/
+18
|
*
* fix volatible integer register set on mips
florian
2012-02-13
2
-6
/
+8
|
*
* range check error fixed
florian
2012-02-08
1
-1
/
+1
|
*
+ gas for mips is by default little endian, so pass the endianess
florian
2012-02-08
1
-1
/
+16
|
*
* gas reader fixed
florian
2012-02-06
1
-1
/
+1
|
*
* fix floating point registers gas name
florian
2012-02-06
3
-96
/
+96
|
*
* fixes several register allocation related mips issues
florian
2012-02-05
9
-331
/
+331
|
*
* fix fpu register type
florian
2012-02-05
5
-130
/
+125
|
*
* fix gas mips integer register naming
florian
2012-02-05
5
-99
/
+99
|
*
* updated MIPS code so the compiler gets through the system unit
florian
2012-02-05
1
-19
/
+20
|
*
* fix some mips compiler issues, system unit compilation is getting forward
florian
2012-02-04
4
-23
/
+32
|
*
* Fix error in EXTDEBUG code
pierre
2012-02-02
1
-1
/
+1
|
*
Use rmipsgas.inc file for gas register names
pierre
2012-02-02
1
-1
/
+1
|
*
+ Use new assembler reader
pierre
2012-02-02
1
-0
/
+4
|
*
Use standard MIPS regsiter names
pierre
2012-02-02
2
-52
/
+52
|
*
Use standard MIPS regsiter names
pierre
2012-02-02
1
-32
/
+32
|
*
Add MIPS GNU AS reader
pierre
2012-02-02
1
-0
/
+704
|
*
* Remove obsolete mips files
pierre
2011-11-08
2
-150
/
+0
|
*
Override abstract method to abvoid warning at compilation time
pierre
2011-11-03
1
-0
/
+13
*
|
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
jonas
2011-08-20
1
-1
/
+1
*
|
* converted tcgcasenode.pass_generate_code() to hlcgobj
jonas
2011-08-20
1
-3
/
+5
*
|
* tprocdef.mangledname now gets an extra boolean parameter indicating
jonas
2011-08-20
1
-1
/
+1
*
|
* create/destroy also the high level code generator for all architectures,
jonas
2011-08-20
1
-0
/
+45
|
/
*
- removed no more used constants
florian
2011-08-13
1
-33
/
+0
*
* Make TAICPU class child of TAI_CPU_ABSTRACT_SYM instead of TAI_CPU_ABSTRACT
pierre
2011-06-30
1
-2
/
+2
*
* Avoid string constants array elements longer than type
pierre
2011-06-29
1
-2
/
+2
*
* Always create a section before emitting data to current_asmdata.asmlists[al...
sergei
2011-06-24
1
-1
/
+1
*
* Interface wrappers must be global when linking smart, Mantis #19462. Other ...
sergei
2011-06-02
1
-1
/
+1
*
* introduce usage of TCGInt in the code generator units
florian
2011-05-14
1
-22
/
+22
*
* Merged helper branch made by Sven Barth
florian
2011-04-16
1
-1
/
+2
*
compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/...
paul
2010-12-17
1
-2
/
+2
*
* Implemented constref support, to force constant function-parameters to be
joost
2010-09-19
1
-2
/
+2
*
+ TSubRegisterSet definition forgotten to commit in r15952
jonas
2010-09-09
1
-1
/
+1
*
+ support for nested procedural variables:
jonas
2010-07-28
1
-2
/
+6
*
* changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can
jonas
2010-05-30
2
-34
/
+60
*
* renamed a_param_* to a_load_*_cgpara
jonas
2010-05-22
1
-17
/
+17
*
* fixed ARM and MIPS compilation after r14912
jonas
2010-02-18
1
-7
/
+8
*
* adapted instruction string length so all instructions fit
florian
2010-01-17
1
-1
/
+1
*
* enable node cse for all cpus as level 2 optimization
florian
2010-01-17
1
-2
/
+2
*
* sunos is not supported on mips
florian
2009-12-06
1
-4
/
+0
*
* several mips/mipsel related stuff fixed
florian
2009-11-27
4
-7
/
+10
*
* adapted more fpc-mips stuff to trunk
florian
2009-11-20
10
-298
/
+1517
*
* more MIPS code of David Zhang integrated
florian
2009-11-20
9
-361
/
+1568
*
* started to integrate the code of David Zhang's MIPS code from fpc-mips on s...
florian
2009-11-19
7
-182
/
+2888
*
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
yury
2008-07-23
1
-1
/
+1
[next]