aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-28commandqueue: Removed redundant mutex locking in Event::addDependentEvent()llvm_3_6Gil Pitney
2015-01-28LLVM 3.6: Change sense of test on return result of Linker::LinkModules()Gil Pitney
2015-01-28LLVM 3.6: Update handling of reqd_work_group_size kernel attributeGil Pitney
2015-01-28LLVM 3.6: Set ThreadModel to posixGil Pitney
2015-01-27LLVM 3.6: More updates due to change in MetaData for kernel.cppGil Pitney
2015-01-26LLVM 3.6: Silence the tautological-undefined-compare warning.Gil Pitney
2015-01-26LLVM 3.6: Enable __builtin_shufflevector only for x86Gil Pitney
2015-01-26LLVM 3.6: Update llvm::EngineBuilder call to account for unique_ptr argsGil Pitney
2015-01-24LLVM 3.6: more handling of std::unique_ptrGil Pitney
2015-01-24LLVM 3.6: Updates due to new LLVM MetaData typesGil Pitney
2015-01-24LLVM 3.6: Make addDependentEvent() constGil Pitney
2015-01-22LLVM 3.6: Update CMake files to build for LLVM 3.6 and newer CMAKEGil Pitney
2014-12-16v0.9: Shamrock README and TODO listsshamrock_v0.9Khronos_conformanceGil Pitney
2014-12-15Remove test test_basic_parameter_types from sanity testsGil Pitney
2014-12-15cpu.h: Allow printf() to be called from kernels for debugging.Gil Pitney
2014-12-15Merge remote-tracking branch 'showliu/Khronos_conformance' into Khronos_confo...Gil Pitney
2014-12-11fixed the tests kernel fail problemShow Liu
2014-12-10prefetch: Implemented prefetch builtin (noop'ed)Gil Pitney
2014-12-09Fixed the incomplete kernellist when resurrect kernel from released kernel list.Show Liu
2014-12-09Fixed the kernel will been push into kernellist twice issue when create a new...Show Liu
2014-12-08Adjust CL_DEVICE_MAX_WORK_GROUP_SIZE and CL_DEVICE_MAX_WORK_ITEM_SIZES values.Gil Pitney
2014-12-08Ensure kernel arguments to local address space allocated on 128 byte boundaryGil Pitney
2014-12-08Added -ffake-address-space-map option to generate LLVM IR address spacesGil Pitney
2014-12-08builtins: Fixed nextafter builtin; updated INFINITY definition.Gil Pitney
2014-11-21test: parameter types: updated to test for int4 to float4 conversion.basic_parameter_typesGil Pitney
2014-11-21Fixed kernel stub argument marshalling code to ensure proper alignmentGil Pitney
2014-11-19clCreateBuffer(): Ensure allocation meets minimum alignment for double16 typeGil Pitney
2014-11-17Remove redundant getPointerToFunction() call.Gil Pitney
2014-11-13Test: Added unit test to help debug Khronos basic_parameter_types vector testGil Pitney
2014-10-28Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8Gil Pitney