summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* GBE: remove the unecessary type check for SEL instructio.Zhigang Gong2015-03-021-1/+0
* GBE: Fix fast-math issue under llvm 3.6.Ruiling Song2015-02-282-7/+5
* Enable multiarch (32/64-bit co-installation)Rebecca N. Palmer2015-02-271-3/+18
* GBE: Support unaligned load/store of dword/qword in GenIR.Ruiling Song2015-02-271-0/+76
* GBE: remove constant expression handling code in gen writer pass.Zhigang Gong2015-02-271-213/+1
* GBE: expand constant expressions in constant vectorZhigang Gong2015-02-271-0/+46
* build: use @BEIGNET_INSTALL_DIR@ for the icd file.Zhigang Gong2015-02-271-1/+1
* Crash when hardware inaccessibleRebecca N. Palmer2015-02-271-13/+16
* GBE: unify element type before insertelement in legalize pass.Ruiling Song2015-02-261-4/+41
* libocl: Directly scalarize built-in with vector input.Ruiling Song2015-02-251-39/+6