summaryrefslogtreecommitdiff
path: root/backend/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-01-29SKL: fix skl LD fail.HEADmasterYang Rong1-0/+2
2015-01-12add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun1-5/+15
2015-01-12add option BUILD_STANDALONE_GBE_COMPILER to build static compilerGuo Yejun1-10/+29
2015-01-07remove useless dependency liboclGuo Yejun1-2/+0
2014-12-25replace hash_map with mapGuo Yejun1-1/+0
2014-12-18GBE: switch to CLANG native sampler_t.Zhigang Gong1-0/+1
2014-11-11GBE: fix relocatable issue for pch file.Zhigang Gong1-10/+10
2014-10-17GBE: Add a customized loop unrolling handling mechanism.Zhigang Gong1-0/+1
2014-10-11GBE: add legalize pass to handle wide integersRuiling Song1-0/+1
2014-10-10BDW: Add class Gen8Context.Yang Rong1-0/+2
2014-10-10BDW: Add Gen8Encoder and Gen7Encoder.Yang Rong1-0/+6
2014-09-15Modify the CMakeList to use the internal PCH first.Junyan He1-3/+3
2014-09-04Enable libocl and disable the usage of the old huge header.Junyan He1-112/+23
2014-07-31GBE: complete constant expression processing.Zhigang Gong1-0/+2
2014-07-08Add structure identification on ir levelYongjia Zhang1-0/+2
2014-06-24add BEIGNET_INSTALL_DIR to clean codeGuo Yejun1-16/+13
2014-06-13use LLVM_INSTALL_DIR as the path to clang/llvm-as/llvm-linkGuo Yejun1-4/+4
2014-06-13Add the -cl-kernel-arg-info into the clang build optionsJunyan He1-1/+1
2014-06-11Add the PrintfParser llvm parser into the llvm backend.Junyan He1-0/+1
2014-06-11Add the PrintfSet class into the irJunyan He1-0/+2
2014-06-04add DRM_LIBDIR path into link directory listLi Peng1-2/+2
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-1/+4
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-2/+6
2014-05-12Add Gen75Context and Gen75Encoder class for hswJunyan He1-2/+7
2014-05-09GBE: Merge successive load/store together for better performance.Ruiling Song1-0/+1
2014-04-28add support for cross compilerGuo Yejun1-4/+4
2014-04-21GBE: Implement instruction compact.Ruiling Song1-0/+1
2014-04-17Use pkg-config to check modulesZhenyu Wang1-3/+2
2014-04-08GBE: Add a new pass to handle barrier function's noduplicate attribute correc...Zhigang Gong1-0/+1
2014-02-17GBE: fix terminfo library linkageBoqun Feng1-1/+7
2014-02-14cmake: Fix linking with LLVM/TerminfoIgor Gnatenko1-0/+4
2014-02-11Add clang/LLVM 3.5svn support.Zhigang Gong1-0/+1
2014-01-21build: work around an old version cmake bug.Zhigang Gong1-1/+1
2014-01-16cmake: use libdir macrosIgor Gnatenko1-4/+4
2014-01-16Add llvm instrinsic function llvm.memset and llvm.memcpy support.Yang Rong1-1/+2
2014-01-16Refine the method to find pch and pcm files.Zhigang Gong1-2/+6
2014-01-16GBE: enable relocatable pch files.Zhigang Gong1-12/+20
2014-01-16CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong1-8/+7
2014-01-14Revert faulty pushed patchsetZhigang Gong1-29/+18
2014-01-10Refine the method to find pch and pcm files.Zhigang Gong1-2/+6
2014-01-10GBE: enable relocatable pch files.Zhigang Gong1-12/+20
2014-01-10CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong1-8/+7
2013-12-18GBE: fix clang's "incorrect" optimization for barrier call.Zhigang Gong1-1/+28
2013-09-26GBE/Runtime: implement workaround for IVB sampler bugZhigang Gong1-2/+3
2013-09-17GBE: define python interpreter by cmake variableBoqun Feng1-2/+2
2013-09-12Add one tool program to build and serial the program.Junyan He1-0/+4
2013-07-24Add the PCH support when building the source.Junyan He1-30/+48
2013-07-24Split the thounsands autogenerated code out from ocl_stdlib header file.Zhigang Gong1-1/+22
2013-05-23Change clang system call to libclang api call.Yang Rong1-0/+1
2013-05-17Add a scalarize llvm pass.Yang Rong1-0/+1