contrib/beignet.git
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)
2012-08-10 Benjamin SegoviaSpell-checked the documentation Added a TODO entry...
2012-08-10 Benjamin SegoviaAdded more info on general plumbering to do
2012-08-10 Benjamin SegoviaAdded support for disassembling Gen ISA (instead of...
2012-08-10 Benjamin SegoviaAdded more documentation
2012-08-10 Benjamin SegoviaStarted to clean up the headers
2012-08-10 Benjamin SegoviaAdded missing files in the documentation
2012-08-10 Benjamin SegoviaAdded more stuff in the documentation (mostly on how...
2012-08-10 Benjamin SegoviaImplemented the description of the flat address space...
2012-08-10 Benjamin SegoviaAdded first documentation on flat address space Compile...
2012-08-10 Benjamin SegoviaFixed README
2012-08-10 Benjamin SegoviaAdded the markdown extension to the README file
2012-08-10 Benjamin SegoviaAdded the markdown extension to the README file
2012-08-10 Benjamin SegoviaFixed a exception safety issue in the LLVM to GenIR...
2012-08-10 Benjamin SegoviaImproved markdown syntax for README
2012-08-10 Benjamin SegoviaCleaned up the code to enable the blob compilation...
2012-08-10 Benjamin SegoviaCleaned up the code from previous unused dependencies...
2012-08-10 Benjamin Segovias/gen_eu.*/gen_encoder.*/g
2012-08-10 Benjamin Segovias/GenEmitter/GenEncoder/g
2012-08-10 Benjamin SegoviaRemoved unused crap for the final encoding step
2012-08-10 Benjamin SegoviaRemoved even more kludge from previous register allocation
2012-08-10 Benjamin SegoviaRemoved kludge from pre instruction selection era
next