summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/enable_execute_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* builtins: tweak Windows buildSaleem Abdulrasool2015-10-061-2/+2
| | | | | | | | Include Windows.h instead of winbase.h and windef.h Patch by Tee Hao Wei! llvm-svn: 249373
* compiler-rt: add support for mingw-w64 in builtinsReid Kleckner2015-07-171-0/+14
| | | | | | | | | | | | | | | | | The is so that we can avoid using libgcc and use compiler-rt with mingw-w64. Related driver patch http://reviews.llvm.org/D11077 I have tested this with mingw-w64 and everything seems to be in order. I also sent this patch to the mingw-w64 mailing list for them to look at. Patch by Martell Malone. Differential Revision: http://reviews.llvm.org/D11085 llvm-svn: 242539
* Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger2014-03-011-3/+2
| | | | | | Move prototypes into headers and fix a few inconsistencies. llvm-svn: 202591
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-0/+59
directory llvm-svn: 201393
OpenPOWER on IntegriCloud