summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LivePhysRegs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable Callee Saved RegistersOren Ben Simhon2017-03-141-2/+5
* Cleanup dump() functions.Matthias Braun2017-01-281-3/+2
* BranchRelaxation: Recompute live-ins when splitting a blockMatthias Braun2016-12-161-0/+23
* Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek2016-12-161-2/+2
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-3/+5
* Handle non-~0 lane masks on live-in registers in LivePhysRegsKrzysztof Parzyszek2016-10-281-2/+3
* Handle lane masks in LivePhysRegs when adding live-insKrzysztof Parzyszek2016-10-121-5/+12
* Only track physical registers in LivePhysRegsKrzysztof Parzyszek2016-10-071-3/+3
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* LivePhysRegs: addLiveOuts() can skip addPristines() in ret blockMatthias Braun2016-07-091-1/+2
* AArch64: Replace a RegScavenger instance with LivePhysRegsMatthias Braun2016-07-061-0/+14
* 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