summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,Jakob Stoklund Olesen2010-07-13
* Fix a typo and fit in 80 columns. Found by Bob Wilson.Rafael Espindola2010-07-12
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola2010-07-12
* Don't use getPhysicalRegisterRegClass in PBQP. The existing checks that theRafael Espindola2010-07-12
* Convert the last getPhysicalRegisterRegClass in VirtRegRewriter.cpp toRafael Espindola2010-07-12
* change machinelicm to use MachineInstr::isSafeToMove. NoChris Lattner2010-07-12
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Convert uses of getPhysicalRegisterRegClass in VirtRegRewriter.cpp.Rafael Espindola2010-07-11
* Remove two other uses of ATTRIBUTE_UNUSED for variables only used withinChandler Carruth2010-07-11
* Use COPY for fast-isel bitconvert, but don't create cross-class copies.Jakob Stoklund Olesen2010-07-11
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-11
* Use COPY for extracting ImplicitDef'ed values from fast-isel instructions.Jakob Stoklund Olesen2010-07-11
* Use COPY in FastISel everywhere it is safe and trivial.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.Jakob Stoklund Olesen2010-07-10
* Only collect subreg extracting copies for later coalescing.Jakob Stoklund Olesen2010-07-10
* Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling;Dan Gohman2010-07-10
* Emit COPY instructions instead of using copyRegToReg in InstrEmitter,Jakob Stoklund Olesen2010-07-10
* Insert IMPLICIT_DEF instructions at the current insert position, notDan Gohman2010-07-10
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* Update DBG_VALUE to refer appropriate stack slot in case of a spill.Devang Patel2010-07-09
* Fix small bug in isMoveInstr -> COPY translationJakob Stoklund Olesen2010-07-09
* Automatically fold COPY instructions into stack load/store.Jakob Stoklund Olesen2010-07-09
* Remat uncoalescable COPY instrsJakob Stoklund Olesen2010-07-09
* Clarify what mysterious check means.Bill Wendling2010-07-09
* Fix MachineLICM to actually visit inner loops.Dan Gohman2010-07-09
* Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen2010-07-09
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* Avoid creating %physreg:subidx operands in SimpleRegisterCoalescing::RemoveCo...Jakob Stoklund Olesen2010-07-09
* Deal with a few remaining spots that assume physical registers have live inte...Jakob Stoklund Olesen2010-07-09
* Fix broken isCopy handling in TrimLiveIntervalToLastUse.Jakob Stoklund Olesen2010-07-09
* Handle COPY in VirtRegRewriter.Jakob Stoklund Olesen2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Reenable DAG combining for vector shuffles. It looks like it was temporarilyBob Wilson2010-07-09
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-08
* Revert "Fix broken isCopy handling in TrimLiveIntervalToLastUse"Jakob Stoklund Olesen2010-07-08
* Relax assertion. In optimized code, it is possible that first instruction is ...Devang Patel2010-07-08
* Extension of r107506. Make sure that we don't mark a function as having a callBill Wendling2010-07-08
* Fix broken isCopy handling in TrimLiveIntervalToLastUseJakob Stoklund Olesen2010-07-08
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-08
* Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...Devang Patel2010-07-08
* Clean up scavengeRegister() a bit to prefer available regs, which allowsJim Grosbach2010-07-08
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-08
* Merge the duplicated iabs optimization in DAGCombiner and let it detected a f...Benjamin Kramer2010-07-08
* Add TargetInstrInfo::copyPhysReg hook and use it from LowerSubregs.Jakob Stoklund Olesen2010-07-08
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* When processing frame index virtual registers, consider all available registersJim Grosbach2010-07-08
* Don't forward-declare registers for static allocas, which we'llDan Gohman2010-07-07