Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -295/+0 |
| | | | | llvm-svn: 120298 | ||||
* | move a few more symbols to .rodata | Nuno Lopes | 2009-12-23 | 1 | -1/+1 |
| | | | | llvm-svn: 92011 | ||||
* | Fix malloc.h is deprecated warning on DragonFly BSD. | Edward O'Callaghan | 2009-11-02 | 1 | -1/+3 |
| | | | | llvm-svn: 85782 | ||||
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+1 |
| | | | | llvm-svn: 83823 | ||||
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | working. To support this, add an is_displayed() function to raw_ostream, and generalize Process::StandardOutIsDisplayed and friends in order to support it. Also, call RemoveFileOnSignal before creating a file instead of after, so that the file isn't left behind if the program is interrupted between when the file is created and RemoveFileOnSignal is called. While here, add a -S to llvm-extract and port it to IRReader so that it supports assembly input. llvm-svn: 81568 | ||||
* | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 1 | -3/+6 |
| | | | | | | | doesn't warn about unreachable instructions. Patch by Erick Tryzelaar (#111). llvm-svn: 81110 | ||||
* | Get rid of a helgrind warning. If this is _actually_ a performance problem, | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
| | | | | | | we can find a way to cache the answer that isn't racy. llvm-svn: 79472 | ||||
* | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin | 2009-06-04 | 1 | -0/+59 |
| | | | | llvm-svn: 72854 | ||||
* | Work around a page size issue on Cygwin. | Jay Foad | 2009-05-23 | 1 | -1/+6 |
| | | | | llvm-svn: 72332 | ||||
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 1 | -1/+4 |
| | | | | | | | width of a terminal. Don't try to get the width of a terminal if we don't have this header. llvm-svn: 72018 | ||||
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -0/+37 |
| | | | | | | fix Clang PRs 4148 and 4183. llvm-svn: 71448 | ||||
* | Restore code to disable crash catcher on older OS X systems | Nate Begeman | 2008-04-12 | 1 | -1/+25 |
| | | | | llvm-svn: 49568 | ||||
* | Actually disable crash reporting on Mac OS X, returning bugpoint to speedy | Nate Begeman | 2008-03-31 | 1 | -23/+6 |
| | | | | | | crash miscompilations. llvm-svn: 49000 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | 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 |