summaryrefslogtreecommitdiff
path: root/lib/arm
AgeCommit message (Expand)Author
2013-02-07Implement aeabi_{f,d}cmp*.Zonr Chang
2012-09-29Add compiler-rt support for Swift.Bob Wilson
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2012-02-10Back out some changes that accidentally committed.Bob Wilson
2012-02-10Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson
2012-01-30Proper divmod implementationAnton Korobeynikov
2012-01-30Provide aeabi_mem* functions.Anton Korobeynikov
2011-12-02build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar
2011-08-23Change ARM vfp assembly functions to use unified syntax.Bob Wilson
2011-04-19Add ARM EABI function aliases to routinesAnton Korobeynikov
2011-04-19Make use of LOCAL_LABEL macroAnton Korobeynikov
2011-04-19Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov
2011-03-21slight re-arrangement to maybe pick up one cycle on dual-issue ARM coresStephen Canon
2011-03-18Carefully written implementations of the 32-bit integer divide and modulus fu...Stephen Canon
2011-03-05<rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik
2010-11-16license changeHoward Hinnant
2010-07-27add assembly implementation of modsi3 so compiler does not have to special ca...Nick Kledzik
2010-07-08Hand-tuning of single-precision soft-float comparison routines for ARMStephen Canon
2010-07-04fix arvm5 buildsNick Kledzik
2010-07-03Further cleanup of ARM bswap implementations, thanks to John TytgatStephen Canon
2010-07-03Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the n...Stephen Canon
2010-07-03ARM before armv6 did not supprt 'rev' instructionNick Kledzik
2010-04-21add explicit alignment directives to assure arm code is 4-byte alignedNick Kledzik
2010-02-02add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik
2010-01-19Split up switch.S and save_restore_d8_d15.S to follow one function per file c...Daniel Dunbar
2010-01-18Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2009-10-29add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik
2009-10-27Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar
2009-10-27Add assembly.h for use in .S files.Daniel Dunbar
2009-09-18add support for __switch* needed for switch statements in thumb codegenNick Kledzik
2009-09-14add conversion functions and test cases for ARMNick Kledzik
2009-09-14Update cmake files for arm support hooks.Edward O'Callaghan
2009-09-13fix typo in commentNick Kledzik
2009-09-12add comparison functions for ARMNick Kledzik
2009-09-11start adding implementation of arm *vfp routines with test casesNick Kledzik
2009-09-10Stub out structure for building armv{6,7} libs.Daniel Dunbar