summaryrefslogtreecommitdiff
path: root/lib/builtins/clear_cache.c
Commit message (Expand)AuthorAgeFilesLines
* [mips] [builtins] Remove clear_mips_cacheZoran Jovanovic2019-10-171-50/+0
* [builtins] Unbreak build on FreeBSD armv7 after D60351David Carlier2019-10-081-2/+6
* [compiler-rt][builtins] Provide __clear_cache for SPARCRainer Orth2019-07-231-0/+10
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-281-56/+45
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-109/+106
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [builtins] Align addresses to cache lines in __clear_cache for aarch64Martin Storsjo2018-01-241-2/+4
* [compiler-rt] Implement __clear_cache() on OpenBSD/mips64Kamil Rytarowski2018-01-201-0/+7
* [builtins] Use FlushInstructionCache on windows on aarch64 as wellMartin Storsjo2018-01-191-2/+2
* Fix the MIPS baremetal buildAlexander Richardson2017-11-301-2/+2
* [ARM] builtins: Replace abort by assert in clear_cache.Manoj Gupta2017-09-271-3/+2
* This ppc64 implementation of clear_cache works for both big and little endian.Sterling Augustine2017-08-021-1/+1
* Revert rL309634 until upstream buildbots have upgraded libc.Sterling Augustine2017-08-011-1/+1
* Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine2017-07-311-1/+1
* Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.Sterling Augustine2017-07-281-1/+15
* [mips] Switch asm to __asm__ for non-GNU compiles.Stephen Hines2017-07-241-1/+1
* Remove Bitrig: CompilerRT ChangesErich Keane2017-07-211-2/+2
* [builtins] Make some ISA macro checks work with MSVCReid Kleckner2017-04-071-1/+1
* [RT ARM] Avoid Linux include with a redefinitionRenato Golin2017-02-211-4/+9
* builtins: make sure that flags is setup properly for __clear_cacheSaleem Abdulrasool2016-09-071-1/+3
* 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