| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use new config.h macro | Chris Lattner | 2006-09-14 | 1 | -2/+2 | 
| | | | | | llvm-svn: 30321 | ||||
| * | On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for | Chris Lattner | 2006-09-14 | 1 | -7/+29 | 
| | | | | | | | | the process in addition to disabling core file emission. This speeds up bugpoint on default-configured macs by several orders of magnitude. llvm-svn: 30317 | ||||
| * | This function is not documented as throwing an exception and callers don't | Chris Lattner | 2006-05-14 | 1 | -3/+1 | 
| | | | | | | | handle it. Just silently fail. llvm-svn: 28291 | ||||
| * | Fix accidentally committed patch. | Chris Lattner | 2006-05-12 | 1 | -1/+1 | 
| | | | | | llvm-svn: 28260 | ||||
| * | Fix iterator invalidation bug, identified by Coverity. | Chris Lattner | 2006-05-12 | 1 | -1/+1 | 
| | | | | | llvm-svn: 28257 | ||||
| * | instead of using mstats, use malloc_zone_statistics which returns numbers | Chris Lattner | 2005-11-14 | 1 | -4/+8 | 
| | | | | | | | that actually make sense. llvm-svn: 24352 | ||||
| * | Teach -track-memory to work on darwin. Looking at sbrk doesn't work because | Chris Lattner | 2005-11-14 | 1 | -10/+12 | 
| | | | | | | | the default allocator uses mmap. llvm-svn: 24349 | ||||
| * | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 1 | -1/+0 | 
| | | | | | llvm-svn: 21704 | ||||
| * | Provide an implementation of the GetCurrentUserId and GetCurrentGroupId | Reid Spencer | 2005-04-21 | 1 | -0/+10 | 
| | | | | | | | methods that were recently added to the interface. llvm-svn: 21401 | ||||
| * | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -0/+150 | 
| 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 | |||||

