index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
builtins
/
clear_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][Builtins] Avoid unnecessary cache cleaning
Bryan Chan
2019-10-28
1
-13
/
+23
*
[mips] [builtins] Remove clear_mips_cache
Zoran Jovanovic
2019-10-17
1
-50
/
+0
*
[builtins] Unbreak build on FreeBSD armv7 after D60351
David Carlier
2019-10-08
1
-2
/
+6
*
[compiler-rt][builtins] Provide __clear_cache for SPARC
Rainer Orth
2019-07-23
1
-0
/
+10
*
[builtins] Use single line C++/C99 comment style
Petr Hosek
2019-04-28
1
-56
/
+45
*
[builtins] Reformat builtins with clang-format
Petr Hosek
2019-04-28
1
-109
/
+106
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[builtins] Align addresses to cache lines in __clear_cache for aarch64
Martin Storsjo
2018-01-24
1
-2
/
+4
*
[compiler-rt] Implement __clear_cache() on OpenBSD/mips64
Kamil Rytarowski
2018-01-20
1
-0
/
+7
*
[builtins] Use FlushInstructionCache on windows on aarch64 as well
Martin Storsjo
2018-01-19
1
-2
/
+2
*
Fix the MIPS baremetal build
Alexander Richardson
2017-11-30
1
-2
/
+2
*
[ARM] builtins: Replace abort by assert in clear_cache.
Manoj Gupta
2017-09-27
1
-3
/
+2
*
This ppc64 implementation of clear_cache works for both big and little endian.
Sterling Augustine
2017-08-02
1
-1
/
+1
*
Revert rL309634 until upstream buildbots have upgraded libc.
Sterling Augustine
2017-08-01
1
-1
/
+1
*
Add powerpc64 to compiler-rt build infrastructure.
Sterling Augustine
2017-07-31
1
-1
/
+1
*
Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.
Sterling Augustine
2017-07-28
1
-1
/
+15
*
[mips] Switch asm to __asm__ for non-GNU compiles.
Stephen Hines
2017-07-24
1
-1
/
+1
*
Remove Bitrig: CompilerRT Changes
Erich Keane
2017-07-21
1
-2
/
+2
*
[builtins] Make some ISA macro checks work with MSVC
Reid Kleckner
2017-04-07
1
-1
/
+1
*
[RT ARM] Avoid Linux include with a redefinition
Renato Golin
2017-02-21
1
-4
/
+9
*
builtins: make sure that flags is setup properly for __clear_cache
Saleem Abdulrasool
2016-09-07
1
-1
/
+3
*
builtins: fix -Werror,-Wunused-variable warning
Saleem Abdulrasool
2016-04-20
1
-1
/
+0
*
builtins: make __clear_cache work on Linux-ARM
Saleem Abdulrasool
2016-03-18
1
-2
/
+2
*
builtins: port __clear_cache to Windows ARM
Saleem Abdulrasool
2016-03-18
1
-0
/
+11
*
builtins: adjust the clobbers list for android __clear_cache
Saleem Abdulrasool
2016-02-25
1
-2
/
+3
*
Be nicer to C90 environments and avoid the declaration of variables in for
Joerg Sonnenberger
2015-03-11
1
-2
/
+3
*
Always include stddef.h to make sure size_t exists.
Joerg Sonnenberger
2015-03-11
1
-0
/
+1
*
Allow compiler-rt build on Bitrig
Renato Golin
2015-03-02
1
-2
/
+2
*
[MIPS] Add missing header for syscall
Petar Jovanovic
2015-02-28
1
-0
/
+1
*
[mips] Add __clear_cache() definition for non-Android systems
Petar Jovanovic
2015-02-10
1
-4
/
+4
*
Remove invalid const qualifier for r0, since it is written by svc.
Stephen Hines
2015-02-03
1
-1
/
+1
*
[MIPS64] Make __clear_cache more optimal
Petar Jovanovic
2015-01-20
1
-1
/
+56
*
Add FreeBSD support for __clear_cache.
Roman Divacky
2015-01-11
1
-1
/
+6
*
Fix checks for Android.
Dan Albert
2014-10-20
1
-4
/
+4
*
builtins: remove unnecessary COMPILER_RT_EXPORT
Saleem Abdulrasool
2014-09-06
1
-3
/
+1
*
__clear_cache: decorate with COMPILER_RT_EXPORT
Saleem Abdulrasool
2014-05-12
1
-1
/
+1
*
Implement Android versions of __clear_cache for arm32 & mips.
Daniel Sanders
2014-03-12
1
-5
/
+31
*
Consistently use COMPILER_RT_ABI for all public symbols.
Joerg Sonnenberger
2014-03-01
1
-1
/
+2
*
Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...
Alexey Samsonov
2014-02-14
1
-0
/
+71