contrib/beignet.git
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
2012-09-17 bsegoviaAdded support for some Gen extensions. The idea is...
2012-08-13 bsegoviaFixed a bug in register allocator
2012-08-13 bsegoviaFixed a bug with LLVM alloca
2012-08-13 bsegoviaReenabled the CMake build path. It is really imperfect...
2012-08-13 bsegoviaFixed constness warning for gcc 4.7
2012-08-13 bsegoviaFixed build by adding LLVM library directory
2012-08-10 Keith PackardBuild tests
2012-08-10 Keith PackardFix build order between backend and cl library
2012-08-10 Keith PackardBuild .so and .so.0 versions of libgbe
2012-08-10 Keith PackardBuild backend before main library
2012-08-10 Keith PackardCreate make-based build infrastructure
2012-08-10 Keith PackardCreate make-based build infrastructure
2012-08-10 Benjamin SegoviaRemoved unused file
2012-08-10 Benjamin SegoviaRemoved a test that does not pass yet
2012-08-10 Benjamin SegoviaCleaned up SLM code
2012-08-10 Benjamin SegoviaAdded missing file
2012-08-10 Benjamin SegoviaUsed a hash map to handle OCL instrinsic functions
2012-08-10 Benjamin SegoviaStarted to support __local and __constant
2012-08-10 Benjamin SegoviaStarted to play with __local and __constant declarations
2012-08-10 Benjamin SegoviaRemoved unused file
2012-08-10 Benjamin SegoviaUpdated and compiled README
2012-08-10 Benjamin SegoviaRecompiled the documentation
2012-08-10 Benjamin SegoviaUpdated compiled README
2012-08-10 Benjamin SegoviaMade errors explicit while loading kernels
2012-08-10 Benjamin SegoviaFixed a typo in Release
2012-08-10 Benjamin SegoviaFix unitialized value in instruction selection
2012-08-10 Benjamin SegoviaFixed uninitialized values reported by valgrind
2012-08-10 Benjamin SegoviaProperly added use of the custom allocators everywhere
2012-08-10 Benjamin SegoviaAdded more information in the README Checked memory...
2012-08-10 Benjamin SegoviaAdded missing file while using the blob (TM)
next