aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
AgeCommit message (Expand)Author
2010-08-31Reapply r112623. Included additional check for unused byval argument.Devang Patel
2010-08-31Revert r112623. It is causing self host build failures.Devang Patel
2010-08-31Remember byval argument's frame index during argument lowering and use this i...Devang Patel
2010-08-31Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands
2010-08-31zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes
2010-08-30nuke dead ivar which was supposed to be committed with r112496Chris Lattner
2010-08-27Fix a couple of typos.Eric Christopher
2010-08-26zap the now unused MVT::getIntVectorWithNumElementsBruno Cardoso Lopes
2010-08-25tidy upChris Lattner
2010-08-23Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach
2010-08-20This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes
2010-08-20Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach
2010-08-19Update comment to remove special case for vector extending loads. AnBob Wilson
2010-08-19Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach
2010-08-16Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach
2010-08-16track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach
2010-08-14Add a local stack object block allocation pass. This is still anJim Grosbach
2010-08-13tidy up commentsJim Grosbach
2010-08-13tidy up 80 column and whitespaceJim Grosbach
2010-08-12Also recompute HasPHIKill flags in LiveInterval::RenumberValues.Jakob Stoklund Olesen
2010-08-12Remove trailing whitespace.Jakob Stoklund Olesen
2010-08-11Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-10Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen
2010-08-10Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-08-06tidy upJim Grosbach
2010-08-06Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen
2010-07-27It's better to have the arrays, which would trigger the creation of stackBill Wendling
2010-07-26Factored out a bit of common code to mark VNInfos for deletion.Lang Hames
2010-07-24Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng
2010-07-22If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...Lang Hames
2010-07-21For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach
2010-07-21tidy upJim Grosbach
2010-07-20Formatting.Eric Christopher
2010-07-19Render MachineFunctions to HTML pages, with options to render registerLang Hames
2010-07-17LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames
2010-07-17Propagate alloca alignment information via variable size object frameEric Christopher
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-16Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman
2010-07-14Make the order in which variables are described in debug informationDan Gohman
2010-07-14Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman
2010-07-14Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng