| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [AMDGPU] gfx1010 wave32 icmp/fcmp intrinsic changes for wave32 | Stanislav Mekhanoshin | 2019-06-13 | 1 | -17/+27 |
| * | [AMDGPU] Reorder includes per coding standard. NFC. | Stanislav Mekhanoshin | 2019-05-13 | 1 | -1/+1 |
| * | AMDGPU: Fix a SIAnnotateControlFlow issue when there are multiple backedges. | Changpeng Fang | 2019-03-15 | 1 | -2/+11 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AMDGPU: test for uniformity of branch instruction, not its condition | Rhys Perry | 2019-01-07 | 1 | -1/+1 |
| * | AMDGPU: Remove PHI loop condition optimization | Nicolai Haehnle | 2018-10-31 | 1 | -83/+3 |
| * | [TI removal] Make variables declared as `TerminatorInst` and initialized | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis | Nicolai Haehnle | 2018-08-30 | 1 | -5/+5 |
| * | Update MemorySSA in BasicBlockUtils. | Alina Sbirlea | 2018-08-21 | 1 | -1/+2 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -14/+14 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | AMDGPU: Error in SIAnnotateControlFlow instead of assert | Matt Arsenault | 2018-01-17 | 1 | -1/+5 |
| * | [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war... | Eugene Zelenko | 2017-08-08 | 1 | -12/+24 |
| * | Remove now useless trailing nullptr in StructType::get | Serge Guelton | 2017-05-11 | 1 | -1/+1 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -9/+9 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -9/+9 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -9/+9 |
| * | AMDGPU: Fix annotating loops with nested loop conditions | Matt Arsenault | 2017-03-24 | 1 | -9/+21 |
| * | AMDGPU: Fix handling of constant phi input loop conditions | Matt Arsenault | 2017-03-17 | 1 | -5/+8 |
| * | AMDGPU: Cleanup control flow intrinsics | Matt Arsenault | 2017-03-17 | 1 | -40/+14 |
| * | AMDGPU: Minor SIAnnotateControlFlow cleanups | Matt Arsenault | 2017-03-15 | 1 | -31/+35 |
| * | AMDGPU/SI: Do not insert EndCf in an unreachable block | Changpeng Fang | 2017-03-07 | 1 | -2/+3 |
| * | AMDGPU: Fix missing dominator tree dependency | Matt Arsenault | 2017-03-02 | 1 | -0/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | AMDGPU: Allow some control flow intrinsics to be CSEd | Matt Arsenault | 2016-09-16 | 1 | -0/+3 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
| * | AMDGPU/SI: Don't handle a loop if there is no loop at all for a terminator BB. | Changpeng Fang | 2016-07-28 | 1 | -0/+2 |
| * | Revert "AMDGPU: Remove unused control flow intrinsic" | Matt Arsenault | 2016-07-09 | 1 | -0/+4 |
| * | AMDGPU: Remove unused control flow intrinsic | Matt Arsenault | 2016-07-08 | 1 | -4/+0 |
| * | AMDGPU: Fix trailing whitespace | Matt Arsenault | 2016-06-10 | 1 | -1/+1 |
| * | [StructurizeCFG] Annotate branches that were treated as uniform | Nicolai Haehnle | 2016-04-14 | 1 | -3/+12 |
| * | AMDGPU: change a redundant if () to an assert(). NFC | Nicolai Haehnle | 2016-04-14 | 1 | -2/+1 |
| * | AMDGPU/SI: Fix a mis-compilation of multi-level breaks | Nicolai Haehnle | 2016-04-12 | 1 | -0/+16 |
| * | AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions | Tom Stellard | 2016-02-12 | 1 | -1/+24 |
| * | AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass. | Changpeng Fang | 2016-02-12 | 1 | -4/+10 |
| * | AMDGPU: Change control flow intrinsics to use amdgcn prefix | Matt Arsenault | 2016-01-22 | 1 | -7/+7 |
| * | Correctly initialize SIAnnotateControlFlow | Tom Stellard | 2016-01-20 | 1 | -2/+7 |
| * | AMDGPU: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -1/+1 |
| * | [PM/AA] Remove all of the dead AliasAnalysis pointers being threaded | Chandler Carruth | 2015-07-22 | 1 | -2/+1 |
| * | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+365 |