summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/VirtRegMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Assume lane masks are always preciseMatthias Braun2015-11-171-8/+0
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-091-1/+1
* TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun2015-09-251-3/+3
* Save LaneMask with livein registersMatthias Braun2015-09-091-7/+1
* VirtRegMap: Improve addMBBLiveIns() using SlotIndex::MBBIndexIterator; NFCMatthias Braun2015-09-091-25/+62
* MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun2015-07-141-73/+0
* VirtRegMap: Add undef flag when reading undefined subregisters.Matthias Braun2015-06-161-18/+63
* MachineCopyPropagation: Remove the copies instead of using KILL instructions.Matthias Braun2015-05-291-11/+5
* Compile time improvements to VirtRegRewriter.Puyan Lotfi2015-05-221-4/+7
* Do not track subregister liveness when it brings no benefitsMatthias Braun2015-03-191-1/+1
* LiveInterval: Use range based for loops for subregister ranges.Matthias Braun2014-12-111-4/+3
* LiveInterval: Use more range based for loops for value numbers and segments.Matthias Braun2014-12-101-6/+4
* VirtRegMap: Improve block live-in info if subregister liveness is available.Matthias Braun2014-12-101-9/+32
* VirtRegMap: No implicit defs/uses for super registers with subreg liveness tr...Matthias Braun2014-12-101-5/+9
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-2/+2
* Migrate another set of getSubtargetImpl away.Eric Christopher2014-10-131-2/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+5
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-171-4/+2
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Keep the link register for uwtable.Logan Chien2014-02-251-3/+12
* Yet another patch to reduce compile time for small programs:Puyan Lotfi2014-02-061-4/+28
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-081-1/+5
* [PR16882] Ignore noreturn definitions when setting isPhysRegUsed.Quentin Colombet2013-09-251-3/+39
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-041-11/+0
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-041-0/+9
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-031-0/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-151-4/+1
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-211-0/+4
* Release build: guard dump functions withManman Ren2012-09-111-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-061-1/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-091-0/+32
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-081-33/+114
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-171-0/+5
* Rewriter should definitly rewrite instructions inside bundles.Evan Cheng2012-01-191-2/+2
* Use the 'regalloc' debug tag for most register allocator tracing.Jakob Stoklund Olesen2012-01-071-1/+1
* Assert when reserved registers have been assigned.Jakob Stoklund Olesen2012-01-031-0/+4
* More dead code elimination in VirtRegMap.Jakob Stoklund Olesen2011-11-131-12/+0
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-131-45/+0
* Remove dead code and data from VirtRegMap.Jakob Stoklund Olesen2011-11-131-61/+0
* Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen2011-11-131-35/+0
* Also add <imp-use,kill> flags for redefined super-registers.Jakob Stoklund Olesen2011-10-051-8/+18
OpenPOWER on IntegriCloud