summaryrefslogtreecommitdiff
path: root/rtl/mips
Commit message (Expand)AuthorAgeFilesLines
* * cpu specific header file for the system unit: cpuh.inc, moved several decla...florian2017-11-012-1/+16
* + MIPS: Assembler implementation of FillCharsergei2014-09-151-119/+64
* * compiler/mips/cpuinfo.pas: removed "FPU_" prefixes from FPU names, not nece...sergei2014-09-153-1/+10
* * Enabled internal handling of Abs(longint) for all targets. It has been impl...sergei2014-06-051-8/+0
* - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff.sergei2014-03-201-21/+0
* * MIPS: reworked FPU initialization to be consistent with other targets.sergei2014-03-201-16/+16
* - Removed mathuh.inc files which are identical for all targets (except m68k, ...sergei2014-03-181-29/+0
* * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control...sergei2013-10-132-30/+60
* Fix get_caller_stackinfo function: Addr parameter must also be by varpierre2013-09-231-1/+1
* * MIPS: handle get_frame internally, so it sets pi_needs_stackframe flag on c...sergei2013-07-241-0/+2
* * Typo in r25079.sergei2013-07-101-1/+1
* MIPS RTL:sergei2013-07-101-49/+37
* MIPS RTL:sergei2013-07-051-28/+71
* * TAB characters removed.sergei2013-06-281-16/+15
* * InterlockedIncrement/Decrement must return the modified value, not the init...sergei2013-01-151-4/+6
* * Fix nostackframe related problemspierre2012-10-181-5/+1
* Set register to value parameter of longjmp procedurepierre2012-10-031-0/+2
* * cause bits must be clear as flags to avoid a second FPU exceptionpierre2012-07-102-3/+10
* * Fix spelling error in last commitpierre2012-06-261-1/+1
* Really use get_fsr set_fsr functionspierre2012-06-261-42/+76
* * Add fpu_XXX constants and use them for fpc_cpuinit procedurepierre2012-06-261-3/+27
* * get_caller_stackinfo: set framebp to nil if addr is nilpierre2012-06-251-0/+5
* * get_addr function renamed to get_pc_addr pierre2012-06-251-11/+86
* + Added additional addr pointer parameter topierre2012-06-241-2/+2
* * Fix last commit, rame is in register pierre2012-06-211-1/+1
* * Frame is in register s8pierre2012-06-211-1/+1
* Merge of rev21558-59-60 by Foxsenpierre2012-06-131-2/+2
* Non thread safe implementation of InterlockedXXX functionspierre2012-06-071-7/+30
* * get_frame_*/get_caller_* does not work yet on MIPSflorian2012-05-051-3/+18
* * Move for MIPS is broken, commented out for nowflorian2012-04-291-2/+2
* + Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stac...pierre2012-02-191-0/+2
* * some mips rtl compilation issues fixedflorian2012-02-072-0/+175
* * mips system unit compilesflorian2012-02-071-1/+1
* * updated MIPS code so the compiler gets through the system unitflorian2012-02-052-57/+85
* * continued to fix mips rtl compilationflorian2012-02-041-14/+0
* * started to fix the mips(el) linux rtlflorian2012-02-041-0/+0
* * don't change the fpu control word in the initialisation code of dynamicjonas2010-11-141-5/+9
* + initial implementation of iso style gotos in iso modeflorian2010-08-052-4/+4
* * several mips/mipsel related stuff fixedflorian2009-11-271-0/+6
* + MIPS specific part of the rtl, by David Zhangflorian2009-11-228-0/+617