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