contrib/beignet.git
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
2012-08-10 Benjamin SegoviaRemoved kludge from previous register allocator
2012-08-10 Benjamin SegoviaFirst working implementation of linear scan register...
2012-08-10 Benjamin SegoviaImplemented the first phase of the linear scan allocator
2012-08-10 Benjamin SegoviaPlayed around for register allocation
2012-08-10 Benjamin SegoviaUsed first bits the register file memory allocator...
2012-08-10 Benjamin SegoviaImplemented the CURBE allocation with the register...
2012-08-10 Benjamin SegoviaStarted to implement proper allocation of curbe entries
2012-08-10 Benjamin SegoviaFixed the comment for block coalescing
2012-08-10 Benjamin SegoviaStarted to implement the generic memory allocator used...
2012-08-10 Benjamin SegoviaRemoved this selection tile crap. It was just a bad...
2012-08-10 Benjamin SegoviaFixed scalar register encoding for untyped reads and...
2012-08-10 Benjamin SegoviaPlayed around for the new back end boilerplate
2012-08-10 Benjamin SegoviaFixed various bug in the new boilerplate (selection...
2012-08-10 Benjamin SegoviaSimplify the new emission code
2012-08-10 Benjamin SegoviaFinished first implementation of the boiler plate code...
2012-08-10 Benjamin SegoviaAdded most of the boiler plate for the instruction...
2012-08-10 Benjamin SegoviaPrepare the work for proper register allocation (i...
2012-08-10 Benjamin SegoviaMove the register allocation in a dedicated class
2012-08-10 Benjamin SegoviaImplemented first methods of the gen selection engine
2012-08-10 Benjamin SegoviaFixed compilation
2012-08-10 Benjamin SegoviaStarted to segment the final code generation into:...
2012-08-10 Benjamin SegoviaNow booleans are encoded with 1 short instead of a...
2012-08-10 Benjamin SegoviaFixed typo in the curbe load for SimContext
2012-08-10 Benjamin SegoviaFixed compilation with gcc 4.7
2012-08-10 Benjamin SegoviaAdded support for bool to int conversion (that uses...
2012-08-10 Benjamin SegoviaFixed a type in a range-based for loop
2012-08-10 Benjamin SegoviaMade a systematic of range-based for loops when it...
2012-08-10 Benjamin SegoviaReplace some C cast by C++ const_cast to make things...
2012-08-10 Benjamin Segovias/getInput/getArg/g (just to make things consistent...
next