aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/builtins/clear_cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20builtins: fix -Werror,-Wunused-variable warningSaleem Abdulrasool1-1/+0
2016-03-18builtins: make __clear_cache work on Linux-ARMSaleem Abdulrasool1-2/+2
2016-03-18builtins: port __clear_cache to Windows ARMSaleem Abdulrasool1-0/+11
2016-02-25builtins: adjust the clobbers list for android __clear_cacheSaleem Abdulrasool1-2/+3
2015-03-11Be nicer to C90 environments and avoid the declaration of variables in forJoerg Sonnenberger1-2/+3
2015-03-11Always include stddef.h to make sure size_t exists.Joerg Sonnenberger1-0/+1
2015-03-02Allow compiler-rt build on BitrigRenato Golin1-2/+2
2015-02-28[MIPS] Add missing header for syscallPetar Jovanovic1-0/+1
2015-02-10[mips] Add __clear_cache() definition for non-Android systemsPetar Jovanovic1-4/+4
2015-02-03Remove invalid const qualifier for r0, since it is written by svc.Stephen Hines1-1/+1
2015-01-20[MIPS64] Make __clear_cache more optimalPetar Jovanovic1-1/+56
2015-01-11Add FreeBSD support for __clear_cache.Roman Divacky1-1/+6
2014-10-20Fix checks for Android.Dan Albert1-4/+4
2014-09-06builtins: remove unnecessary COMPILER_RT_EXPORTSaleem Abdulrasool1-3/+1
2014-05-12__clear_cache: decorate with COMPILER_RT_EXPORTSaleem Abdulrasool1-1/+1
2014-03-12Implement Android versions of __clear_cache for arm32 & mips.Daniel Sanders1-5/+31
2014-03-01Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger1-1/+2
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov1-0/+71