| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Hexagon] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2019-12-22 | 1 | -1/+1 |
| * | Use MCRegister in MCRegisterInfo's interfaces | Daniel Sanders | 2019-08-02 | 1 | -1/+2 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -9/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | [Hexagon] Memoize instruction positions in BitTracker | Krzysztof Parzyszek | 2018-02-05 | 1 | -9/+13 |
| * | [Hexagon] Remove recursion in visitUsesOf, replace with use queue | Krzysztof Parzyszek | 2017-12-15 | 1 | -37/+82 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -8/+7 |
| * | [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-30 | 1 | -8/+8 |
| * | [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 | -1/+1 |
| * | [Hexagon] Rangify some loops, NFC | Krzysztof Parzyszek | 2017-10-16 | 1 | -35/+23 |
| * | Revert r315763: "[Hexagon] Rangify some loops, NFC" | Krzysztof Parzyszek | 2017-10-13 | 1 | -23/+35 |
| * | [Hexagon] Rangify some loops, NFC | Krzysztof Parzyszek | 2017-10-13 | 1 | -35/+23 |
| * | [Hexagon] Better determination of register classes in bit tracker | Krzysztof Parzyszek | 2017-09-25 | 1 | -12/+11 |
| * | [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-07-26 | 1 | -5/+8 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -1/+1 |
| * | [Hexagon] Cache reached blocks in bit tracker instead of scanning list | Krzysztof Parzyszek | 2017-04-19 | 1 | -6/+4 |
| * | [Hexagon] Allow setting register in BitVal without storing into map | Krzysztof Parzyszek | 2017-02-23 | 1 | -6/+10 |
| * | [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa... | Eugene Zelenko | 2017-01-04 | 1 | -53/+17 |
| * | [Hexagon] Clear the flow queue after visiting a single instruction | Krzysztof Parzyszek | 2016-09-13 | 1 | -0/+5 |
| * | [Hexagon] Remove unnecessary llvm::, NFC | Krzysztof Parzyszek | 2016-08-19 | 1 | -1/+1 |
| * | [Hexagon-ish] Add function to print cell map contents in bit tracker | Krzysztof Parzyszek | 2016-08-03 | 1 | -5/+8 |
| * | [Hexagon] Rerun bit tracker on new instructions in RIE | Krzysztof Parzyszek | 2016-07-26 | 1 | -0/+9 |
| * | Hexagon: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -43/+41 |
| * | Avoid copies of std::strings and APInt/APFloats where we only read from it | Benjamin Kramer | 2016-06-08 | 1 | -1/+1 |
| * | [Hexagon] Fix compilation error with GCC 6 | Krzysztof Parzyszek | 2016-02-18 | 1 | -66/+68 |
| * | ADT: Remove last implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-11-07 | 1 | -1/+1 |
| * | [Hexagon] Do not fall-through if there is no CFG edge | Krzysztof Parzyszek | 2015-10-20 | 1 | -1/+1 |
| * | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -2/+2 |
| * | [WinEH] Add some support for code generating catchpad | Reid Kleckner | 2015-08-27 | 1 | -1/+1 |
| * | [Hexagon] Use composition instead of inheritance from STL types | Benjamin Kramer | 2015-07-18 | 1 | -2/+2 |
| * | [Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif... | Benjamin Kramer | 2015-07-13 | 1 | -9/+4 |
| * | [Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595 | Krzysztof Parzyszek | 2015-07-07 | 1 | -6/+5 |
| * | [Hexagon] Implement bit-tracking facility with specifics for Hexagon | Krzysztof Parzyszek | 2015-07-07 | 1 | -0/+1133 |