summaryrefslogtreecommitdiff
path: root/backend/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-12-30CMake: Add OCL20 env for utestPan Xiuli1-0/+2
2016-12-28OCL20: add beignet_20.pch and beignet_20.bc.Yang, Rong R1-1/+2
2015-01-12add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun1-3/+17
2014-11-03use env to set environment variables for GBE_BIN_GENERATERAndreas Beckmann1-1/+1
2014-09-15Modify the CMakeList to use the internal PCH first.Junyan He1-1/+1
2014-09-12Enable ICC and CLANG compiler for beignetLv Meng1-65/+2
2014-09-04Enable libocl and disable the usage of the old huge header.Junyan He1-3/+5
2014-06-24set LD_LIBRARY_PATH of libgbe.so for gbe_bin_generaterGuo Yejun1-1/+1
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-0/+2
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-0/+3
2014-01-16Refine the method to find pch and pcm files.Zhigang Gong1-0/+6
2014-01-14Revert faulty pushed patchsetZhigang Gong1-6/+0
2014-01-10Refine the method to find pch and pcm files.Zhigang Gong1-0/+6
2013-09-26GBE/Runtime: implement workaround for IVB sampler bugZhigang Gong1-1/+1
2013-07-24Add the PCH support when building the source.Junyan He1-8/+2
2013-04-16remove -ffast-math comiler flagLu Guanqun1-2/+2
2013-04-10Set the initial library versions to 0.1.Zhigang Gong1-0/+7
2013-04-10add linking library for gcc compiler.Lu Guanqun1-1/+1
2013-03-29CMake fixup.Zhigang Gong1-1/+2
2012-10-12Removed use of exceptions since LLVM may not support them (depending on how itBenjamin Segovia1-1/+1
2012-10-08Fixed issue with flag register encoding in instruction schedulingBenjamin Segovia1-10/+1
2012-10-08Activated instruction schedulingBenjamin Segovia1-3/+0
2012-08-13Reenabled the CMake build path. It is really imperfect and the build CMakebsegovia1-95/+63
2012-08-10Fixed a typo in ReleaseBenjamin Segovia1-4/+4
2012-08-10Cleaned up the code to enable the blob compilation pathBenjamin Segovia1-0/+7
2012-08-10Started to implement the vector library for the c++ backendBenjamin Segovia1-1/+1
2012-08-10Started to implement external C interface for the compiler Output a first dum...Benjamin Segovia1-4/+7
2012-08-10Started to implement Gen code generationBenjamin Segovia1-1/+10
2012-08-10Added a new define for the debug mode (GBE_DEBUG)Benjamin Segovia1-14/+19
2012-08-10Started llvm workBenjamin Segovia1-0/+5
2012-08-10Added more functionality in the unit test "framework" Created one test that b...Benjamin Segovia1-7/+7
2012-08-10Added more functionalities for the context Started to implement wellFormed fu...Benjamin Segovia1-3/+3
2012-08-10Improved memory debugger -> added memory re-initialization at free time -> ad...Benjamin Segovia1-8/+16
2012-08-10int* -> [u]uint*_tBenjamin Segovia1-23/+23
2012-08-10First commitBenjamin Segovia1-0/+104