aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Experimental fix for PR4960.Daniel Dunbar2009-09-121-5/+14
* ARM / Mac OS X also wants to invalidate icache after jitting.Evan Cheng2008-11-141-20/+22
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-031-11/+0
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-181-0/+11
* fix compilation errors in my previous patchChris Lattner2008-06-251-4/+5
* Add a new InvalidateInstructionCache method to sys::Memory.Chris Lattner2008-06-251-6/+31
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+37