aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2008-03-01all but CAS working on x86Andrew Lenharth
2008-03-01Add MVT::is128BitVector and is64BitVector. ShrinkDale Johannesen
2008-03-01Refactor / clean up code; remove td list scheduler special tie breaker (no re...Evan Cheng
2008-02-29Don't fill eh frames even though these are text sections.Evan Cheng
2008-02-29If we reload a virtual register that's already been assigned, we want to markBill Wendling
2008-02-29Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob...Evan Cheng
2008-02-29No need for coalescer to update kills. Only copies are coalesced and those in...Evan Cheng
2008-02-29Remove redundant #include.Evan Cheng
2008-02-29More APInt-ification.Dan Gohman
2008-02-29Use the new convertFromAPInt instead of convertFromZeroExtendedInteger,Dan Gohman
2008-02-29Use the new APInt-enabled form of getConstant instead of convertingDan Gohman
2008-02-28Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng
2008-02-28Interface of getByValTypeAlignment differed betweenDale Johannesen
2008-02-28Fix an assertion message.Dale Johannesen
2008-02-28Keep track how many commutes are performed by the scheduler.Evan Cheng
2008-02-28implement expand for ISD::DECLARE by just deleting it.Chris Lattner
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-27Handle load/store of misaligned vectors that are the Dale Johannesen
2008-02-27Fix a bug in dead spill slot elimination.Evan Cheng
2008-02-27Remove the `else', at Evan's insistence.Dan Gohman
2008-02-27Add a FIXME about the VECTOR_SHUFFLE evil hack.Duncan Sands
2008-02-27LegalizeTypes support for EXTRACT_VECTOR_ELT. TheDuncan Sands
2008-02-27LegalizeTypes support for legalizing the maskDuncan Sands
2008-02-27LegalizeTypes support for INSERT_VECTOR_ELT.Duncan Sands
2008-02-27Don't track max alignment during stack object allocations since they can be d...Evan Cheng
2008-02-27Support for legalizing MEMBARRIER.Duncan Sands
2008-02-27Final de-tabification.Bill Wendling
2008-02-27Spiller now remove unused spill slots.Evan Cheng
2008-02-27Teach Legalize how to expand an EXTRACT_ELEMENT.Dan Gohman
2008-02-27Convert the last remaining users of the non-APInt form ofDan Gohman
2008-02-27Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.Dan Gohman
2008-02-26Use a smallvector for inactiveCounts and initialize it lazily Chris Lattner
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-26Enable -coalescer-commute-instrs by default.Evan Cheng
2008-02-26Avoid aborting on invalid shift counts.Dan Gohman
2008-02-26Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner
2008-02-26Fix a nasty bug in LegalizeTypes (spotted inDuncan Sands
2008-02-26De-tabify.Bill Wendling
2008-02-26This is possible:Evan Cheng
2008-02-26Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner
2008-02-26Refactor inline asm constraint matching code out of SDIsel into TargetLowering.Evan Cheng
2008-02-25Make some static variables const.Dan Gohman
2008-02-25Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman
2008-02-25All remat'ed loads cannot be folded into two-address code. Not just argument ...Evan Cheng
2008-02-25In debug builds check that the key property holds: allDuncan Sands
2008-02-25Correctly determine whether a argument load can be folded into its uses.Evan Cheng
2008-02-24Add support to LegalizeTypes for building legal vectorsDuncan Sands
2008-02-24Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling
2008-02-23Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng