search for: registerglobalvar

Displaying 1 result from an estimated 1 matches for "registerglobalvar".

2016 Jun 27
1
[GSoC'16] Weekly Status - June 27 - Zhengyang Liu
Dear LLVM and SVA community: This is to brief you the progress of this week. I mainly focused on minor fixes this week. Following is what I finished this week. 1. Move the implementation of runOnModule of RegisterGlobalVar pass from .h back to .cpp file. 2. Introduce two new functions to register and unregister function prototypes on llvm.compiler.used. 3. Added two regression tests for PromoteArrayAllocas pases. 4. Rewrite InitAllocas pass. This pass is originally written as a function pass. Rewrite this pass to Mod...