summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/clear_cache.c
Commit message (Expand)AuthorAgeFilesLines
* builtins: fix -Werror,-Wunused-variable warningSaleem Abdulrasool2016-04-201-1/+0
* builtins: make __clear_cache work on Linux-ARMSaleem Abdulrasool2016-03-181-2/+2
* builtins: port __clear_cache to Windows ARMSaleem Abdulrasool2016-03-181-0/+11
* builtins: adjust the clobbers list for android __clear_cacheSaleem Abdulrasool2016-02-251-2/+3
* Be nicer to C90 environments and avoid the declaration of variables in forJoerg Sonnenberger2015-03-111-2/+3
* Always include stddef.h to make sure size_t exists.Joerg Sonnenberger2015-03-111-0/+1
* Allow compiler-rt build on BitrigRenato Golin2015-03-021-2/+2
* [MIPS] Add missing header for syscallPetar Jovanovic2015-02-281-0/+1
* [mips] Add __clear_cache() definition for non-Android systemsPetar Jovanovic2015-02-101-4/+4
* Remove invalid const qualifier for r0, since it is written by svc.Stephen Hines2015-02-031-1/+1
* [MIPS64] Make __clear_cache more optimalPetar Jovanovic2015-01-201-1/+56
* Add FreeBSD support for __clear_cache.Roman Divacky2015-01-111-1/+6
* Fix checks for Android.Dan Albert2014-10-201-4/+4
* builtins: remove unnecessary COMPILER_RT_EXPORTSaleem Abdulrasool2014-09-061-3/+1
* __clear_cache: decorate with COMPILER_RT_EXPORTSaleem Abdulrasool2014-05-121-1/+1
* Implement Android versions of __clear_cache for arm32 & mips.Daniel Sanders2014-03-121-5/+31
* Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger2014-03-011-1/+2
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-0/+71
OpenPOWER on IntegriCloud