Age | Commit message (Expand) | Author | Files | Lines |
2019-08-15 | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 1 | -2/+2 |
2019-08-01 | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 1 | -16/+15 |
2019-07-19 | LiveIntervals: Fix handleMove asserting on BUNDLE | Matt Arsenault | 1 | -1/+4 |
2019-06-21 | Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC | Fangrui Song | 1 | -4/+2 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-06-26 | Silence "unused variable" warning in LiveIntervals.cpp after r335607 | Krzysztof Parzyszek | 1 | -0/+1 |
2018-06-26 | Account for undef values from predecessors in extendSegmentsToUses | Krzysztof Parzyszek | 1 | -16/+42 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -21/+24 |
2018-05-09 | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 1 | -3/+3 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -0/+1 |
2018-04-12 | [NFC] fix trivial typos in documents and comments | Hiroshi Inoue | 1 | -1/+1 |
2018-02-26 | [LiveIntervals] Handle moving up dead partial write | Tim Renouf | 1 | -0/+30 |
2017-12-13 | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 1 | -0/+1598 |
2004-07-23 | Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) | Chris Lattner | 1 | -674/+0 |
2004-07-23 | Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which | Chris Lattner | 1 | -164/+25 |
2004-07-23 | Improve comments a bit | Chris Lattner | 1 | -50/+45 |
2004-07-23 | Force coallescing of live ranges that have a single definition, even if they | Chris Lattner | 1 | -9/+29 |
2004-07-22 | Fix broken -debug printing | Chris Lattner | 1 | -0/+1 |
2004-07-22 | Sorting is now handled by both linearscan and iterative scan so live | Alkis Evlogimenos | 1 | -10/+0 |
2004-07-22 | That funny 2-address lowering pass can also cause multiple definitions, | Chris Lattner | 1 | -8/+18 |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 1 | -1/+0 |
2004-07-20 | Remove unneeded functor. LiveInterval has a < operator. | Alkis Evlogimenos | 1 | -11/+1 |
2004-07-19 | Fix a bug that occurs when the last instruction in a range is dead | Chris Lattner | 1 | -3/+6 |
2004-07-19 | When joining intervals, join intervals in deeply nested loops first. This | Chris Lattner | 1 | -4/+34 |
2004-07-19 | Split joinIntervals into two methods | Chris Lattner | 1 | -84/+85 |
2004-07-19 | There is no need to store the MBB along with the MI any more, we can now | Chris Lattner | 1 | -6/+6 |
2004-07-19 | Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) | Chris Lattner | 1 | -1/+1 |
2004-07-19 | Two changes, both very significant: | Chris Lattner | 1 | -11/+2 |
2004-07-19 | See comments. The live intervals were not coming out of the spiller in sorted | Chris Lattner | 1 | -1/+20 |
2004-07-19 | remove the mbbi2mbbMap_, which was just keeping track of mbb order anyway. | Chris Lattner | 1 | -54/+73 |
2004-07-17 | It looks like physref->virtreg joining is working fine. Enable it by default | Chris Lattner | 1 | -10/+19 |
2004-07-09 | Fix typo. | Alkis Evlogimenos | 1 | -1/+1 |
2004-07-09 | Improve code comments. | Alkis Evlogimenos | 1 | -5/+11 |
2004-07-07 | Disable coalescing. | Alkis Evlogimenos | 1 | -1/+1 |
2004-07-06 | Do not crash when joining two intervals of registers of different | Alkis Evlogimenos | 1 | -1/+10 |
2004-07-02 | Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they | Chris Lattner | 1 | -6/+4 |
2004-07-01 | Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s | Chris Lattner | 1 | -1/+1 |
2004-07-01 | Start using MBB numbers directly instead of going through the live variables | Chris Lattner | 1 | -1/+1 |
2004-06-29 | In line with the previous patch, do not assert out if analyzing a dead basic ... | Chris Lattner | 1 | -1/+4 |
2004-06-29 | Do not dereference end iterators. It hurts when you do that. | Chris Lattner | 1 | -3/+2 |
2004-06-25 | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 1 | -3/+3 |
2004-06-21 | Rename Interval class to LiveInterval to avoid conflicting with the already | Chris Lattner | 1 | -24/+27 |
2004-06-02 | Adjust to new TargetMachine interface | Chris Lattner | 1 | -5/+4 |
2004-05-30 | Pull Interval class out of LiveIntervals. | Alkis Evlogimenos | 1 | -19/+15 |
2004-05-30 | When spilling an register, introduce a new temporary for each of its | Alkis Evlogimenos | 1 | -13/+32 |
2004-05-29 | Remove defs vector from live intervals. | Alkis Evlogimenos | 1 | -18/+0 |
2004-05-08 | Remove unneeded header | Alkis Evlogimenos | 1 | -1/+0 |
2004-05-06 | numeric_limits::infinity() apparently does not work on all systems. As a | Chris Lattner | 1 | -6/+4 |
2004-05-01 | Operate on the Machine CFG instead of on the LLVM CFG | Chris Lattner | 1 | -9/+8 |
2004-04-12 | Fix bug introduced in previous commit. | Alkis Evlogimenos | 1 | -1/+1 |