summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LivePhysRegs.cpp
Commit message (Expand)AuthorAgeFilesLines
* livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun2016-05-031-8/+8
* LivePhysRegs: Automatically determine presence of pristine regs.Matthias Braun2016-05-031-18/+18
* LivePhysRegs: Remove redundant checkMatthias Braun2016-04-061-1/+1
* WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith2016-02-271-3/+3
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Fix LivePhysRegs::addLiveOutsWeiming Zhao2016-01-221-1/+1
* LivePhysRegs: Fix live-outs of return blocksMatthias Braun2015-09-251-2/+10
* Save LaneMask with livein registersMatthias Braun2015-09-091-2/+2
* Typo. NFC.Chad Rosier2015-09-041-1/+1
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-2/+2
* LivePhysRegs: Add support to add pristine registers when populating with live...Matthias Braun2015-07-011-0/+41
* Handle dead defs in the if converter.Pete Cooper2015-05-061-3/+8
* Refactor UpdatePredRedefs and StepForward to avoid duplication. NFCPete Cooper2015-05-051-10/+15
* Revert "Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC"Pete Cooper2015-05-051-15/+10
* Refactor UpdatePredRedefs and StepForward to avoid duplication. NFCPete Cooper2015-05-051-10/+15
* More missing includes only visible to MSVC.Benjamin Kramer2015-03-231-0/+1
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-141-0/+114
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-131-91/+0
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-131-0/+91
OpenPOWER on IntegriCloud