index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
Memory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Re-committing r76828 with the JIT memory manager changes now that the build
Reid Kleckner
2009-07-23
1
-3
/
+6
*
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
1
-6
/
+3
*
Make the JIT code emitter properly retry and ask for more memory when it runs
Reid Kleckner
2009-07-23
1
-3
/
+6
*
Update the stub and callback code to handle lazy compilation. The stub
Jim Grosbach
2008-10-20
1
-0
/
+8
*
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-10-03
1
-2
/
+7
*
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-18
1
-0
/
+5
*
Add a new InvalidateInstructionCache method to sys::Memory.
Chris Lattner
2008-06-25
1
-26
/
+29
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
Revert r48676. I had plans for using it, but now it's just dead code.
Owen Anderson
2008-03-24
1
-13
/
+0
*
Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...
Owen Anderson
2008-03-22
1
-0
/
+8
*
Add an AllocateRW to match AllocateRWX.
Owen Anderson
2008-03-22
1
-0
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
For PR780:
Reid Spencer
2006-07-26
1
-0
/
+3
*
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2006-07-07
1
-7
/
+15
*
support near allocations for the JIT
Andrew Lenharth
2005-07-29
1
-1
/
+3
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Wrap long lines
Reid Spencer
2004-12-20
1
-2
/
+3
*
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
1
-23
/
+33
*
Initial commit of a file to declare the interface for platform independent
Reid Spencer
2004-09-11
1
-0
/
+53