Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
compiler-rt
/
lib
/
builtins
/
clear_cache.c
09bc73d
[builtins] Align addresses to cache lines in __clear_cache for aarch64
by Martin Storsjo
· 8 years ago
f086a5a
[compiler-rt] Implement __clear_cache() on OpenBSD/mips64
by Kamil Rytarowski
· 8 years ago
fe011a6
[builtins] Use FlushInstructionCache on windows on aarch64 as well
by Martin Storsjo
· 8 years ago
23e70e6
Fix the MIPS baremetal build
by Alexander Richardson
· 8 years ago
a2eacb3
[ARM] builtins: Replace abort by assert in clear_cache.
by Manoj Gupta
· 8 years ago
f67036b
This ppc64 implementation of clear_cache works for both big and little endian.
by Sterling Augustine
· 8 years ago
f6b2e77
Revert rL309634 until upstream buildbots have upgraded libc.
by Sterling Augustine
· 8 years ago
81fd449
Add powerpc64 to compiler-rt build infrastructure.
by Sterling Augustine
· 8 years ago
dd91734
Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.
by Sterling Augustine
· 8 years ago
aba1876
[mips] Switch asm to __asm__ for non-GNU compiles.
by Stephen Hines
· 8 years ago
a021743
Remove Bitrig: CompilerRT Changes
by Erich Keane
· 8 years ago
bfad55f
[builtins] Make some ISA macro checks work with MSVC
by Reid Kleckner
· 8 years ago
fc1ccec
[RT ARM] Avoid Linux include with a redefinition
by Renato Golin
· 9 years ago
d14c2c0
builtins: make sure that flags is setup properly for __clear_cache
by Saleem Abdulrasool
· 9 years ago
de12079
builtins: fix -Werror,-Wunused-variable warning
by Saleem Abdulrasool
· 9 years ago
61e9706
builtins: make __clear_cache work on Linux-ARM
by Saleem Abdulrasool
· 10 years ago
fb21509
builtins: port __clear_cache to Windows ARM
by Saleem Abdulrasool
· 10 years ago
2b972df
builtins: adjust the clobbers list for android __clear_cache
by Saleem Abdulrasool
· 10 years ago
c8f5c18
Be nicer to C90 environments and avoid the declaration of variables in for
by Joerg Sonnenberger
· 11 years ago
099de18
Always include stddef.h to make sure size_t exists.
by Joerg Sonnenberger
· 11 years ago
26af9c9
Allow compiler-rt build on Bitrig
by Renato Golin
· 11 years ago
9ef0d1c
[MIPS] Add missing header for syscall
by Petar Jovanovic
· 11 years ago
08fc9e9
[mips] Add __clear_cache() definition for non-Android systems
by Petar Jovanovic
· 11 years ago
4e52d78
Remove invalid const qualifier for r0, since it is written by svc.
by Stephen Hines
· 11 years ago
605c148
[MIPS64] Make __clear_cache more optimal
by Petar Jovanovic
· 11 years ago
0c9c0c5
Add FreeBSD support for __clear_cache.
by Roman Divacky
· 11 years ago
c5d4bc7
Fix checks for Android.
by Dan Albert
· 11 years ago
b6a85b4
builtins: remove unnecessary COMPILER_RT_EXPORT
by Saleem Abdulrasool
· 11 years ago
c174502
__clear_cache: decorate with COMPILER_RT_EXPORT
by Saleem Abdulrasool
· 11 years ago
f90e78a
Implement Android versions of __clear_cache for arm32 & mips.
by Daniel Sanders
· 12 years ago
6e99daa
Consistently use COMPILER_RT_ABI for all public symbols.
by Joerg Sonnenberger
· 12 years ago
a6b264b
Move original compiler-rt functions (libgcc replacement) to lib/builtins directory
by Alexey Samsonov
· 12 years ago
[Renamed from compiler-rt/lib/clear_cache.c]
05d8a22
Cache invalidation for AARCH64. Disabled for Apple for now as requested
by Joerg Sonnenberger
· 12 years ago
a9b3aee
Support NetBSD/ARM.
by Joerg Sonnenberger
· 12 years ago
bf9a62d
Fix missing include of int_lib.h and ppc ifdef for FreeBSD.
by Bob Wilson
· 14 years ago
5ed3931
lib: Eliminate direct include of stdlib.h from files that used to (potentially)
by Daniel Dunbar
· 14 years ago
5b791f6
license change
by Howard Hinnant
· 15 years ago
f287008
Use a private compilerrt_abort() define instead of calling abort directly.
by Daniel Dunbar
· 15 years ago
4856eef
Fixup C++ style comments are not allowed in ISO C90 to classic C style.
by Edward O'Callaghan
· 16 years ago
fd08999
Initial import of compiler-rt. -
by Daniel Dunbar
· 16 years ago