summaryrefslogtreecommitdiff
path: root/lib/builtins/clear_cache.c
AgeCommit message (Expand)Author
2017-11-30Fix the MIPS baremetal buildAlexander Richardson
2017-09-27[ARM] builtins: Replace abort by assert in clear_cache.Manoj Gupta
2017-08-02This ppc64 implementation of clear_cache works for both big and little endian.Sterling Augustine
2017-08-01Revert rL309634 until upstream buildbots have upgraded libc.Sterling Augustine
2017-07-31Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-07-28Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.Sterling Augustine
2017-07-24[mips] Switch asm to __asm__ for non-GNU compiles.Stephen Hines
2017-07-21Remove Bitrig: CompilerRT ChangesErich Keane
2017-04-07[builtins] Make some ISA macro checks work with MSVCReid Kleckner
2017-02-21[RT ARM] Avoid Linux include with a redefinitionRenato Golin
2016-09-07builtins: make sure that flags is setup properly for __clear_cacheSaleem Abdulrasool
2016-04-20builtins: fix -Werror,-Wunused-variable warningSaleem Abdulrasool
2016-03-18builtins: make __clear_cache work on Linux-ARMSaleem Abdulrasool
2016-03-18builtins: port __clear_cache to Windows ARMSaleem Abdulrasool
2016-02-25builtins: adjust the clobbers list for android __clear_cacheSaleem Abdulrasool
2015-03-11Be nicer to C90 environments and avoid the declaration of variables in forJoerg Sonnenberger
2015-03-11Always include stddef.h to make sure size_t exists.Joerg Sonnenberger
2015-03-02Allow compiler-rt build on BitrigRenato Golin
2015-02-28[MIPS] Add missing header for syscallPetar Jovanovic
2015-02-10[mips] Add __clear_cache() definition for non-Android systemsPetar Jovanovic
2015-02-03Remove invalid const qualifier for r0, since it is written by svc.Stephen Hines
2015-01-20[MIPS64] Make __clear_cache more optimalPetar Jovanovic
2015-01-11Add FreeBSD support for __clear_cache.Roman Divacky
2014-10-20Fix checks for Android.Dan Albert
2014-09-06builtins: remove unnecessary COMPILER_RT_EXPORTSaleem Abdulrasool
2014-05-12__clear_cache: decorate with COMPILER_RT_EXPORTSaleem Abdulrasool
2014-03-12Implement Android versions of __clear_cache for arm32 & mips.Daniel Sanders
2014-03-01Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov