summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86DomainReassignment.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Refactor DomainReassignment pass to make the Closure class not stores r...Craig Topper2017-12-201-78/+89
* [X86DomainReassignment] Store legal domains in a std::bitset instead of using...Craig Topper2017-12-171-16/+18
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Remove redundant includes from lib/Target/X86.Michael Zolotukhin2017-12-131-1/+0
* [X86] Fix a bug in handling GRXX subclasses in Domain Reassignment passGuy Blank2017-12-051-4/+4
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Fix a -Wpedantic warning.Haojian Wu2017-10-231-1/+1
* [X86] Add a pass to convert instruction chains between domains.Guy Blank2017-10-221-0/+752
OpenPOWER on IntegriCloud