summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor()Duncan P. N. Exon Smith2016-02-271-16/+15
* WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith2016-02-271-4/+4
* CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFCDuncan P. N. Exon Smith2016-02-271-15/+15
* Some stackslots are allocated to vregs which have no real reference.Wei Mi2016-02-051-7/+9
* Use range-based for loops. NFCCraig Topper2015-12-241-40/+32
* CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()Matthias Braun2015-12-111-1/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* [InlineSpiller] Fix rematerialization for bundles.Quentin Colombet2015-05-211-1/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-1/+1
* CodeGen: Assert that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-0/+2
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-2/+2
* LiveIntervalAnalysis: Factor out code to update liveness on physreg def removalMatthias Braun2015-01-211-7/+2
* Bugfix in InlineSpiller::traceSiblingValue().Patrik Hagglund2014-12-111-3/+6
* [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames2014-12-011-1/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-1/+1
* [RegAlloc] Kill off the trivial spiller - nobody is using it any more.Lang Hames2014-11-061-0/+5
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+6
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-6/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+6
* Fix in InlineSpiller to make the rematerilization loop also considerPatrik Hagglund2014-09-011-7/+18
* 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-15/+10
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-7/+7
* Register allocator: add condition to hoist a spill to outer loop.Manman Ren2014-03-211-0/+14
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-141-1/+1
* Fix issue with r203865. The old behaviour would get a MachineOperand then fi...Pete Cooper2014-03-141-1/+1
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-131-14/+24
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-7/+7
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-4/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Fix for PR18396: Assertion: MO->isDead "Cannot fold physreg def".Andrew Trick2014-01-071-4/+3
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-171-1/+4
* Print register in LiveInterval::print()Matthias Braun2013-10-101-1/+1
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-3/+3
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-1/+1
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-2/+2
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-1/+1
* Auto-compute live intervals on demand.Mark Lacey2013-08-141-55/+84
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-101-1/+2
* Update physreg live intervals during remat.Andrew Trick2013-06-211-0/+28
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-2/+5
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-9/+5
OpenPOWER on IntegriCloud