contrib/beignet.git
2013-03-29 Homer HsingTest case for OpenCL 1.1 Preprocessor Directives &...
2013-03-29 Homer HsingTest case for OpenCL 1.1 math constants
2013-03-29 Homer HsingTest case for OpenCL 1.1 workitem builtin functions
2013-03-29 Homer HsingTest case for OpenCL 1.1 supported data types
2013-03-29 Homer HsingAdd test case, OpenCL 1.1 Math Built-in Functions
2013-03-29 Homer Hsingtest creating program objects, build program executable...
2013-03-29 Homer HsingFix up README.md
2013-03-29 Zhigang Gongnew test case from Nanhai.
2013-03-29 Zhigang GongFirst implementation for extension cl_khr_gl_sharing.
2013-03-29 Zhigang GongRemove glext.h.
2013-03-29 Zhigang GongOnly llvm3.0 and 3.1 have TargetData.h.
2013-03-29 Zhigang GongFixed a potential Null pointer reference in emitMovForPHI.
2012-11-17 Benjamin SegoviaUpdated comment on lost copy since it is supported now
2012-11-17 Benjamin SegoviaImplemented a work around for LLVM / clang 3.2. They...
2012-11-16 Benjamin SegoviaImproved llvm 3.2 support (remove some warnings using...
2012-11-16 Benjamin SegoviaFixed lost copy issue when deSSAing the code. Yeah...
2012-11-14 Benjamin SegoviaAdded complete support for barrier (and use of SLM)
2012-11-13 Benjamin SegoviaStarted to implement OpenCL barrier() function
2012-11-10 Benjamin SegoviaStarted the boiler plate for barrier (and fences) instr...
2012-11-10 Benjamin SegoviaRemoved MAD instruction in the IR
2012-11-10 Benjamin SegoviaAdded support for __local pointer in kernel arguments...
2012-11-09 Benjamin SegoviaUpdated README since LLVM 3.1 is supported and LLVM...
2012-11-09 Benjamin SegoviaImproved the comment on the LLVM pass
2012-11-09 Benjamin SegoviaFixed more warning with LLVM 3.2
2012-11-09 Benjamin SegoviaFixed inverted assertion
2012-11-09 Benjamin SegoviaAdded a lengthy comment on the LLVM to Gen IR translation
2012-11-09 Benjamin SegoviaForbid use of LLVM 3.2 since there are still issues...
2012-11-09 Benjamin SegoviaFixed a warning when compiling with LLVM 3.1
2012-11-09 Benjamin SegoviaFinished proper support for LLVM 3.1
2012-11-09 Benjamin SegoviaFixed a bug in llvm Gen backend
2012-11-09 Benjamin SegoviaFixed preprocessor defines for LLVM 3.0
2012-11-09 Benjamin SegoviaCleaned some old bitrot code in llvm_gen_backend
2012-11-09 Benjamin SegoviaEnabled assertions and internal errors for the compiler...
2012-11-09 Benjamin SegoviaAdded support for llvm 3.1
2012-11-09 Benjamin SegoviaFixed a leak in the code using libdrm_intel
2012-11-08 Benjamin SegoviaMade a quick pass to clean up a bit the headers (there...
2012-11-08 Benjamin SegoviaRemoved one useless rforeach for the basic blocks
2012-11-08 Benjamin SegoviaRemoved old bits of ir::Instruction
2012-11-08 Benjamin SegoviaStarted to revamp ir::Instruction class to make it...
2012-11-07 Benjamin SegoviaAdded supports for loads and stores of float8/float16
2012-11-07 Benjamin SegoviaImplemented merge of identical immediates per basic...
2012-11-07 Benjamin SegoviaAdded a new menger sponge with no shadow (just to have...
2012-11-07 Benjamin SegoviaAdded support for select instructions with embedded...
2012-11-07 Benjamin SegoviaChanged style of the comment for insn scheduling
2012-11-07 Benjamin SegoviaMade the zero cycle strategy work. This stronly limits...
2012-11-07 Benjamin SegoviaAdded a additional rule for MADs. When we try to avoid...
2012-11-07 Benjamin SegoviaAdded more features to the instruction scheduler to...
2012-11-06 Benjamin SegoviaFixed a potential bug with cvar
2012-11-06 Benjamin SegoviaAdded julia set
2012-11-06 Benjamin SegoviaAdded three kernels from Inigo website. Be aware that...
2012-11-06 Benjamin SegoviaFarctorized the code for the kernels I picked up from...
2012-11-06 Benjamin SegoviaRemoved the remaining bits of the Gen specific extensio...
2012-11-05 Benjamin SegoviaStarted to remove support for gen extensions. This...
2012-11-05 Benjamin SegoviaRemoved the remaining bits of the c++ simulator. We...
2012-11-03 Benjamin SegoviaUpdated the utest Makefile
2012-11-03 Benjamin Segovia- Added reference images for all the remaining tests...
2012-11-03 Benjamin Segovia- Made ribbon test pass (still need to generate the...
2012-11-03 Benjamin SegoviaAdd support for insertion into vector of constants
2012-11-03 Benjamin SegoviaMade compiler_clod pass. The image is now properly...
2012-11-02 Benjamin SegoviaRemoved outdated html documentation files. Markdown...
2012-10-23 Benjamin SegoviaChanged name of CMake utest program to make it match...
2012-10-23 Benjamin SegoviaRemoved c++ simulator documentation since it is going...
2012-10-12 Benjamin SegoviaRemoved use of exceptions since LLVM may not support...
2012-10-12 Benjamin SegoviaFixed 32 bit compilation issue. Unfortunately dropped...
2012-10-12 Benjamin SegoviaStarted to add geometric functions (see OpenCL spec)
2012-10-12 Benjamin SegoviaAdded support for various math functions
2012-10-12 Benjamin SegoviaPushed back original headers we partially lost during...
2012-10-09 Benjamin SegoviaReset mandelbrot dimensions
2012-10-09 Benjamin SegoviaFixed select OCL builtin
2012-10-09 Benjamin SegoviaFixed a bug in the flag register allocator
2012-10-08 Benjamin SegoviaSeparate instruction data from the rest to prepare...
2012-10-08 Benjamin SegoviaUsed intrusive_list for SelectionVector
2012-10-08 Benjamin SegoviaUsed intrusive_list for SelectionBlock
2012-10-08 Benjamin SegoviaUsed intrusive_list for SelectionInstruction
2012-10-08 Benjamin SegoviaAdded some more public functionality for intrusive_list
2012-10-08 Benjamin SegoviaUsed intrusive_list for forward list instruction scheduling
2012-10-08 Benjamin SegoviaAdded intrusive list implementation from Maciej Sinilo...
2012-10-08 Benjamin SegoviaRemoved utest kernels used for the (removed) internal...
2012-10-08 Benjamin SegoviaCleaned up disassembly code to make it used the new...
2012-10-08 Benjamin SegoviaRemoved compiler internal utests. We now have the OCL...
2012-10-08 Benjamin SegoviaFixed issue with flag register encoding in instruction...
2012-10-08 Benjamin SegoviaActivated instruction scheduling
2012-10-08 Benjamin SegoviaFixed compilation issue with gcc 4.6
2012-10-05 Benjamin SegoviaHandled null register when scheduling
2012-10-04 Benjamin SegoviaAlmost finished instruction scheduling. Just need to...
2012-10-04 Benjamin SegoviaFixed bug in growing pool allocator
2012-10-04 Benjamin SegoviaFixed read/write dependencies for the insn scheduler
2012-10-02 Benjamin SegoviaStarted to make instruction scheduling work
2012-09-21 Benjamin SegoviaFirst implementation (untested) of instruction scheduli...
2012-09-19 Benjamin SegoviaRemoved unused files
2012-09-19 Benjamin SegoviaCleaned up instruction selection interface. Push everyt...
2012-09-19 Benjamin SegoviaCleaned up register allocator interface to limit depend...
2012-09-19 Benjamin SegoviaMade SelectionInstruction variable sized
2012-09-19 Benjamin SegoviaImplemented linear allocator to have both fast instruct...
2012-09-18 Benjamin SegoviaStarted to implemented instruction scheduling
2012-09-18 Benjamin SegoviaImproved MOVs generation while resolving PHIs
2012-09-17 bsegoviaFixed a warning with gcc 4.7 related to the use of...
2012-09-17 bsegoviaImplemented greedy instruction on DAG. The idea is...
2012-09-17 bsegoviaAdded proper flag register allocation. Flag are spilled...
2012-09-17 bsegoviaPushed back modified files for Gen extension support
next