aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-10-17Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen
2012-10-16Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen
2012-10-16Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao
2012-10-16Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola
2012-10-16Issue:Stepan Dyatkovskiy
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick
2012-10-16Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling
2012-10-15Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-14Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling
2012-10-13Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen
2012-10-13Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen
2012-10-12Use a transposed algorithm for handleMove().Jakob Stoklund Olesen
2012-10-12Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen
2012-10-12Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand
2012-10-12Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-11Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen
2012-10-11Follow the same routine to add target float expansion hookMichael Liao
2012-10-11misched: Handle "transient" non-instructions.Andrew Trick
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10Add in support for expansion of all of the comparison operations to the absol...Micah Villmow
2012-10-10Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao
2012-10-10Issue description:Stepan Dyatkovskiy
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames
2012-10-10misched: fall-back to a target hook for instr bundles.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-09misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick
2012-10-09misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick
2012-10-09misched: Remove LoopDependencies heuristic.Andrew Trick
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08Fix up comment to be more clear.Eric Christopher
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen
2012-10-08Fixup comment.Eric Christopher