Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ↵ | Daniel Dunbar | 2011-11-15 | 1 | -1/+2 |
| | | | | | | number of source files. llvm-svn: 144671 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | <rdar://problem/7813254> check enable_execute_stack implementation | Nick Kledzik | 2010-03-31 | 1 | -1/+6 |
| | | | | llvm-svn: 100036 | ||||
* | Temporary define HAVE_SYSCONF until cmake checks are done. | Edward O'Callaghan | 2009-08-10 | 1 | -0/+2 |
| | | | | llvm-svn: 78546 | ||||
* | Fix a FIXME for configure check for HAVE_SYSCONF. | Edward O'Callaghan | 2009-08-10 | 1 | -3/+11 |
| | | | | llvm-svn: 78545 | ||||
* | fix build on linux | Nuno Lopes | 2009-08-09 | 1 | -1/+1 |
| | | | | llvm-svn: 78538 | ||||
* | Fix signedness warning in mprotect call, Clean up and improve endianness.h ↵ | Edward O'Callaghan | 2009-08-08 | 1 | -1/+2 |
| | | | | | | header. llvm-svn: 78451 | ||||
* | Fixup C++ style comments are not allowed in ISO C90 to classic C style. | Edward O'Callaghan | 2009-08-05 | 1 | -17/+19 |
| | | | | llvm-svn: 78152 | ||||
* | Add missing include for getpagesize, and fix a typo. | Daniel Dunbar | 2009-07-01 | 1 | -1/+4 |
| | | | | llvm-svn: 74588 | ||||
* | Use getpagesize() on non-Darwin platforms. | Daniel Dunbar | 2009-07-01 | 1 | -1/+2 |
| | | | | | | - Presumably we will eventually need configure magic for this stuff. llvm-svn: 74586 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+36 |
- llvm-svn: 74292 |