search for: 99b6f271

Displaying 2 results from an estimated 2 matches for "99b6f271".

2019 Nov 19
2
[RFC] Create llvm/lib/Frontend
...ational Laboratory Lemont, IL 60439, USA jdoerfert at anl.gov -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191119/99b6f271/attachment.sig>
2019 Nov 13
5
[RFC] Create llvm/lib/Frontend
I was hoping to introduce a new top level library in llvm/lib/Frontend for code that is (mainly) used by LLVM frontends but not by one exclusively. At first, I would place the OpenMP-IR-Builder [1] (and related code [0]) there. This Builder translates "OpenMP directives" to LLVM-IR and is supposed to be reused in Flang. First, I tried to place the OpenMP-IR-Builder into llvm/IR, right