| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -1/+1 |
* | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Hexagon] Foundation of support for Hexagon V66 | Krzysztof Parzyszek | 2018-12-05 | 1 | -4/+11 |
* | [Hexagon] Simplify A4_rcmp[n]eqi R, 0 | Krzysztof Parzyszek | 2018-07-30 | 1 | -3/+33 |
* | [Hexagon] Fix alignment calculation of stack objects in Hexagon bit tracker | Krzysztof Parzyszek | 2018-02-20 | 1 | -1/+1 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
* | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC | Krzysztof Parzyszek | 2017-10-16 | 1 | -6/+3 |
* | [Hexagon] Rangify some loops, NFC | Krzysztof Parzyszek | 2017-10-16 | 1 | -9/+3 |
* | Revert r315763: "[Hexagon] Rangify some loops, NFC" | Krzysztof Parzyszek | 2017-10-13 | 1 | -3/+9 |
* | [Hexagon] Rangify some loops, NFC | Krzysztof Parzyszek | 2017-10-13 | 1 | -9/+3 |
* | [Hexagon] Fix a typo: #ifndef DEBUG -> #ifndef NDEBUG | Krzysztof Parzyszek | 2017-09-26 | 1 | -1/+1 |
* | [Hexagon] Avoid unused variable warnings in Release builds. | Benjamin Kramer | 2017-09-25 | 1 | -2/+4 |
* | [Hexagon] Better determination of register classes in bit tracker | Krzysztof Parzyszek | 2017-09-25 | 1 | -4/+42 |
* | [Hexagon] Make getHexagonSubRegIndex take reference instead of pointer | Krzysztof Parzyszek | 2017-09-25 | 1 | -3/+4 |
* | [Hexagon] Switch to parameterized register classes for HVX | Krzysztof Parzyszek | 2017-09-15 | 1 | -3/+1 |
* | [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-07-26 | 1 | -5/+9 |
* | [Hexagon] Fix some more -Wimplicit-fallthrough warnings. NFCI. | Simon Pilgrim | 2017-07-07 | 1 | -0/+1 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Use Argument::hasAttribute and AttributeList::ReturnIndex more | Reid Kleckner | 2017-04-28 | 1 | -6/+3 |
* | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -1/+1 |
* | [Hexagon] Handle saturations in Hexagon bit tracker | Krzysztof Parzyszek | 2017-02-23 | 1 | -0/+14 |
* | [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa... | Eugene Zelenko | 2017-01-04 | 1 | -17/+35 |
* | [Hexagon] Separate Hexagon subreg indices for different register classes | Krzysztof Parzyszek | 2016-11-09 | 1 | -3/+5 |
* | [Hexagon] NFC. Canonicalizing absolute address instruction names. | Colin LeMahieu | 2016-10-06 | 1 | -6/+6 |
* | [Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions | Krzysztof Parzyszek | 2016-08-19 | 1 | -0/+2 |
* | [Hexagon] Standardize next batch of pseudo instructions | Krzysztof Parzyszek | 2016-08-16 | 1 | -3/+3 |
* | [Hexagon] Skip byval arguments when checking parameter attributes | Krzysztof Parzyszek | 2016-08-11 | 1 | -1/+3 |
* | [Hexagon] Use integer instructions for floating point immediates | Krzysztof Parzyszek | 2016-08-10 | 1 | -4/+2 |
* | [Hexagon] Generate COPY/REG_SEQUENCE more aggressively for vectors | Krzysztof Parzyszek | 2016-08-03 | 1 | -0/+2 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -1/+1 |
* | [Hexagon] Bitwise operations for insert/extract word not simplified | Krzysztof Parzyszek | 2016-07-26 | 1 | -6/+15 |
* | Hexagon: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -38/+39 |
* | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -1/+1 |
* | [Hexagon] HVX vector register classes and more isel patterns | Krzysztof Parzyszek | 2015-11-26 | 1 | -0/+2 |
* | [Hexagon] Capture aggregate variables by reference, not value | Krzysztof Parzyszek | 2015-10-20 | 1 | -1/+1 |
* | [Hexagon] Use composition instead of inheritance from STL types | Benjamin Kramer | 2015-07-18 | 1 | -15/+14 |
* | [Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif... | Benjamin Kramer | 2015-07-13 | 1 | -4/+5 |
* | [Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595 | Krzysztof Parzyszek | 2015-07-07 | 1 | -6/+3 |
* | [Hexagon] Implement bit-tracking facility with specifics for Hexagon | Krzysztof Parzyszek | 2015-07-07 | 1 | -0/+1176 |