search for: sharlet

Displaying 7 results from an estimated 7 matches for "sharlet".

Did you mean: scarlet
2012 Nov 04
2
[LLVMdev] Volunteers needed to moderate sessions and staff registration desk!
...ers University Integrated Security, using LLVM for Dynamic and Static Security Tasks- Jared Carlson, GoToTheBoard Moderator #4 (2:00-3:30, Regency 2) How good are Clang's diagnostics, anyway? - Matt Beaumont-Gay, Google Shevlin Park: A C++ AMP implementation in Clang/LLVM using OpenCL - Dillon Sharlet, Intel Moderator #5 (2-3:30, Regency 1) TBAA in LLVM - Dan Gohman, Google Generating Hardware Description with the Target-Independent Code Generator - Hongbin Zheng, Sun Yat-sen University Moderator #6 (4:30-5:15, Regency 2): Zero-Cost Abstractions and Future Directions for Modern Optimizing Comp...
2012 Nov 06
0
[LLVMdev] Volunteers needed to moderate sessions and staff registration desk!
...rated Security, using LLVM for Dynamic and Static Security Tasks- Jared Carlson, GoToTheBoard > > Moderator #4 (2:00-3:30, Regency 2) > How good are Clang's diagnostics, anyway? - Matt Beaumont-Gay, Google > Shevlin Park: A C++ AMP implementation in Clang/LLVM using OpenCL - Dillon Sharlet, Intel > > Moderator #5 (2-3:30, Regency 1) > TBAA in LLVM - Dan Gohman, Google > Generating Hardware Description with the Target-Independent Code Generator - Hongbin Zheng, Sun Yat-sen University > > Moderator #6 (4:30-5:15, Regency 2): > Zero-Cost Abstractions and Future Di...
2012 Feb 29
0
[LLVMdev] getelementptr being lowered to ptrtoint/.../inttoptr?
On Wed, Feb 29, 2012 at 11:00 AM, Dillon Sharlet <dsharlet at gmail.com> wrote: > Hello, > > I am working onĀ an application of LLVM where I would strongly prefer that > getelementptr not be lowered into pointer arithmetic by any passes other > than my own. I'm writing a ModulePass. > > I am observing a situation whe...
2012 Mar 27
1
[LLVMdev] Cloning a FunctionDecl?
Hello, Is there a way to clone a FunctionDecl, including the body Stmt if it exists? I want to add an entirely new decl to the AST with its own copy of the body. I would like to start with a completely identical Decl and body, and then modify it to produce a new overload, such that this cloned function would appear in overload resolution for calls to the original function. What I want to do is
2012 Feb 29
2
[LLVMdev] getelementptr being lowered to ptrtoint/.../inttoptr?
Hello, I am working on an application of LLVM where I would strongly prefer that getelementptr not be lowered into pointer arithmetic by any passes other than my own. I'm writing a ModulePass. I am observing a situation where I compile a C++ file with no optimization and I get code as I would expect that uses getelementptr. However, if I enable optimization with -O3, *some* of my
2017 Jan 03
3
LLVM Performance Workshop at CGO 2017 (early registration ends January 6th)
FYI, The LLVM Performance Workshop will be held at CGO 2017. The workshop is co-located with CC, HPCA, and PPoPP. If you are interested in attending the workshop, please register at the CGO website: http://cgo.org/cgo2017/workshops.html When: Saturday February 4th, 2017 Where: Austin, Texas, USA ---- Hi, CGO workshop and tutorial organizers, This is a friendly reminder that early
2013 Jan 16
0
[LLVMdev] CloneFunctionInto/MapValue, problem when VMap changes type
Hello All, I am having a problem with using CloneFunctionInto to clone a function that includes changing the type of a value using the VMap. Specifically, I am using the VMap to change the address space of values that have particular pointer types. The problem seems to be that RemapInstruction successfully changes the operands using the VMap, but the VTy member indicating the type of the