aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-30Minor code simplification.Dan Gohman
2009-06-27Remove the block from the LoopInfo, rather than just the Loop.Dan Gohman
2009-06-27Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman
2009-06-26Remove unused routines.Devang Patel
2009-06-26Fix linking of llvm-ld and lli with CMake, from Xerxes RÄnbyDouglas Gregor
2009-06-26Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman
2009-06-16Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner
2009-06-15Fix the crash in this test. This is basically the sameDale Johannesen
2009-06-14Fix old-style type names in comments.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-23available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin
2009-05-19Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman
2009-05-14Reuse existing getUnderlyingObject instead ofDale Johannesen
2009-05-13Handle some additonal cases of external weak globals.Dale Johannesen
2009-05-13Don't generate a select whose operand is load of a weakDale Johannesen
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-05-08PR4123: don't crash when inlining a call which uses its own result.Eli Friedman
2009-05-06Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands
2009-05-04Re-apply 70645, converting ScalarEvolution to useDan Gohman
2009-05-04Restore minor deletion.Mike Stump
2009-05-03Revert r70645 for now; it's causing a variety of regressions.Dan Gohman
2009-05-02Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman
2009-05-02Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman
2009-04-22Real fix for PR3549, by using caching for predecessor counts in addition to t...Owen Anderson
2009-04-22Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test...Owen Anderson
2009-04-21use predicate instead of hand-rolled loopChris Lattner
2009-04-17remove trailing whitespaceJim Grosbach
2009-04-16Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of Eli Friedman
2009-04-15While inlining, clone llvm.dbg.func.start intrinsic and adjust Devang Patel
2009-03-31Update call graph after inlining invoke.Devang Patel
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman
2009-03-21Factorize out a concept - no functionality change.Duncan Sands
2009-03-20Don't load values out of global constants with weakDuncan Sands
2009-03-19Fix comment typo.Dale Johannesen
2009-03-18Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng
2009-03-18Fix a bug.Zhou Sheng
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif
2009-03-13Fix one more place where debug info affectedDale Johannesen
2009-03-12Previous debug info fix to this code wasn't quiteDale Johannesen
2009-03-12There already was a class to force deterministicDale Johannesen
2009-03-12Another missing check for debug intrinsics.Dale Johannesen
2009-03-12Allow for switch values bigger than 64 bits.Dale Johannesen
2009-03-12Fix some nondeterministic behavior when forwardingDale Johannesen
2009-03-10Don't consider debug intrinsics when checkingDale Johannesen
2009-03-10Ignore dbg info, while estimating size of jump through block.Devang Patel