summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
Commit message (Expand)AuthorAge
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-12
* Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen2011-08-09
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-27
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-26
* Only call TRI::getRawAllocationOrder to resolve a target-dependent hint.Jakob Stoklund Olesen2011-06-17
* Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Switch linear scan to using RegisterClassInfo.Jakob Stoklund Olesen2011-06-16
* Remove unused STL header includes.Jay Foad2011-04-23
* Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson2011-04-19
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-04
* No functionality change. Fix up some whitespace and switch out "" for '' whenNick Lewycky2011-03-25
* Ignore special ARM allocation hints for unexpected register classes.Jakob Stoklund Olesen2011-03-25
* Change the Spiller interface to take a LiveRangeEdit reference.Jakob Stoklund Olesen2011-03-10
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-10
* Avoid comparing invalid slot indexes, and assert that it doesn't happen.Jakob Stoklund Olesen2011-03-03
* Avoid modifying the OneClassForEachPhysReg map while iterating over it.Bob Wilson2011-01-27
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Zap the last two -Wself-assign warnings in llvm.Jakob Stoklund Olesen2011-01-06
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen2010-12-03
* Don't attempt trivial coalescing for sub-register copies.Jakob Stoklund Olesen2010-11-19
* Print out the register class of the current interval.Jakob Stoklund Olesen2010-11-16
* Hook up AliasAnalysis in InlineSpiller. This is used for rematerializingJakob Stoklund Olesen2010-11-10
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-28
* Make the spiller responsible for updating the LiveStacks analysis.Jakob Stoklund Olesen2010-10-26
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Tweak to ignoring reserved regs. The allocator was occasionally still lookingJim Grosbach2010-09-01
* tidy up trailing whitespace and an 80 column violation.Jim Grosbach2010-09-01
* cleanup per feedback. use a helper function for getting the first non-reservedJim Grosbach2010-09-01
* The register allocator shouldn't consider allocating reserved registers.Jim Grosbach2010-09-01
* Clean up the Spiller.h interface.Jakob Stoklund Olesen2010-08-13
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* GrammarJim Grosbach2010-07-27
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Change the createSpiller interface to take a MachineFunctionPass argument.Jakob Stoklund Olesen2010-07-20
* Spillers may alter MachineLoopInfo when breaking critical edges, so make itJakob Stoklund Olesen2010-07-19
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* 80-col fixup.Eric Christopher2010-07-02
* Don't return a std::vector in the Spiller interface, but take a reference to aJakob Stoklund Olesen2010-06-24
* improve portability to systems that don't have powf/modf (e.g. solaris 9)Chris Lattner2010-05-15
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Remove dead codeJakob Stoklund Olesen2010-02-26