summaryrefslogtreecommitdiff
path: root/compiler/arm/narmcnv.pas
Commit message (Expand)AuthorAgeFilesLines
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-7/+7
* Only try to use softfpu functions when fputype is fpu_softpierre2020-07-091-2/+2
* Do not use inherited first_int_to_real when arm FPU_HAS_FPA is in fpu_capabi...pierre2020-05-051-1/+2
* * get rid of fpu_vfp_first/last hackflorian2020-04-131-2/+2
* * fixes compilation on WinCEflorian2020-04-131-2/+6
* * reorganized arm cpu flagsflorian2020-04-121-3/+3
* * cleanupflorian2020-04-021-19/+1
* * reworked arm vfp capability handling to use fpu_capabilitesflorian2019-08-131-9/+6
* + fpu_capabilities for armflorian2019-07-301-5/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+3
* * tarmtypeconvnode.first_int_to_real should call the generic method in the pa...florian2017-02-121-0/+3
* + added volatility information to all memory referencesjonas2016-11-271-1/+1
* * fix VFPv4 supportflorian2016-03-061-0/+2
* * replaced current_procinfo.currtrue/falselabel with storing the true/falsejonas2015-08-271-12/+3
* * correctly handle LOC_SUBSETREG,LOC_CSUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF ...florian2015-05-021-0/+4
* * renamed getdatalabel() to getglobaldatalabeljonas2015-03-271-1/+1
* Merge from armiw branch.laksen2015-03-131-5/+6
* + support for LOC_(C)MMREGISTER in hlcgjonas2013-05-311-2/+2
* * intial armv6m support, it is not working yet, constant pool insertation and...florian2013-03-031-10/+10
* * remove unused units from uses statementsflorian2013-01-031-7/+4
* o merge of the branch laksen/arm-embedded of Jeppe Johansen:florian2012-10-211-3/+64
* + a lot missing flag allocs/deallocs addedflorian2012-08-231-0/+1
* + track usage of flags by using a new register RS_/NR_DEFAULTFLAGSflorian2012-08-221-0/+3
* * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj forjonas2012-05-131-4/+4
* + support for the ARM hard float EABI on Linux (patch by Peter Green):jonas2012-03-291-2/+4
* * handle int_to_bool for qwordbools correctly on armflorian2011-12-311-3/+21
* * Always create a section before emitting data to current_asmdata.asmlists[al...sergei2011-06-241-1/+1
* o added ARM VPFv2/VFPv3 support:jonas2009-12-031-44/+82
* * the compiler now explicitly keeps track of the minimally guaranteedjonas2009-02-081-1/+1
* * I hope it's proper fix for r10688.yury2008-04-181-2/+3
* * Fix for tw10233 for all CPUs.yury2008-04-181-4/+2
* * Improved fix for bug #10233 for better Delphi compatibility and efficiency: yury2008-04-151-1/+0
* * Fixed a_load_reg_reg for arm.yury2008-04-151-3/+6
* * explicit typecasting of any ordinal type to a boolean of the samejonas2008-03-211-6/+3
* * changed byte/word/longbool to be Delphi-compatible (+ similar changesjonas2008-01-241-3/+15
* * remove registers{int/mmx/fpu} from firstpasspeter2007-09-261-2/+0
* - removed several ;;florian2007-05-281-1/+1
* * fixed longint -> real, was broken in 6153florian2007-01-281-29/+39
* * fixed dword -> singleflorian2007-01-231-1/+1
* * fixed dword -> double in fpa modeflorian2007-01-231-1/+40
* * some fpu emulation code from arm to generic code generator movedflorian2006-11-041-68/+1
* * remove tdictionary and tindexarraypeter2006-11-031-1/+1
* * settings refactoredflorian2006-10-301-1/+1
* * remove ttypepeter2006-10-291-27/+27
* * fixed softfpu supportflorian2006-10-151-1/+33
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-34/+34
* * support multiple asmlabel types, renamed getlabel topeter2005-09-181-3/+3
* * fixed stupid copy/paste which turned softfloat always offflorian2005-08-281-4/+4
* + softfloat support for winceflorian2005-08-281-25/+65
* * log and id tags removedfpc2005-05-211-10/+0