summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: use EXECUTE_PROCESS to replace the deprecated EXEC_PROGRAM.Release_v1.0Zhigang Gong2015-05-262-8/+8
* utests: fix test case builtin_tgamma.Rebecca N. Palmer2015-05-191-3/+16
* Allow building with Python 3Rebecca N. Palmer2015-05-192-12/+14
* Make tgamma meet the accuracy standard.Rebecca N. Palmer2015-05-191-7/+89
* utest_pow: don't fail on declared lack of denormals.Rebecca N. Palmer2015-05-191-2/+8
* Docs: update/clarify Haswell issuesRebecca N. Palmer2015-05-192-19/+35
* Add a sanity test in clGetDeviceIDsRebecca N. Palmer2015-05-192-0/+84
* correct the src output of alu3 when OCL_OUTPUT_ASM=1Guo Yejun2015-05-191-3/+12
* GBE: Fix the immediate data typeRuiling Song2015-05-192-7/+7
* Remove some LGPL incompatible code.Zhigang Gong2015-05-194-1447/+0
* Bump to 1.0.3.Release_v1.0.3Zhigang Gong2015-04-172-1/+4
* Doc: update known issue for the store/load pointer issue.Zhigang Gong2015-04-151-0/+11
* Doc: update cmd parser issue for HSW platforms.Zhigang Gong2015-04-141-5/+8
* GBE: should initialize useDWLabel to false by default.Zhigang Gong2015-04-141-1/+1
* Doc: add a command to install dependencies.Zhigang Gong2015-04-141-0/+6
* utests: don't continue to run any case when fail to initialize device.Zhigang Gong2015-04-141-1/+5
* runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong2015-04-141-1/+4
* CMake: allow to build with LLVM 3.3/3.4.Zhigang Gong2015-04-141-2/+1
* GBE: fix a bug in byte scatter write.Zhigang Gong2015-04-131-5/+11
* GBE: fix an potential assertion in constant expanding pass.Zhigang Gong2015-04-131-1/+1
* GBE: correct the instruction replacement logic in scalarize pass.Zhigang Gong2015-04-131-9/+34
* GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2015-04-132-0/+11
* GBE: Use actual bti information to determine a pointer's addressspace.Zhigang Gong2015-04-135-8/+23
* GBE: Extend front label ip to 32 bit on demand.Zhigang Gong2015-04-1310-29/+128
* GBE: don't type cast register/labelindex to integer.Zhigang Gong2015-04-133-33/+32
* GBE: extend backend label to 32 bit.Zhigang Gong2015-04-133-15/+15
* GBE: extend registers/tuples/immediates to 32bit wide.Zhigang Gong2015-04-137-29/+30
* GBE: fix safe type definition.Zhigang Gong2015-04-131-1/+1
* strip unsupported attributes and calling conventions.Zhigang Gong2015-04-136-4/+134
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-109-30/+30
* GBE: avoid to use the GenRegister::xxxgrf(simdWidth,xxx).Zhigang Gong2015-04-101-47/+46
* GBE: correct some temporary virtual register's simdWidth.Zhigang Gong2015-04-102-12/+19
* update document.Zhigang Gong2015-03-301-2/+33
* Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2015-03-272-22/+61
* Don't crash if device inaccessibleRebecca N. Palmer2015-03-241-1/+0
* FindLLVM: allow LLVM/Clang 3.6Rebecca N. Palmer2015-03-241-2/+2
* Use matching versions of clang/llvm and libclang/libllvmRebecca Palmer2015-03-242-10/+31
* BUGFIX: Prohibit 'make package' from doing system install of ICD vendor fileBrian Kloppenborg2015-03-241-0/+1
* Generate NAN for UNDEF value in printf parser.stableJunyan He2015-03-181-0/+6
* runtime: fix a conformance bug in cl_get_kernel_arg_info.Zhigang Gong2015-03-181-1/+5
* Build: fix the beignet icd name when CMAKE_INSTALL_FULL_LIBDIR is undefined.Zhigang Gong2015-03-171-2/+8
* Bump version to 1.0.2Release_v1.0.2Zhigang Gong2015-03-162-1/+4
* Build: set 3.5 as the stable LLVM version for beignet.Zhigang Gong2015-03-163-11/+18
* GBE: Only emit multiply when immediate is not one.Ruiling Song2015-03-121-3/+5
* GBE: Only add non-zero offset in gep lowering pass.Ruiling Song2015-03-101-8/+10
* GBE: add a new incompatible compile option -cl-finite-math-only.Zhigang Gong2015-03-091-1/+1
* Fix llvm3.6 build error.Yang Rong2015-03-052-8/+0
* Build: use -Bsymbolic to fix conflicts with other LLVM users.Zhigang Gong2015-03-021-1/+1
* GBE: add fastcall support.Zhigang Gong2015-03-023-2/+7
* GBE: support compare two bool variables.Zhigang Gong2015-03-023-5/+2