| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
direct inclusion edge from System to Support.
llvm-svn: 85086
|
|
|
|
|
|
| |
bots like the BumpPtrAllocator changes.
llvm-svn: 76902
|
|
|
|
|
|
| |
build failure involving memset.
llvm-svn: 76838
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of memory, and also make the default memory manager allocate more memory
when it runs out.
Also, switch function stubs and global data over to using the BumpPtrAllocator.
This makes it so the JIT no longer mmaps (or the equivalent on Windows) 16 MB
of memory, and instead allocates in 512K slabs. I suspect this size could go
lower, especially on embedded platforms, now that more slabs can be allocated.
llvm-svn: 76828
|
|
|
|
|
|
|
|
|
|
| |
is re-written by the callback to branch directly to the compiled code
in future invocations.
Added back in range-based memory permission functions for the updating of
the stub on Darwin.
llvm-svn: 57846
|
|
|
|
|
|
| |
sys::Memory::setExecutable on Win32 platform.
llvm-svn: 57047
|
|
|
|
| |
llvm-svn: 48743
|
|
|
|
| |
llvm-svn: 48676
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
|
|
|
| |
Make the Win32 code exception free (untested/uncompiled) which forced some
interface changes which had ripple effect. This should be the last of 797.
llvm-svn: 29884
|
|
|
|
| |
llvm-svn: 29302
|
|
|
|
| |
llvm-svn: 29058
|
|
|
|
| |
llvm-svn: 22554
|
|
|
|
| |
llvm-svn: 21704
|
|
gdb debugger doesn't get confused on which file it is reading (the one in
lib/System or the one in lib/System/{Win32,Unix})
llvm-svn: 19426
|