contrib/beignet.git
2014-09-04 Junyan HeDelete all the unused files of old huge header.
2014-09-04 Junyan HeUse the PCH to accelerate the parsing speed of the...
2014-09-04 Junyan HeEnable libocl and disable the usage of the old huge...
2014-09-04 Junyan HeAdd the bit code linker into the module pass.
2014-09-04 Junyan HeAdd memcpy, memset and barrier bitcode files into libocl
2014-09-04 Junyan HeAdd the ocl_defines header file into libocl
2014-09-04 Junyan HeAdd the relational module into libocl as template
2014-09-04 Junyan HeAdd the math function into libocl as template
2014-09-04 Junyan HeAdd the integer module into libocl as template
2014-09-04 Junyan HeAdd the common module into the libocl as template
2014-09-04 Junyan HeAdd the gen_vector script into the libocl
2014-09-04 Junyan HeAdd the convert and as modules into the libocl
2014-09-04 Junyan HeAdd thw workitem module into the libocl
2014-09-04 Junyan HeAdd vload module into the libocl
2014-09-04 Junyan HeAdd printf module into libocl
2014-09-04 Junyan HeAdd the sync module into the libocl
2014-09-04 Junyan HeAdd the misc module into the libocl
2014-09-04 Junyan HeAdd the image module into the libocl
2014-09-04 Junyan HeAdd the geometric module into the libocl
2014-09-04 Junyan HeAdd the atomic module into the libocl
2014-09-04 Junyan HeAdd the async module into the libocl
2014-09-04 Junyan HeAdd common define header files to initialize the libocl
2014-09-04 Zhigang GongGBE: fixup/refine a bug for image1D array's extra bindi...
2014-09-03 Zhigang GongGBE: refine the unaligned data gathering.
2014-09-03 Zhigang GongGBE: relax the batch byte/short load vector size restri...
2014-09-03 Zhigang GongGBE: optimize unaligned char and short data vector...
2014-09-03 Zhigang GongAdd new vload benchmark/test case.
2014-09-02 Zhigang GongGBE: fix error in the rootn fastpath function for some...
2014-09-02 Zhigang Gongutests: fix two utest bugs.
2014-09-02 Junyan HeFix a bug for runtime_barrier_list.cpp, event array...
2014-09-02 Junyan HeFix the global string bug for printf.
2014-09-02 Yang RongFix two bugs.
2014-09-02 Yang RongTwo minor fix.
2014-09-02 Guo Yejunremove dependency for non-X runtime environment
2014-09-01 Yang RongUpdate Beignet.mdwn X11 dependency.
2014-08-28 Zhigang GongRevert "GBE: refine post register allocation scheduling...
2014-08-28 Yang RongOnly compiler X11 files and do X11 operations when...
2014-08-28 Ruiling SongGBE: refine the llvm multi-thread related code.
2014-08-27 Ruiling SongGBE: clear deadprintfs when current function is done.
2014-08-27 Luo Xionghufix opencv_test_imgproc subcase OCL_ImgProc/Accumulate...
2014-08-19 Lv MengFix compile warnings for CLANG compiler
2014-08-19 Lv MengFix compile warnings for ICC compiler
2014-08-13 Ruiling Songcmake: Fix a license issue.
2014-08-12 Lv MengFix compile errors for CLANG compiler
2014-08-12 Lv MengFix compile error for ICC compiler
2014-08-12 Ruiling SongGBE: Fix a bug in gatherBTI.
2014-08-12 Ruiling SongGBE: initialize BTI structure to zero.
2014-08-12 Ruiling SongGBE: Fix type size for vector3
2014-08-12 Rebecca PalmerFail gracefully on unsupported hardware
2014-08-11 Ruiling SongGBE: Fix a warning in getConstantPointerRegister.
2014-08-11 Luo Xionghufix the relational built-in vector function regression.
2014-08-11 Yang RongFix a utest compiler_async_stride_copy typo.
2014-08-01 LuoXionghuimprove the build performance of vector type built...
2014-08-01 Ruiling SongGBE: remove some useless code for getting printf buffer...
2014-07-31 Zhigang GongGBE: adjust preferred vector length.
2014-07-31 Zhigang GongGBE: Reduce random behaviour of the code generation
2014-07-31 Zhigang Gongutest: add new test for constant expression processing.
2014-07-31 Zhigang GongGBE: enable constant expression processing.
2014-07-31 Zhigang GongGBE: complete constant expression processing.
2014-07-31 Zhigang GongGBE: simplify processConstant.
2014-07-31 Zhigang GongGBE: refactor the immediate class to support vector...
2014-07-31 Zhigang GongGBE: refine post register allocation scheduling for...
2014-07-31 Zhigang GongGBE: cleanup image base index related code.
2014-07-30 Ruiling SongGBE: Handle bti allocation for internal buffer used...
2014-07-30 Ruiling SongGBE: Refine bti usage in backend & runtime.
2014-07-30 Ruiling Songruntime: set correct state for constant buffer on hsw.
2014-07-28 Ruiling Songutests: Fix a bug in image_1D_buffer.
2014-07-28 Ruiling SongGBE: align the fields in union ImageInfoKey.
2014-07-28 Guo Yejundelete GEPInst when it is no longer used
2014-07-25 Guo Yejunclean llvm resource in compiler (libgbe.so)
2014-07-25 Guo Yejunfix three memory leaks
2014-07-18 Guo Yejunfree build_log when the cl program is released
2014-07-17 Zhigang GongNEWS: update for 0.9.2.
2014-07-17 Zhigang Gongdocs: add a NEWS document to point to the release notes...
2014-07-17 Guo Yejunremove requirment as drm master in non-x environment
2014-07-16 Lv Mengimprove the clEnqueueCopyBufferRect performance in...
2014-07-16 LuoXionghuadd utest load_program_from_gen_bin.
2014-07-16 LuoXionghuadd platform info in the gen binary code.
2014-07-15 Ruiling SongGBE: Optimize constant load with sampler.
2014-07-15 Ruiling SongGBE: Use varying register to save one instruction
2014-07-11 Zhigang Gonggbe: add the new else instruction to the assert checking.
2014-07-11 Yang RongAdd some hsw missed pci ids (reserved PCI IDs).
2014-07-11 Zhigang Gongruntime: fix some subtle event bugs.
2014-07-11 Zhigang Gongruntime/driver: refine error handlings.
2014-07-08 Yongjia ZhangGBE: fix empty block disassemble bug.
2014-07-08 Yongjia ZhangEnable structural analysis
2014-07-08 Yongjia ZhangUse instruction if else and endif manipulate structures
2014-07-08 Yongjia ZhangAdd structure identification on ir level
2014-07-08 Yongjia ZhangAdd Gen instruction 'else'
2014-07-08 Yongjia ZhangAdd Gen IR IF, ELSE and ENDIF
2014-07-08 Luoremove lspci, gbe_bin_genenrater would generator llvm...
2014-07-08 Ruiling SongGBE: Fix builtin tanpi.
2014-07-08 Zhigang GongBuild: Change versioning policy.
2014-07-04 Yi SunRemove the generated test cases list.
2014-07-04 Zhigang GongBuild: check whether lspci exists.
2014-07-03 Zhigang Gongruntime: fix a gpgpu event and thread local gpgpu handl...
2014-07-03 Zhigang Gongruntime: recover the maximum read image args to 128.
2014-07-03 Yang RongRefine some event code.
2014-07-02 Ruiling SongGBE: Check family of spilled register correctly.
2014-07-02 Yang RongRefine the logic when suspend a batch buffer.
next