Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change AllocateRWX/DeallocateRWX to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -17/+46 |
| | | | | llvm-svn: 29058 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
| | | | | llvm-svn: 21422 | ||||
* | For Bug 543: | Reid Spencer | 2005-04-21 | 1 | -6/+8 |
| | | | | | | | Allow the ThrowErrno function to optionally accept an error number parameter so that callers can specify the error number to be used. llvm-svn: 21384 | ||||
* | Fix a bug in my previous change to this, which broke the build on sparcs. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 20184 | ||||
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 1 | -2/+5 |
| | | | | | | This causes garbage to be printed out after error messages. llvm-svn: 20165 | ||||
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -4/+58 |
| | | | | | | | | | | * Ensure #includes are wrapped with appropriate HAVE_ guards * Account for variations in time.h and sys/time.h inclusion. * Add macros for getting wait(2) exit status correctly (per autoconf sugg.) * Implement ThrowErrno in terms of strerror_r, strerror or none based on what is available on the platform. llvm-svn: 19161 | ||||
* | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
| | | | | llvm-svn: 18626 | ||||
* | Forget strerror_r, it causes problems. Fix later when threading matters | Reid Spencer | 2004-11-14 | 1 | -5/+0 |
| | | | | llvm-svn: 17783 | ||||
* | Adjust sys/stat.h inclusion so its only for SunOS. | Reid Spencer | 2004-10-05 | 1 | -1/+0 |
| | | | | llvm-svn: 16686 | ||||
* | Added a couple of includes to get this to compile on Sparc. | Tanya Lattner | 2004-10-05 | 1 | -0/+1 |
| | | | | llvm-svn: 16685 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Add a new abstraction, SysConfig for platform independent system | Reid Spencer | 2004-08-31 | 1 | -0/+1 |
| | | | | | | | configuration calls. Right now this just contains PreventCoreFiles so that bugpoint can by platform independent. llvm-svn: 16124 | ||||
* | Add inclusion of assert.h | Reid Spencer | 2004-08-30 | 1 | -0/+1 |
| | | | | llvm-svn: 16118 | ||||
* | Include some additional header files. | Reid Spencer | 2004-08-29 | 1 | -4/+6 |
| | | | | | | Fix the banner length. llvm-svn: 16086 | ||||
* | Initial implementation of the Path operating system concept. | Reid Spencer | 2004-08-25 | 1 | -0/+34 |
llvm-svn: 16048 |