summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Save LaneMask with livein registersMatthias Braun2015-09-091-6/+6
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-9/+6
* [LiveVariables] Improve isLiveOut runtime performances. NFC.Arnaud A. de Grandmaison2015-06-111-31/+8
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* CodeGen/LiveVariables: use vector::assign()Dylan Noblesmith2014-08-261-8/+4
* CodeGen/LiveVariables: hoist out code in nested loopsDylan Noblesmith2014-08-251-110/+121
* CodeGen/LiveVariables: switch to std::vectorDylan Noblesmith2014-08-251-11/+13
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-5/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-6/+8
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-3/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-13/+13
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-111-2/+2
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-2/+2
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-15/+14
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-051-23/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-151-4/+2
* Release build: guard dump functions withManman Ren2012-09-111-1/+1
* LiveVariables: Compute a set of defs and kills to speed up updating LV during...Benjamin Kramer2012-09-091-4/+30
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Teach LiveVariables to handle <undef> operands.Jakob Stoklund Olesen2012-06-231-3/+5
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-32/+29
* Fix typo.Lang Hames2012-04-011-1/+1
* Assert on SSA errors in LiveVariables.Jakob Stoklund Olesen2012-03-091-0/+1
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-17/+17
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-0/+8
* whitespaceAndrew Trick2012-02-031-3/+3
* Fix an obvious typo.Evan Cheng2012-01-211-1/+1
* Handle register masks in LiveVariables.Jakob Stoklund Olesen2012-01-211-0/+30
* Delete an unused member variable.Jakob Stoklund Olesen2012-01-201-1/+0
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-141-6/+22
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-1/+1
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-1/+1
* Reduce vector reallocations.Benjamin Kramer2011-03-081-4/+2
* Use an IndexedMap for LiveVariables::VirtRegInfo.Jakob Stoklund Olesen2011-01-081-25/+10
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Remove unused functions.Jakob Stoklund Olesen2010-08-161-15/+0
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-1/+2
* fix a -Wbool-conversions warning from clang.Chris Lattner2010-06-141-1/+1
* Fix some liveout handling related to tail calls, see comments.Dale Johannesen2010-06-051-1/+6
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-131-1/+1
* LiveVariables should clear kill / dead markers first. This allows us to remov...Evan Cheng2010-03-261-3/+7
* Better handling of dead super registers in LiveVariables. We used to do this:Jakob Stoklund Olesen2010-03-051-21/+21
* Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen2010-02-231-0/+1
OpenPOWER on IntegriCloud