aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/softfloat_arm.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-05runtime: handle nil ptr load/store in arm software floating pointRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-07-29runtime: mark global var as NOPTRDmitriy Vyukov
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-12runtime: add copy of math.sqrt for use by arm softfloatRuss Cox
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-07-18runtime: record full frame size for arm _sfloat2Russ Cox
2013-07-17runtime: use new frame argument size informationRuss Cox
2012-08-035a, 5l, math: Add support for ABSD, ABSF floating point instructions.MichaƂ Derkacz
2012-05-23runtime: support conditional execution in ARM softfloatShenghou Ma
2011-12-16runtime: make more build-friendlyRuss Cox