aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2009-03-10Don't consider debug intrinsics when checkingDale Johannesen
2009-03-10Ignore dbg info, while estimating size of jump through block.Devang Patel
2009-03-10If a function is marked alwaysinline, it must be inlined (possibly for correc...Evan Cheng
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-03-06Fix another case where debug info interferes withDale Johannesen
2009-03-06While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel
2009-03-06Tweak the check for promotable alloca's to handleDale Johannesen
2009-03-06Add "check/remove dbg var" helper routines.Devang Patel
2009-03-04Revert unintended commmit.Dale Johannesen
2009-03-04Skip ptr-to-ptr bitcasts when counting in another case.Dale Johannesen
2009-03-04Always skip ptr-to-ptr bitcasts when counting,Dale Johannesen
2009-03-03Marking debug info intrinsics as not touching memoryDale Johannesen
2009-03-03Instruction counters must skip the bitcasts thatDale Johannesen
2009-03-03When removing a store to an alloca that has only oneDale Johannesen
2009-03-03Remove accidental check-ins in r65960. :-(Bill Wendling
2009-03-03Use > instead of >=. We want to promote aggregates of 128-bytes.Bill Wendling
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2009-03-03When sinking an insn in InstCombine bring its debugDale Johannesen
2009-02-27Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky
2009-02-26Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng
2009-02-25Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng
2009-02-24While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel
2009-02-23Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang
2009-02-21Add AddrModeMatcher.cppEvan Cheng
2009-02-20Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng
2009-02-20Just roll back the previous change to -mem2reg.Zhou Sheng
2009-02-20patch to update the line number information in pass -mem2reg.Zhou Sheng
2009-02-16Fix typo caused by too much surfing, dudes...Nick Lewycky
2009-02-12Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner
2009-02-11If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel
2009-02-10Ignore dbg intrinsic while folding unconditional branch.Devang Patel
2009-02-10 Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel
2009-02-10Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel
2009-02-05Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel
2009-02-05Ignore dbg intrinsics while propagating conditional expression info.Devang Patel
2009-02-05Ignore dbg intrinsics while folding switch instruction.Devang Patel
2009-02-04Ignore dbg intrinsics.Devang Patel
2009-02-04While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel
2009-02-04Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel
2009-02-03Do not let dbg intrinsic block folding of two entry phi node.Devang Patel
2009-02-03Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky
2009-02-03Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky
2009-01-30use precise gettersGabor Greif
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-24Revert previous change; even this mild and clearlyDale Johannesen
2009-01-24Improve the inlining cost function a bit.Dale Johannesen
2009-01-23Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif
2009-01-20another fix for PR3354Chris Lattner
2009-01-19Doxygen-ify comments.Bill Wendling
2009-01-19Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner