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