aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-22fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes
2012-05-21FileCheck'ize test, and add a bit to test for r157221.Jim Grosbach
2012-05-21ARM: .end_data_region mismatch in Thumb2.Jim Grosbach
2012-05-21Added address space qualifier to intrinsic PointerType arguments.Pete Cooper
2012-05-21Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson
2012-05-21Thumb2: RSB source register should be rGRP not GPRnopc.Jim Grosbach
2012-05-21Mark an unreachable region of code with llvm_unreachable.Dan Gohman
2012-05-21Typo.Chad Rosier
2012-05-21Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson
2012-05-21test commitPatrik Hägglund
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy
2012-05-21Allow 256-bit shuffles to still be split even if only half of the shuffle com...Craig Topper
2012-05-21Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen
2012-05-20Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen
2012-05-20Add RPO to the lexicon.Nick Lewycky
2012-05-20Make the global base reg GR32_NOSP.Jakob Stoklund Olesen
2012-05-20Constrain regclasses in PeepholeOptimizer.Jakob Stoklund Olesen
2012-05-20Constrain register classes in TailDup.Jakob Stoklund Olesen
2012-05-20When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne
2012-05-20Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer
2012-05-20Plug a leak when using MCJIT.Benjamin Kramer
2012-05-20Add a missing PPC 64-bit stwu pattern.Hal Finkel
2012-05-20Use TargetMachine's register info instead of creating a new one and leaking it.Benjamin Kramer
2012-05-20Use the right register class for LDRrs.Jakob Stoklund Olesen
2012-05-20Transfer memory operands to the right instruction.Jakob Stoklund Olesen
2012-05-20Properly constrain register classes for sub-registers.Jakob Stoklund Olesen
2012-05-20Properly constrain register classes in 2-addr.Jakob Stoklund Olesen
2012-05-20Missed a push_back in r157147.Jakob Stoklund Olesen
2012-05-20Avoid deleting extra copies when RegistersDefinedFromSameValue is true.Jakob Stoklund Olesen
2012-05-20Fix build bots.Jakob Stoklund Olesen
2012-05-20LiveRangeQuery simplifies shrinkToUses().Jakob Stoklund Olesen
2012-05-20Use LiveRangeQuery in ScheduleDAGInstrs.Jakob Stoklund Olesen
2012-05-20Eliminate some uses of struct LiveRange.Jakob Stoklund Olesen
2012-05-20Use LiveRangeQuery instead of getLiveRangeContaining().Jakob Stoklund Olesen
2012-05-20Add a LiveRangeQuery class.Jakob Stoklund Olesen
2012-05-20Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne
2012-05-19Simplify overlap check.Jakob Stoklund Olesen
2012-05-19Fix 12892.Jakob Stoklund Olesen
2012-05-19Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne
2012-05-19Add a FIXME about access to negative stack-pointer offsets on PPC32.Hal Finkel
2012-05-19Remove the late DCE in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-19Erase joined copies immediately.Jakob Stoklund Olesen
2012-05-19Fix an ancient bug in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-05-19On Haswell, perfer storing YMM registers using a single instruction.Nadav Rotem
2012-05-19Add support for additional in-reg vbroadcast patternsNadav Rotem
2012-05-19Disambiguate call to operator==.Benjamin Kramer
2012-05-19Collect inflatable virtual registers on the fly.Jakob Stoklund Olesen
2012-05-19ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.Benjamin Kramer
2012-05-19Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer
2012-05-19Tidy up some spacing and inconsistent use of pre/post increment. No functiona...Craig Topper