-
- Downloads
(1) Implemented stack in runtime to keep dynamic node instance info, in case the
code enquires about its ancestor. Enables to run visc parboil benchmarks on x86 alone (2) Modified unittests to have llvm.visc.init and cleanup intrinsics. Now they all pass (3) Modified visc.mk to easily compile visc version for just x86. Pass TARGET=x86 as option to make command
Showing
- llvm/include/llvm/IR/DFGraph.h 4 additions, 4 deletionsllvm/include/llvm/IR/DFGraph.h
- llvm/lib/Transforms/ClearDFG/ClearDFG.cpp 2 additions, 0 deletionsllvm/lib/Transforms/ClearDFG/ClearDFG.cpp
- llvm/lib/Transforms/DFG2LLVM_NVPTX/DFG2LLVM_NVPTX.cpp 2 additions, 2 deletionsllvm/lib/Transforms/DFG2LLVM_NVPTX/DFG2LLVM_NVPTX.cpp
- llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp 112 additions, 48 deletionsllvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
- llvm/lib/Transforms/GenVISC/GenVISC.cpp 12 additions, 12 deletionsllvm/lib/Transforms/GenVISC/GenVISC.cpp
- llvm/projects/visc-rt/visc-rt.cpp 33 additions, 0 deletionsllvm/projects/visc-rt/visc-rt.cpp
- llvm/projects/visc-rt/visc-rt.h 56 additions, 1 deletionllvm/projects/visc-rt/visc-rt.h
- llvm/test/VISC/parboil/common/mk/visc.mk 17 additions, 5 deletionsllvm/test/VISC/parboil/common/mk/visc.mk
- llvm/test/VISC/unitTests/3level.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/3level.ll
- llvm/test/VISC/unitTests/query2D.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/query2D.ll
- llvm/test/VISC/unitTests/query3D.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/query3D.ll
- llvm/test/VISC/unitTests/queryNodeInst.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/queryNodeInst.ll
- llvm/test/VISC/unitTests/queryNumDim.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/queryNumDim.ll
- llvm/test/VISC/unitTests/queryNumNodeInst.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/queryNumNodeInst.ll
- llvm/test/VISC/unitTests/singleNode.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/singleNode.ll
- llvm/test/VISC/unitTests/twoLaunch.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/twoLaunch.ll
- llvm/test/VISC/unitTests/twoNode.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/twoNode.ll
- llvm/test/VISC/unitTests/twoNodeConnect.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/twoNodeConnect.ll
- llvm/test/VISC/unitTests/twoNodeQuery.ll 9 additions, 1 deletionllvm/test/VISC/unitTests/twoNodeQuery.ll
Loading
Please register or sign in to comment