Chris Lattner
|
f64397ba1a
|
This function is not documented as throwing an exception and callers don't
handle it. Just silently fail.
llvm-svn: 28291
|
2006-05-14 18:53:09 +00:00 |
Chris Lattner
|
227d442d01
|
Fix accidentally committed patch.
llvm-svn: 28260
|
2006-05-12 18:20:39 +00:00 |
Chris Lattner
|
1971e8a77b
|
Fix iterator invalidation bug, identified by Coverity.
llvm-svn: 28257
|
2006-05-12 18:13:11 +00:00 |
Chris Lattner
|
16cbc6a177
|
instead of using mstats, use malloc_zone_statistics which returns numbers
that actually make sense.
llvm-svn: 24352
|
2005-11-14 07:27:56 +00:00 |
Chris Lattner
|
698fa760f4
|
Teach -track-memory to work on darwin. Looking at sbrk doesn't work because
the default allocator uses mmap.
llvm-svn: 24349
|
2005-11-14 07:00:29 +00:00 |
Misha Brukman
|
291f6b7223
|
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
llvm-svn: 21704
|
2005-05-05 22:33:09 +00:00 |
Reid Spencer
|
2d45e25125
|
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
methods that were recently added to the interface.
llvm-svn: 21401
|
2005-04-21 16:12:57 +00:00 |
Reid Spencer
|
c892a0db9f
|
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
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
|
2005-01-09 23:29:00 +00:00 |