summaryrefslogtreecommitdiff
path: root/compiler/mips/ncpucnv.pas
Commit message (Expand)AuthorAgeFilesLines
* + added volatility information to all memory referencesjonas2016-11-271-1/+1
* * replaced current_procinfo.currtrue/falselabel with storing the true/falsejonas2015-08-271-13/+3
* * correctly handle LOC_SUBSETREG,LOC_CSUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF ...florian2015-05-021-17/+21
* * renamed getdatalabel() to getglobaldatalabeljonas2015-03-271-1/+1
* * synchronized with privatetrunk till r30095jonas2015-03-051-3/+2
|\
| * * MIPS: optimized conversion of unsigned 32-bit integers to float, now uses o...sergei2014-08-271-3/+2
* | * grouped all tai_real* types into a single tai_realconst type,jonas2014-07-011-1/+1
|/
* * MIPS: when converting int to real, use a floating point constant directly, ...sergei2013-10-261-10/+1
* + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to gene...sergei2013-07-191-0/+5
* * MIPS: avoid temp if possible also when converting unsigned 32-bit integers ...sergei2013-07-171-11/+5
* - MIPS: removed target-specific real_to_real conversion, generic code handles...sergei2013-07-111-27/+1
* MIPS, improved integer to real conversions:sergei2013-07-091-9/+28
* * MIPS: pi_needs_got is necessary when doing unsigned to float conversions (i...sergei2013-06-081-3/+5
* * Fixed tMIPSELtypeconvnode.second_int_to_bool handling of C booleans, webtbs...sergei2013-01-281-5/+5
* * MIPS int->real conversion: When converting unsigned to single, load it into...sergei2013-01-151-4/+15
* Remove more TABs in sourcespierre2012-09-061-1/+1
* Merge of rev21558-59-60 by Foxsenpierre2012-06-131-26/+15
* Merge of revision 21554 by Foxsen.pierre2012-06-131-2/+2
* * Patch from Fuxin Zhang: other mips and mipsel CPUs changespierre2012-06-071-27/+69
* * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj forjonas2012-05-131-3/+4
* * Always create a section before emitting data to current_asmdata.asmlists[al...sergei2011-06-241-1/+1
* * fixed ARM and MIPS compilation after r14912jonas2010-02-181-7/+8
* * adapted more fpc-mips stuff to trunkflorian2009-11-201-0/+285