| commit | bed3c466326cffd992bf7570246ea71259b46871 | [log] [tgz] |
|---|---|---|
| author | Samuel Antao <sfantao@us.ibm.com> | Fri Oct 02 16:14:20 2015 +0000 |
| committer | Samuel Antao <sfantao@us.ibm.com> | Fri Oct 02 16:14:20 2015 +0000 |
| tree | e6f4a3332bad4e94a89e94f7af7722cc5a2f031b | |
| parent | 77f62652c1f0f755c335efd9ce578891c3a552e7 [diff] |
[OpenMP] Target directive host codegen. This patch implements the outlining for offloading functions for code annotated with the OpenMP target directive. It uses a temporary naming of the outlined functions that will have to be updated later on once target side codegen and registration of offloading libraries is implemented - the naming needs to be made unique in the produced library. llvm-svn: 249148