Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |