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