summaryrefslogtreecommitdiff
path: root/backend/kernels
Commit message (Expand)AuthorAgeFilesLines
* Change to Clang/LLVM ToT(Top of the Tree)Feng, Boqun2013-03-291-0/+6
* Removed utest kernels used for the (removed) internal testsBenjamin Segovia2012-10-0871-1978/+0
* Added support for bool to int conversion (that uses a select)Benjamin Segovia2012-08-101-1/+0
* Made the first kernels work with the simulators Added some debug variablesBenjamin Segovia2012-08-101-1/+1
* Recompiled kernels with the new stdlib Added definition and use sets per regi...Benjamin Segovia2012-08-1029-1828/+75
* Added more pieces for the SW emulation of the stackBenjamin Segovia2012-08-101-21/+28
* Started to implement Gen code generationBenjamin Segovia2012-08-101-0/+34
* started to implement gen encodingBenjamin Segovia2012-08-109-26/+222
* Added first support for constant vector Recompiled all ocl kernels Fixed prob...Benjamin Segovia2012-08-1070-846/+3113
* Started to fix problem with blocks that do not end with BRA instructionsBenjamin Segovia2012-08-102-0/+53
* value.hpp -> immediate.hpp value is going to be a real "Value" (as compiler v...Benjamin Segovia2012-08-101-1/+0
* Added proper bookkeeping for the argument types Finished the liveness pretty ...Benjamin Segovia2012-08-1027-30/+66
* Started to implement liveness analysisBenjamin Segovia2012-08-102-0/+36
* Removed unused returnStruct field from function Included stdlib.h for all filesBenjamin Segovia2012-08-1024-12/+27
* Added new testBenjamin Segovia2012-08-102-0/+47
* Added shuffle/insert/extract elements LLVM IR translation Added Gen IR select...Benjamin Segovia2012-08-109-28/+133
* Added more kernels for the very basic testsBenjamin Segovia2012-08-107-42/+208
* Added first support for compare instructions Added first support for convert ...Benjamin Segovia2012-08-1041-904/+282
* Made first tests pass with vectorsBenjamin Segovia2012-08-1017-208/+143
* Extended the llvm-to-gen translation passBenjamin Segovia2012-08-1010-28/+92
* Added first support for immediates Started to add support for builtin functionsBenjamin Segovia2012-08-107-3/+205
* Finished a first very very limited LLVM to Gen-IR translation. It should be j...Benjamin Segovia2012-08-104-0/+183
* Added various helper functions in the LLVM to Gen translation Implemented bin...Benjamin Segovia2012-08-107-1/+101
* Implemented a first implementation of the function argument parsing from LLVM IRBenjamin Segovia2012-08-1010-0/+75
* Compiled the skeletong of what the llvm to gbe translator should beBenjamin Segovia2012-08-109-0/+411
* Added a new define for the debug mode (GBE_DEBUG)Benjamin Segovia2012-08-101-2/+7
* Started llvm workBenjamin Segovia2012-08-1011-0/+418