Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experimental fix for PR4960. | Daniel Dunbar | 2009-09-12 | 1 | -5/+14 |
* | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng | 2008-11-14 | 1 | -20/+22 |
* | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach | 2008-10-03 | 1 | -11/+0 |
* | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng | 2008-09-18 | 1 | -0/+11 |
* | fix compilation errors in my previous patch | Chris Lattner | 2008-06-25 | 1 | -4/+5 |
* | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner | 2008-06-25 | 1 | -6/+31 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+37 |