contrib/beignet.git
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...
2012-08-10 Benjamin SegoviaRemoved unused file
2012-08-10 Benjamin SegoviaAdded first support for structure kernel arguments...
2012-08-10 Benjamin SegoviaAdded missing tests and kernels for structure arguments
2012-08-10 Benjamin SegoviaAdded first support for structure arguments (bigger...
2012-08-10 Benjamin SegoviaStarted constant_push handling Started to revamp the...
2012-08-10 Benjamin Segovias/input/arg/g
2012-08-10 Benjamin Segovias/FunctionInput/FunctionArgument/g
2012-08-10 Benjamin SegoviaProperly identified the three cases for the function...
2012-08-10 Benjamin SegoviaFixed a bug in masked gathe for the simulator
2012-08-10 Benjamin SegoviaStarted to handle structure arguments
2012-08-10 Benjamin SegoviaAdded some first support for function arguments that...
2012-08-10 Benjamin SegoviaAdded more tests for function arguments
2012-08-10 Benjamin SegoviaAdded one more test for the arrays
2012-08-10 Benjamin SegoviaAdded proper support for stack in Gen backend
2012-08-10 Benjamin SegoviaAdded missing lowering files
2012-08-10 Benjamin SegoviaAdded first support for stack Only c++ simulator can...
2012-08-10 Benjamin SegoviaAdded first test for stack handling
2012-08-10 Benjamin SegoviaAdded support for lowering of return instruction
2012-08-10 Benjamin SegoviaAdded tests for return instruction lowering
2012-08-10 Benjamin SegoviaMade mandelbrot pass in the C++ simulator Made (actuall...
2012-08-10 Benjamin SegoviaAdded support for byte registers in the simulator Added...
2012-08-10 Benjamin SegoviaAdded support for loads and stores of uint2/3/4
2012-08-10 Benjamin SegoviaAdded tests for uint2/3/4 loads / stores and unaligned...
2012-08-10 Benjamin SegoviaMade Mandelbrot work on Fulsim (SIMD8 only right now)
2012-08-10 Benjamin SegoviaFixed FP division
next