aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/enable_execute_stack.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov1-59/+0
2011-11-15lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ...Daniel Dunbar1-1/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-03-31<rdar://problem/7813254> check enable_execute_stack implementationNick Kledzik1-1/+6
2009-08-10Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan1-0/+2
2009-08-10Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan1-3/+11
2009-08-09fix build on linuxNuno Lopes1-1/+1
2009-08-08Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan1-1/+2
2009-08-05Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan1-17/+19
2009-07-01Add missing include for getpagesize, and fix a typo.Daniel Dunbar1-1/+4
2009-07-01Use getpagesize() on non-Darwin platforms.Daniel Dunbar1-1/+2
2009-06-26Initial import of compiler-rt.Daniel Dunbar1-0/+36