Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Refactor DomainReassignment pass to make the Closure class not stores r... | Craig Topper | 2017-12-20 | 1 | -78/+89 |
* | [X86DomainReassignment] Store legal domains in a std::bitset instead of using... | Craig Topper | 2017-12-17 | 1 | -16/+18 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
* | Remove redundant includes from lib/Target/X86. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
* | [X86] Fix a bug in handling GRXX subclasses in Domain Reassignment pass | Guy Blank | 2017-12-05 | 1 | -4/+4 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Fix a -Wpedantic warning. | Haojian Wu | 2017-10-23 | 1 | -1/+1 |
* | [X86] Add a pass to convert instruction chains between domains. | Guy Blank | 2017-10-22 | 1 | -0/+752 |