summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/tools/check-execstack.pl
Commit message (Collapse)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | | to reflect the new license. These used slightly different spellings that defeated my regular expressions. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351648
* Bypass Perl modules in build systemJonathan Peyton2016-01-261-2/+2
| | | | | | | | | This change fixes the bug: https://llvm.org/bugs/show_bug.cgi?id=25975 by bypassing the perl module files which try to deduce system information. These perl modules files don't offer useful information and are from the original build system. They can be removed after this change. llvm-svn: 258843
* Apply name change to tools/* files.Jonathan Peyton2015-06-011-2/+2
| | | | | | | These changes are all in comments. Change libiomp references to libomp. llvm-svn: 238713
* cleanup changes of building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov2015-01-161-1/+9
| | | | llvm-svn: 226271
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+138
llvm-svn: 191506
OpenPOWER on IntegriCloud