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