contrib/beignet.git
2014-05-05 Zhigang GongGBE: increase the global memory size to 1GB.
2014-05-05 Zhigang GongGBE: fixed a regression at "Long" div/rem.
2014-04-30 Yi SunInit Benchmark suite
2014-04-29 Zhigang GongGBE: reserve flag0.0 for large basic block.
2014-04-29 Zhigang GongGBE: fix the large if/endif block issue.
2014-04-29 Zhigang GongGBE: fix the hard coded endif offset calculation.
2014-04-29 Zhigang GongGBE: Avoid unecessary dag/liveness computing at backend.
2014-04-28 Zhigang GongGBE: fixed a potential scalarize bug.
2014-04-28 Guo Yejunadd support for cross compiler
2014-04-28 Zhigang GongGBE: refine the gen program strategy.
2014-04-23 Zhigang GongGBE: fixed the undefined phi value's liveness analysis.
2014-04-23 Ruiling SongGBE: Try expire some register before register allocation
2014-04-23 Ruiling SongGBE: Optimize byte gather read using untyped read.
2014-04-22 Guo Yejunadd test for __gen_ocl_simd_any and __gen_ocl_simd_all
2014-04-22 Guo Yejunsupport __gen_ocl_simd_any and __gen_ocl_simd_all
2014-04-21 Sun, YiDelete the printing of dynamic statistics line.
2014-04-21 Ruiling SongGBE: Implement instruction compact.
2014-04-18 Zhigang GongGBE: fix a Q64 spilling bug in non-simd8 mode.
2014-04-17 Zhigang GongGBE: work around baytrail-t hang issue.
2014-04-17 Zhigang GongGBE/Runtime: pass the device id to the compiler backend.
2014-04-17 Zhigang GongRuntime: increase the build log buffer size to 1000.
2014-04-17 Chuanbo WengRuntime: Add support for Bay Trail-T device.
2014-04-17 Jesper PedersenMark SandyBridge as unsupported
2014-04-17 Zhenyu WangUse pkg-config to check modules
2014-04-16 Ruiling SongGBE: Enable CFG printer.
2014-04-16 Ruiling SongRuntime: increase batch size to 8K.
2014-04-16 Ruiling Songenable mad for mul+sub.
2014-04-16 Zhigang GongGBE: Enable register spilling for SIMD16.
2014-04-16 Zhigang GongGBE: Optimize read_image performance for CL_ADDRESS_CLAMP..
2014-04-16 Zhigang GongGBE: fixed two 'long' related bugs.
2014-04-08 Zhigang GongGBE: fix the flag usage of those long/64 bit instruction.
2014-04-08 Zhigang GongGBE: Optimize the bool register allocation/processing.
2014-04-08 Zhigang GongSilent some compilation warnings.
2014-04-08 Zhigang GongGBE: avoid use a temporay register at the CMP instruction.
2014-04-08 Zhigang GongGBE: Add two helper scalar registers to hold 0 and...
2014-04-08 Zhigang GongGBE: don't emit jmpi to next label.
2014-04-08 Zhigang GongGBE: one instruction is enough for SEL_CMP now.
2014-04-08 Zhigang GongGBE: pass the OCL_STRICT_CONFORMANCE env to the backend.
2014-04-08 Zhigang GongGBE: Only emit long jump when jump a lot of blocks
2014-04-08 Zhigang GongGBE: Don't need the emask/notemask/barriermask any...
2014-04-08 Zhigang GongGBE: Disable SPF and use JMPI + IF/ENDIF to handle...
2014-04-08 Zhigang GongGBE: Add if/endif/brc/brd instruction support.
2014-04-08 Zhigang GongGBE: further optimize forward/backward jump.
2014-04-08 Zhigang GongGBE: use S16 vector to represent bool.
2014-04-08 Zhigang GongGBE: fix one misusage of flag in forward jump.
2014-04-08 Zhigang GongGBE: use a uniform style to calculate register size...
2014-04-08 Zhigang GongGBE: fix the wrong usage of stack pointer and stack...
2014-04-08 Zhigang GongGBE: refine the "scalar" register handling.
2014-04-08 Zhigang GongGBE: Remove BBs if it only has a label instruction.
2014-04-08 Zhigang GongGBE: Add a new pass to handle barrier function's nodupl...
2014-04-02 Yi SunStatistics of case running
2014-04-02 Junyan HeAdd one tests case specific for unaligned buffer copy.
2014-04-02 Junyan HeOptimize the unaligned buffer copy logic
2014-04-02 Junyan HeAdd three copy cl files for Enqueue Copy usage.
2014-04-02 Yongjia ZhangAdd kernels performance output
2014-03-25 Ruiling SongGBE: Fix register liveness issue under simd mode.
2014-03-25 Zhigang GongGBE: Optimize the forward jump instruction.
2014-03-25 Yang RongRefine the FCMP_ORD and FCMP_UNO.
2014-03-25 Yang RongRefined the fmax and fmin builtins.
2014-03-25 Junyan HeAdd one test case for profiling test.
2014-03-25 Ruiling SongGBE: make byte/short vload/vstore process one element...
2014-03-13 Yang RongAdd SROA and GVN pass to default optLevel.
2014-03-13 Yi Sunutests: Refine cases for sinpi.
2014-03-13 Yi SunMove the defination union SF to header file utest_helpe...
2014-03-10 Chuanbo WengAdd clGetMemObjectFdIntel() api
2014-03-10 Guo Yejunmerge some state buffers into one buffer
2014-03-10 Yang RongFix a convert float to long bug.
2014-03-10 Ruiling SongGBE: Optimize byte/short load/store using untyped read...
2014-03-10 Ruiling SongGBE: Fix a potential issue if increase srcNum.
2014-03-10 Ruiling SongGBE: make vload3 only read 3 elements.
2014-02-28 Ruiling SongGBE: Optimize scratch memory usage using register interval
2014-02-28 Guo YejunGBE: show correct line number in build log
2014-02-28 Guo YejunGBE: support getelementptr with ConstantExpr operand
2014-02-27 Guo YejunGBE: add fast path for more math functions
2014-02-24 Zhigang GongGBE: remove the useless get sampler info function.
2014-02-24 Zhigang GongGBE: optimize read_image to avoid get sampler info...
2014-02-24 Zhigang GongGBE: don't put a long live register to a selection...
2014-02-24 Zhigang GongGBE: prepare to optimize generic selection vector alloc...
2014-02-24 Zhigang GongGBE: fixed a potential bug in 64 bit instruction.
2014-02-24 Zhigang GongGBE: fix the overflow bug in register spilling.
2014-02-24 Zhigang GongGBE: code cleanup for read_image/write_image.
2014-02-24 Zhigang GongGBE: fixed the incorrect max_dst_num and max_src_num.
2014-02-24 Zhigang GongGBE: Optimize write_image instruction for simd8 mode.
2014-02-24 Zhigang GongGBE: optimize sample instruction.
2014-02-21 xiuli panChange the order of the code
2014-02-21 Yang RongFix a long DIV/REM hang.
2014-02-21 Lv MengGBE: improve precision of rootn
2014-02-21 Yi SunRemove some unreasonable input values for rootn
2014-02-21 Yi Sunutests:add subnormal check by fpclassify.
2014-02-21 Yi SunChange %.20f to %e.
2014-02-21 Guo YejunGBE: add param to switch the behavior of math func
2014-02-21 Yi Sunutests: Remove test cases for function 'tgamma' 'erf...
2014-02-21 Ruiling SongImprove precision of sinpi/cospi
2014-02-17 Boqun FengGBE: fix terminfo library linkage
2014-02-17 Boqun Fengutests: define python interpreter via cmake variable
2014-02-17 Zhigang GongCL: make the scratch size as a device resource attribute.
2014-02-14 Guo Yejunfix typo: blobTempName is assigned but not used
2014-02-14 Ruiling SongGBE: Support 64Bit register spill.
2014-02-14 Igor Gnatenkocmake: Fix linking with LLVM/Terminfo
2014-02-12 Zhigang GongBump to version 0.8.0.
next