summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* AMDGPU: Fix broken condition in hazard recognizerMatt Arsenault2017-03-171-17/+16
* Reverted unintended commitSimon Pilgrim2017-03-151-2/+2
* Fix Wint-in-bool-context warning (PR32248)Simon Pilgrim2017-03-151-2/+2
* AMDGPU: Merge initial gfx9 supportMatt Arsenault2017-02-181-6/+72
* [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-01-201-7/+15
* AMDGPU: Rename flat operands to match mubufMatt Arsenault2016-11-291-1/+1
* AMDGPU/GCN: Exit early in hazard recognizer if there is no vreg argumentJan Vesely2016-11-151-0/+4
* AMDGPU/SI: Handle hazard with s_rfe_b64Tom Stellard2016-10-271-1/+27
* AMDGPU/SI: Handle hazard with sgpr lane selects for v_{read,write}laneTom Stellard2016-10-271-1/+33
* AMDGPU/SI: Fix unused variable warning on non-debug buildsTom Stellard2016-10-271-0/+1
* AMDGPU/SI: Handle hazard with > 8 byte VMEM storesTom Stellard2016-10-271-20/+107
* AMDGPU/SI: Handle s_setreg hazard in GCNHazardRecognizerTom Stellard2016-10-271-0/+19
* AMDGPU/SI: Handle s_getreg hazard in GCNHazardRecognizerTom Stellard2016-10-151-0/+47
* AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizerTom Stellard2016-10-071-0/+22
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-17/+11
* Move instances of std::function.Benjamin Kramer2016-06-121-2/+2
* Silence unused variable warning; NFC.Aaron Ballman2016-05-031-2/+1
* AMDGPU/SI: Use the hazard recognizer to break SMEM soft clausesTom Stellard2016-05-021-2/+70
* AMDGPU/SI: Use hazard recognizer to detect DPP hazardsTom Stellard2016-05-021-0/+26
* Silence unused variable warnings; NFC.Aaron Ballman2016-05-021-9/+4
* AMDGPU/SI: Enable the post-ra schedulerTom Stellard2016-04-301-0/+182
OpenPOWER on IntegriCloud