- 9c78bc5 Revert "[LSV] Merge contiguous chains across scalar types" (#170381) by Drew Kersnar · 4 months ago
- fbdf8ab [LSV] Merge contiguous chains across scalar types (#154069) by Anshil Gandhi · 4 months ago
- e95f6fa RegisterCoalescer: Enable terminal rule by default for AMDGPU (#161621) by Matt Arsenault · 5 months ago
- 6548b63 Reapply "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#112403)" by Shilei Tian · 1 year, 5 months ago
- ca33649 Revert "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#112403)" by Shilei Tian · 1 year, 5 months ago
- e215a1e [AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#112403) by Shilei Tian · 1 year, 5 months ago
- b1bcb7c Reapply "AMDGPU: Move attributor into optimization pipeline (#83131)" and follow up commit "clang/AMDGPU: Defeat attribute optimization in attribute test" (#98851) by Matt Arsenault · 1 year, 9 months ago
- adaff46 Revert "AMDGPU: Move attributor into optimization pipeline (#83131)" and follow up commit "clang/AMDGPU: Defeat attribute optimization in attribute test" (#98851) by dyung · 1 year, 9 months ago
- 78bc1b6 AMDGPU: Move attributor into optimization pipeline (#83131) by Matt Arsenault · 1 year, 9 months ago
- e96e7f1 [AMDGPU] Auto-generated some lit test patterns (NFC). (#94310) by Christudasan Devadasan · 1 year, 10 months ago
- 177ff42 AMDGPU: Convert some fp op tests to opaque issues by Matt Arsenault · 3 years, 4 months ago
- 0dcfe7a [InstCombine] Tighten up known library function signature tests (PR #56463) by Martin Sebor · 3 years, 9 months ago
- 4c4db81 [AMDGPU] Extend SILoadStoreOptimizer to s_load instructions by Carl Ritson · 3 years, 8 months ago
- 3eb2281 [AMDGPU] Aggressively fold immediates in SIFoldOperands by Jay Foad · 3 years, 11 months ago
- f510045 [CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC. by Jay Foad · 4 years, 3 months ago
- da067ed [AMDGPU] Set most sched model resource's BufferSize to one by Austin Kerbow · 4 years, 5 months ago
- f4ace63 AMDGPU: Add target id and code object v4 support by Konstantin Zhuravlyov · 5 years ago
- 27df165 Revert "[amdgpu] Lower SGPR-to-VGPR copy in the final phase of ISel." by Matt Arsenault · 6 years ago
- c3492a1 [amdgpu] Lower SGPR-to-VGPR copy in the final phase of ISel. by Michael Liao · 6 years ago
- c4d256a [AMDGPU] Come back patch for the 'Assign register class for cross block values according to the divergence.' by Alexander Timofeev · 6 years ago
- 37bd9bd [AMDGPU] Partial revert for the ba447bae7448435c9986eece0811da1423972fdd by Alexander Timofeev · 7 years ago
- ba447ba [AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence. by Alexander Timofeev · 7 years ago
- 3b93737 Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." by Peter Collingbourne · 7 years ago
- dffedea [AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence. by Alexander Timofeev · 7 years ago
- b297379e [AMDGPU] Shrink scalar AND, OR, XOR instructions by Graham Sellers · 7 years ago
- 8c4a352 AMDGPU: Add pass to lower kernel arguments to loads by Matt Arsenault · 8 years ago
- 697300b AMDGPU: Use scalar operations for f16 fabs/fneg patterns by Matt Arsenault · 8 years ago
- e11d8ac AMDGPU: Implement hasBitPreservingFPLogic by Matt Arsenault · 8 years ago
- 56ea488 [AMDGPU] Allow SDWA in instructions with immediates and SGPRs by Stanislav Mekhanoshin · 9 years ago
- 3dbeefa AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel by Matt Arsenault · 9 years ago
- 7aad8fd Enable FeatureFlatForGlobal on Volcanic Islands by Matt Arsenault · 9 years ago
- bbb47da AMDGPU: Support commuting with immediate in src0 by Matt Arsenault · 10 years ago
- 45bb48e R600 -> AMDGPU rename by Tom Stellard · 11 years ago[Renamed from llvm/test/CodeGen/R600/fabs.ll]
- fa6607d R600/SI: Enable a lot of existing tests for VI (squashed commits) by Marek Olsak · 11 years ago
- 49f8bfd R600/SI: Add a stub GCNTargetMachine by Tom Stellard · 11 years ago
- 326d6ec R600/SI: Change all instruction assembly names to lowercase. by Tom Stellard · 11 years ago
- 79243d9 R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table by Tom Stellard · 12 years ago
- fabf545 R600/SI: Move all fabs / fneg handling to patterns by Matt Arsenault · 12 years ago
- 06bd393 R600: Cleanup test by Matt Arsenault · 12 years ago
- b4a313a R600/SI: Do abs/neg folding with ComplexPatterns by Tom Stellard · 12 years ago
- 29c0c21 R600/SI: Fold fabs/fneg into src input modifier by Vincent Lejeune · 12 years ago
- 624b02a R600/SI: Fix fneg for 0.0 by Michel Danzer · 12 years ago
- 175e7a8 R600: Expand vector FABS by Tom Stellard · 12 years ago
- 72b31ee R600/SI: Change formatting of printed registers. by Matt Arsenault · 12 years ago
- 70f13db R600/SI: Use -verify-machineinstrs for most tests by Tom Stellard · 12 years ago
- c54731a DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free by Tom Stellard · 13 years ago
- 4b5b849 R600: Schedule copy from phys register at beginning of block by Vincent Lejeune · 13 years ago
- f83df1f R600: use capital letter for PV channel by Vincent Lejeune · 13 years ago
- 3d5118c R600: Use bottom up scheduling algorithm by Vincent Lejeune · 13 years ago
- f97af79 R600: Prettier asmPrint of Alu by Vincent Lejeune · 13 years ago
- 75aadc2 Add R600 backend by Tom Stellard · 13 years ago