| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -18/+18 |
| * | Take into account the cost of local intervals when selecting split candidate. | Marina Yatsina | 2018-01-31 | 1 | -0/+16 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -6/+6 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -3/+3 |
| * | LiveRegMatrix: Fix some subreg interference checks | Matthias Braun | 2017-03-02 | 1 | -5/+8 |
| * | LIU:::Query: Query LiveRange instead of LiveInterval; NFC | Matthias Braun | 2017-03-01 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-17 | 1 | -4/+10 |
| * | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 2016-12-16 | 1 | -1/+1 |
| * | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 1 | -1/+1 |
| * | Move helpers into anonymous namespaces. NFC. | Benjamin Kramer | 2016-08-06 | 1 | -3/+4 |
| * | TargetRegisterInfo: Introduce PrintLaneMask. | Matthias Braun | 2015-09-25 | 1 | -1/+0 |
| * | TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri... | Matthias Braun | 2015-09-25 | 1 | -1/+1 |
| * | MachineRegisterInfo: Remove UsedPhysReg infrastructure | Matthias Braun | 2015-07-14 | 1 | -3/+1 |
| * | RAGreedy: Keep track of allocated PhysRegs internally | Matthias Braun | 2015-07-14 | 1 | -0/+8 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | LiveInterval: Use range based for loops for subregister ranges. | Matthias Braun | 2014-12-11 | 1 | -4/+3 |
| * | LiveRegMatrix: Respect subregister liveness when allocating registers. | Matthias Braun | 2014-12-10 | 1 | -14/+49 |
| * | Remove unnecessary TargetMachine.h includes. | Eric Christopher | 2014-10-14 | 1 | -1/+0 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+1 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | This small change reduces compile time for small programs on targets that have | Puyan Lotfi | 2014-02-06 | 1 | -1/+3 |
| * | Represent RegUnit liveness with LiveRange instance | Matthias Braun | 2013-10-10 | 1 | -2/+4 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
| * | Make the LiveRegMatrix analysis available to targets. | Jakob Stoklund Olesen | 2012-11-28 | 1 | -2/+2 |
| * | Allow overlaps between virtreg and physreg live ranges. | Jakob Stoklund Olesen | 2012-09-06 | 1 | -1/+3 |
| * | Accept null PhysReg arguments to checkRegMaskInterference. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -1/+1 |
| * | Sketch a LiveRegMatrix analysis pass. | Jakob Stoklund Olesen | 2012-06-09 | 1 | -0/+152 |