search for: omppragmahandler

Displaying 11 results from an estimated 11 matches for "omppragmahandler".

2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
Hi Eli and Others In response to your feedback, I have taken care of all your review comments - I removed clangOMP.a and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' contains all the implemented "patches" along with *newly* added source files. Another attached text file - namely - 'OpenMP_support_in_Clang_Read_Me.txt' briefly describ...
2012 Oct 10
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...> Please don't add a separate clangOMP.a; you're implementing new > parsing and semantic analysis, but it isn't conceptually separate from > the existing parsing/semantic analysis. > First, I would like to clarify that clangOMP.a implements only, *and only* the "class OmpPragmaHandler" and nothing else. Parsing and Semantic Analysis is as usual will be done by clangParse.a and clangSema.a components respectively. Second, the reason for adding a separate clangOMP.a. is as follows. I looked into the Clang code base, where few *pragmas* already being supported. I noticed that...
2012 Oct 12
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
On Wed, Oct 10, 2012 at 6:15 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: > Hi Eli and Others > > In response to your feedback, I have taken care of all your review comments > - I removed clangOMP.a > and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". > > The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' > contains all the implemented > "patches" along with *newly* added source files. > > Another attached text file - namely - 'OpenMP_support_in_Clang_Read...
2012 Oct 13
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...10, 2012 at 6:15 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: >>> Hi Eli and Others >>> >>> In response to your feedback, I have taken care of all your review comments >>> - I removed clangOMP.a >>> and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". >>> >>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>> contains all the implemented >>> "patches" along with *newly* added source files. >>> >>> Another attached text f...
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...te: > On Wed, Oct 10, 2012 at 6:15 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: >> Hi Eli and Others >> >> In response to your feedback, I have taken care of all your review comments >> - I removed clangOMP.a >> and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". >> >> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >> contains all the implemented >> "patches" along with *newly* added source files. >> >> Another attached text file - namely - 'Open...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
On Tue, Oct 9, 2012 at 4:37 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: > Hello All, > > We would like to make a proposal to support OpenMP in CLANG. The goal of > this effort is to provide support for syntax > > analysis (parsing), semantic analysis and AST implementation for OpenMP > constructs in CLANG. > > > > We would like to defer the design for
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...>>> wrote: >>>> >>>> Hi Eli and Others >>>> >>>> In response to your feedback, I have taken care of all your review >>>> comments >>>> - I removed clangOMP.a >>>> and moved the implementation of "class OmpPragmaHandler" to >>>> "clangLex.a". >>>> >>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>> contains all the implemented >>>> "patches" along with *newly* added source files. >>>>...
2012 Oct 09
2
[LLVMdev] OpenMP support in CLANG: A proposal
Hello All, We would like to make a proposal to support OpenMP in CLANG. The goal of this effort is to provide support for syntax analysis (parsing), semantic analysis and AST implementation for OpenMP constructs in CLANG. We would like to defer the design for *lowering* based on the outcome of the discussion happening in the LLVM dev list. Our design is aimed at implementing the necessary
2012 Oct 13
3
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...>>> >>>>> Hi Eli and Others >>>>> >>>>> In response to your feedback, I have taken care of all your review >>>>> comments >>>>> - I removed clangOMP.a >>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>> "clangLex.a". >>>>> >>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>> contains all the implemented >>>>> "patches" along with *newly* added source fil...
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...;>>> Hi Eli and Others >>>>>> >>>>>> In response to your feedback, I have taken care of all your review >>>>>> comments >>>>>> - I removed clangOMP.a >>>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>>> "clangLex.a". >>>>>> >>>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>>> contains all the implemented >>>>>> "patches" along with *new...
2012 Oct 16
1
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...and Others >>>>>>> >>>>>>> In response to your feedback, I have taken care of all your review >>>>>>> comments >>>>>>> - I removed clangOMP.a >>>>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>>>> "clangLex.a". >>>>>>> >>>>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>>>> contains all the implemented >>>>>>> "patches&q...