aboutsummaryrefslogtreecommitdiff
path: root/polly/tools
AgeCommit message (Expand)AuthorFilesLines
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier1-1/+1
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+8
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-1/+236
2019-01-15Update year in license filesHans Wennborg1-1/+1
2018-06-18Update copyright year to 2018.Paul Robinson1-1/+1
2017-09-19[GPUJIT] Improved temporary file handling.Philipp Schaad1-8/+7
2017-08-27[Polly][GPGPU] Fixed undefined reference for CUDA's managed memory in Runtime...Philipp Schaad1-2/+24
2017-08-22[GPUJIT] Make max managed pointers an environment variable.Siddharth Bhat1-7/+20
2017-08-20[GPUJIT] Switch from Runtime API calls for managed memory to Driver API calls.Siddharth Bhat1-7/+17
2017-08-15[Polly] [GPUJIT] Set min size to 1 on CUDA allocation calls. [NFC]Siddharth Bhat1-0/+16
2017-08-08[NFC] [GPUJIT] Print line number & size information on allocateMemoryForDevic...Siddharth Bhat1-3/+12
2017-08-02[GPUJIT] Add GPUJIT APIs for allocating and freeing managed memory.Siddharth Bhat2-0/+66
2017-08-02[GPUJIT] Teach GPUJIT to use a pre-existing CUDA context if available.Siddharth Bhat1-1/+33
2017-08-01[GPUJIT] Call `cuProfilerStop` before destroying the context to flush profile...Siddharth Bhat1-0/+7
2017-07-21[Polly][GPGPU] Added SPIR Code Generation and Corresponding Runtime Support f...Philipp Schaad1-30/+71
2017-06-06[CMake] Retire Polly's FindCUDA.cmake in favour of CMake's default FindCUDA.c...Philip Pfaffe1-2/+2
2017-05-10[GPUJIT] Disabled gcc's -Wpedantic for use of dlsymSiddharth Bhat1-16/+32
2017-05-10Add noreturn attribute to avoid warnings about missing initializationTobias Grosser1-0/+1
2017-05-09[Polly][PPCGCodeGen] OpenCL now gets kernel argument size from PPCG CodeGenSiddharth Bhat1-21/+5
2017-05-08[Polly][GPUJIT] Fixed OpenCL 2.0 min requirement for Error codesSiddharth Bhat1-2/+2
2017-05-07[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat3-97/+1243
2017-05-07[Polly] [GPUJIT] Adapted argument capitalization to fit standardSiddharth Bhat1-19/+19
2017-05-07[Polly] [GPUJIT] Moved error prints to stderrSiddharth Bhat1-16/+16
2017-05-05Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"Siddharth Bhat3-1276/+130
2017-05-05[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat3-130/+1276
2017-04-28[Polly] [PPCGCodeGeneration] Add managed memory support to GPU codeSiddharth Bhat2-0/+14
2016-09-11GPURuntime: ensure compilation with C99Tobias Grosser1-0/+2
2016-08-04GPGPU: Cache PTX kernelsTobias Grosser1-4/+52
2016-07-27GPGPU: Add basic support for kernel launchesTobias Grosser2-50/+45
2016-07-25GPGPU: Load GPU kernelsTobias Grosser2-28/+119
2016-07-25GPGPU: Emit data-transfer codeTobias Grosser2-8/+8
2016-07-25GPGPU: Complete code to allocate and free device arraysTobias Grosser2-1/+30
2016-07-25GPURuntime: Add missing debug outputTobias Grosser1-0/+1
2016-07-25GPURuntime: Fix typo in docuTobias Grosser1-1/+1
2016-07-25GPURuntime: Drop polly_cleanupGPGPUResourcesTobias Grosser2-28/+0
2016-07-25GPGPU: initialize GPU context and simplify the corresponding GPURuntime inter...Tobias Grosser2-29/+23
2016-07-25GPURuntime: Check for debug-mode early onTobias Grosser1-2/+2
2016-07-25GPURuntime: Drop timing functionality (some leftover II)Tobias Grosser2-36/+0
2016-07-25GPURuntime: Drop timing functionality (some leftover)Tobias Grosser1-2/+0
2016-07-25GPURuntime: Drop timing functionalityTobias Grosser2-44/+0
2016-07-06GPURuntime: Only print status in debug modeTobias Grosser1-3/+3
2016-07-06GPURuntime: Drop polly_allocateMemoryForHostAndDeviceTobias Grosser2-22/+0
2016-07-06GPURuntime: Add basic debug tracing infrastructureTobias Grosser1-0/+38
2016-03-30Update copyright year to 2016.Paul Robinson1-2/+2
2016-03-08Also clang-format *.c run-time library filesTobias Grosser1-15/+18
2016-01-28Remove autotools build systemMichael Kruse2-36/+0
2015-07-28Do not compile GPU library with sanitizersTobias Grosser1-1/+4
2015-04-27Fix formatting issues in bannerTobias Grosser1-3/+2
2015-03-10Ensure the functions in our GPURuntime are visibleTobias Grosser1-0/+2