contrib/beignet.git
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
2012-08-10 Benjamin SegoviaAdded load immediates of bytes and shorts
2012-08-10 Benjamin SegoviaAdded tests for load immediates of bytes and shorts
2012-08-10 Benjamin SegoviaAdded tests for shorts and bytes operations
2012-08-10 Benjamin SegoviaSimplified a lot the encoding and the back end. Added...
2012-08-10 Benjamin SegoviaActivated all the tests. Byte conversion now works...
2012-08-10 Benjamin SegoviaFixed this damn fucking relocation bug!
2012-08-10 Benjamin SegoviaFixed a bug while providing local IDs in the CURBE
2012-08-10 Benjamin SegoviaAdded first test for byte scatter reads / writes
2012-08-10 Benjamin SegoviaReencode a new surface state to make fulsim happy while...
2012-08-10 Benjamin SegoviaPlayed around with byte scatters / gathers
2012-08-10 Benjamin SegoviaAdded more bits of byte scatter / gather and started...
2012-08-10 Benjamin SegoviaAdded first bits of byte scattered reads and writes...
2012-08-10 Benjamin SegoviaRemoved mandelbrot from the tests
2012-08-10 Benjamin SegoviaFixed a bug in the IR context that created empty blocks
2012-08-10 Benjamin SegoviaStart to implement UB GenReg
2012-08-10 Benjamin SegoviaRemoved more unused encoding stuff related to swizzles
2012-08-10 Benjamin SegoviaRemoved unused part of the encoding
2012-08-10 Benjamin SegoviaStarted to implement support for byte and shorts
2012-08-10 Benjamin SegoviaStarted to implement mandelbrot
2012-08-10 Benjamin SegoviaFixed wrong assertion
2012-08-10 Benjamin SegoviaDebugged unstructured branch code
2012-08-10 Benjamin SegoviaAdded more tests for structured and unstructured branch...
2012-08-10 Benjamin SegoviaFixed jumpi encoding problem
2012-08-10 Benjamin SegoviaFixed bug in fwd branch encoding
2012-08-10 Benjamin SegoviaFixed bug in the way to handle masked branches
2012-08-10 Benjamin SegoviaAdded several tests for unstructured branches
2012-08-10 Benjamin SegoviaCleaned up kernel directory
2012-08-10 Benjamin SegoviaAdded flat_address_space tests
2012-08-10 Benjamin SegoviaKept on
2012-08-10 Benjamin SegoviaFinished the small test framework
2012-08-10 Benjamin SegoviaRevamped tests to make them smaller and simpler (and...
2012-08-10 Benjamin Segoviatests -> utests
2012-08-10 Benjamin SegoviaSorted used / unused files in the test directory Made...
2012-08-10 Sushma Raofix gcc 4.7 compilation issues
2012-08-10 Benjamin SegoviaAdded some functionalities for the test framework
2012-08-10 Benjamin SegoviaMade performance simulator work when using fulsim drm
2012-08-10 Benjamin SegoviaStarted to revmap the tests to make something easier...
2012-08-10 Benjamin SegoviaMoved tests in a separate directory
2012-08-10 Benjamin SegoviaStarted to implement unstructured branches in the compiler
2012-08-10 Benjamin SegoviaAdded first support for branches
2012-08-10 Benjamin SegoviaAdded support for BlockIPs
2012-08-10 Benjamin SegoviaAdded first support for BlockIPs
2012-08-10 Benjamin SegoviaAdded support for shorts in the simulator
2012-08-10 Benjamin SegoviaPlayed with SIMD8
2012-08-10 Benjamin SegoviaAlign driver code with new way to handle curbe
2012-08-10 Benjamin SegoviaSimplify the way we handle curbe
2012-08-10 Benjamin SegoviaImplemented a first quick and dirty mul32x32
2012-08-10 Benjamin SegoviaMade flat address space finally work Fixed a bug in...
2012-08-10 Benjamin SegoviaAdded proper buffer big enough to map everything Still...
2012-08-10 Benjamin SegoviaKept on cleaning and simplifying Gen encoding Made...
2012-08-10 Benjamin SegoviaStarted to implement untyped reads / writes
2012-08-10 Benjamin SegoviaKept on cleaning up the Gen ISA generation Implemented...
2012-08-10 Benjamin SegoviaStarted serious work on Gen backend. Made a first stupi...
2012-08-10 Benjamin SegoviaAdded a check to make special registers immutable
2012-08-10 Benjamin SegoviaMove backend/gen/brw* files to backend/
2012-08-10 Benjamin SegoviaKept on cleaning up code and simplifying Gen ISA backend
2012-08-10 Benjamin SegoviaSimplified Gen instruction structures by removing unuse...
2012-08-10 Benjamin SegoviaStarted to rename and revamp gen encoding classes
2012-08-10 Benjamin SegoviaSimplified even more the Gen backend code
next