1. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  2. 1f66100 This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. by Andrew Kaylor · 13 years ago
  3. a699b6a Add support for finding cacheflush on OpenBSD/mips64 platforms. by Chandler Carruth · 13 years ago
  4. 7da6578 Fixed few warnings. by Galina Kistanova · 13 years ago
  5. cc6659b The Mips specific function for instruction cache invalidation cannot be by Bruno Cardoso Lopes · 14 years ago
  6. 483c269 One more patch towards JIT support for Mips. by Bruno Cardoso Lopes · 14 years ago
  7. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (95%) from llvm/lib/System/Memory.cpp]
  8. 3ddd88f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 16 years ago
  9. a226378 Experimental fix for PR4960. by Daniel Dunbar · 16 years ago
  10. 889b79b ARM / Mac OS X also wants to invalidate icache after jitting. by Evan Cheng · 17 years ago
  11. b22ef71 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 17 years ago
  12. 5cc53c3 Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 17 years ago
  13. b4325a8 fix compilation errors in my previous patch by Chris Lattner · 17 years ago
  14. 881d537 Add a new InvalidateInstructionCache method to sys::Memory. by Chris Lattner · 17 years ago
  15. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 18 years ago
  16. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  17. 421475c For PR780: by Reid Spencer · 19 years ago
  18. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
  19. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  20. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  21. 71383fb For PR351: by Reid Spencer · 21 years ago
  22. 566ac28 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 21 years ago