summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Process.inc
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* move a few more symbols to .rodataNuno Lopes2009-12-23
* Fix malloc.h is deprecated warning on DragonFly BSD.Edward O'Callaghan2009-11-02
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-12
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson2009-08-19
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* Work around a page size issue on Cygwin.Jay Foad2009-05-23
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-18
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* Restore code to disable crash catcher on older OS X systemsNate Begeman2008-04-12
* Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman2008-03-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use new config.h macroChris Lattner2006-09-14
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-14
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-14
* Fix accidentally committed patch.Chris Lattner2006-05-12
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-12
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-14
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-14
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-21
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-01
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-31
* For PR351:Reid Spencer2004-12-27
* Implement GetTimeUsage correctly.Reid Spencer2004-12-20
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-20
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-11