summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/enable_execute_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ↵Daniel Dunbar2011-11-151-1/+2
| | | | | | number of source files. llvm-svn: 144671
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119397
* <rdar://problem/7813254> check enable_execute_stack implementationNick Kledzik2010-03-311-1/+6
| | | | llvm-svn: 100036
* Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan2009-08-101-0/+2
| | | | llvm-svn: 78546
* Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan2009-08-101-3/+11
| | | | llvm-svn: 78545
* fix build on linuxNuno Lopes2009-08-091-1/+1
| | | | llvm-svn: 78538
* Fix signedness warning in mprotect call, Clean up and improve endianness.h ↵Edward O'Callaghan2009-08-081-1/+2
| | | | | | header. llvm-svn: 78451
* Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan2009-08-051-17/+19
| | | | llvm-svn: 78152
* Add missing include for getpagesize, and fix a typo.Daniel Dunbar2009-07-011-1/+4
| | | | llvm-svn: 74588
* Use getpagesize() on non-Darwin platforms.Daniel Dunbar2009-07-011-1/+2
| | | | | | - Presumably we will eventually need configure magic for this stuff. llvm-svn: 74586
* Initial import of compiler-rt.Daniel Dunbar2009-06-261-0/+36
- llvm-svn: 74292
OpenPOWER on IntegriCloud