| Commit message (Expand) | Author | Age | Files | Lines |
| * | AMDGPU/SI: make ~SIScheduleBlockCreator trivial | Fangrui Song | 2019-11-11 | 1 | -5/+2 |
| * | [SIMachineScheduler] Fixed ''then' statement is equivalent to the 'else' stat... | Dávid Bolvanský | 2019-11-03 | 1 | -6/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -6/+6 |
| * | [CodeGen] Add "const" to MachineInstr::mayAlias | Bjorn Pettersson | 2019-04-19 | 1 | -1/+1 |
| * | [AMDGPU] Ignore non-SUnits edges | Piotr Sobczak | 2019-04-19 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand | Francis Visoiu Mistrih | 2018-11-28 | 1 | -3/+3 |
| * | ScheduleDAG: Cleanup dumping code; NFC | Matthias Braun | 2018-09-19 | 1 | -8/+6 |
| * | AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers | Tom Stellard | 2018-05-22 | 1 | -0/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -56/+43 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [MachineScheduler] NFC refactoring | Jonas Paulsson | 2018-04-12 | 1 | -26/+32 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -5/+5 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -3/+3 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | AMDGPU/SI: Fix Depth and Height computation for SI scheduler | Marek Olsak | 2017-07-25 | 1 | -3/+3 |
| * | AMDGPU/SI: Force exports at the end for SI scheduler | Marek Olsak | 2017-07-25 | 1 | -0/+57 |
| * | [CodeGen] Rename DEBUG_TYPE to match passnames | Evandro Menezes | 2017-07-11 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [AMDGPU] Update SI scheduler colorHighLatenciesGroups | Valery Pykhtin | 2017-03-28 | 1 | -22/+99 |
| * | [AMDGPU] SISched: Detect dependency types between blocks | Valery Pykhtin | 2017-03-27 | 1 | -23/+29 |
| * | [AMDGPU] SISched: Update colorEndsAccordingToDependencies | Valery Pykhtin | 2017-03-27 | 1 | -0/+14 |
| * | [AMDGPU] Fix SI scheduler LiveOut Refcount issue | Valery Pykhtin | 2017-03-27 | 1 | -0/+18 |
| * | [AMDGPU] Don't enforce constexpr, there are still old standard libraries arou... | Benjamin Kramer | 2017-03-24 | 1 | -4/+4 |
| * | [AMDGPU] Remove double map lookups in SI scheduler | Valery Pykhtin | 2017-03-24 | 1 | -25/+8 |
| * | [AMDGPU] Fix SGPR usage count in SI scheduler | Valery Pykhtin | 2017-03-24 | 1 | -2/+2 |
| * | [AMDGPU] Add a new line after a debug message | Valery Pykhtin | 2017-03-24 | 1 | -0/+1 |
| * | Don't build up std::vectors with constant sizes when an array suffices. | Benjamin Kramer | 2017-03-24 | 1 | -2/+6 |
| * | AMDGPU: Fixed '!NodePtr->isKnownSentinel()' assert | Matt Arsenault | 2016-12-22 | 1 | -17/+4 |
| * | [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo... | Eugene Zelenko | 2016-12-12 | 1 | -15/+25 |
| * | Fix spelling mistakes in AMDGPU target comments. NFC. | Simon Pilgrim | 2016-11-18 | 1 | -5/+5 |
| * | AMDGPU/SI: Use a better method for determining the largest pressure sets | Tom Stellard | 2016-08-26 | 1 | -2/+2 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+1 |
| * | AMDGPU: Prune includes | Matt Arsenault | 2016-08-11 | 1 | -4/+0 |
| * | AMDGPU/SI: Fix SI scheduler refcount issue | Matt Arsenault | 2016-07-19 | 1 | -0/+3 |
| * | AMDGPU/SI: Enable testing several variants for si scheduler | Matt Arsenault | 2016-07-01 | 1 | -2/+2 |
| * | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -7/+7 |
| * | AMDGPU: Cleanup subtarget handling. | Matt Arsenault | 2016-06-24 | 1 | -1/+1 |
| * | AMDGPU/SI: Use common topological sort algorithm in SIScheduleDAGMI | Tom Stellard | 2016-06-09 | 1 | -64/+3 |
| * | Apply clang-tidy's misc-static-assert where it makes sense. | Benjamin Kramer | 2016-05-27 | 1 | -12/+6 |
| * | AMDGPU/SI: Use range loops to simplify some code in the SI Scheduler | Tom Stellard | 2016-05-03 | 1 | -18/+18 |
| * | Fix a couple assertions that can never fire because they just contained the t... | Craig Topper | 2016-04-24 | 1 | -1/+1 |
| * | [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC. | Chad Rosier | 2016-03-09 | 1 | -1/+2 |
| * | CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -2/+2 |
| * | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -4/+4 |
| * | RegisterPressure: Make liveness tracking subregister aware | Matthias Braun | 2016-01-20 | 1 | -4/+5 |
| * | AMDGPU/SI: Add SI Machine Scheduler | Nicolai Haehnle | 2016-01-13 | 1 | -0/+1968 |