-
- Downloads
(1) Code to generate pthread create, join, exit calls
(2) Have to generate code for a new Launch function which can be called by pthread_create and which extracts the root inputs from a memory location i8*. (3) Formatted the different files to be more consisitent with LLVM coding principles M llvm/include/llvm/BuildDFG/BuildDFG.h M llvm/include/llvm/IR/DFGraph.h M llvm/lib/Transforms/BuildDFG/BuildDFG.cpp M llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
Showing
- llvm/include/llvm/BuildDFG/BuildDFG.h 34 additions, 34 deletionsllvm/include/llvm/BuildDFG/BuildDFG.h
- llvm/include/llvm/IR/DFGraph.h 6 additions, 1 deletionllvm/include/llvm/IR/DFGraph.h
- llvm/lib/Transforms/BuildDFG/BuildDFG.cpp 310 additions, 310 deletionsllvm/lib/Transforms/BuildDFG/BuildDFG.cpp
- llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp 706 additions, 524 deletionsllvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
Loading
Please register or sign in to comment