aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-2/+1
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-1/+2
2012-10-24Fix a compiler warning with an unused variable.Micah Villmow1-1/+0
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow1-1/+1
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-1/+2
2012-10-11Revert 165732 for further review.Micah Villmow1-2/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-1/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow1-5/+5
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren1-2/+14
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren1-0/+22
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-15/+21
2012-06-29revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes1-2/+1
2012-06-29ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes1-1/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-4/+4
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling1-1/+1
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-2/+2
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy1-4/+3
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes1-1/+1
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy1-1/+1
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy1-3/+3
2012-05-28PR1255: Case RangesStepan Dyatkovskiy1-1/+3
2012-05-23PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy1-10/+14
2012-05-10teach DSE and isInstructionTriviallyDead() about callocNuno Lopes1-1/+1
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola1-2/+1
2012-03-25Add an asserting ValueHandle to the block simplification code which willChandler Carruth1-0/+9
2012-03-24Don't form a WeakVH around the sentinel node in the instructions BBChandler Carruth1-4/+2
2012-03-24Refactor the interface to recursively simplifying instructions to be tadChandler Carruth1-14/+6
2012-03-11llvm::SwitchInstStepan Dyatkovskiy1-2/+2
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy1-9/+12
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy1-11/+9
2011-12-06Simplify common predecessor finding.Benjamin Kramer1-24/+10
2011-11-29Fix a theoretical problem (not seen in the wild): if different instances of aDuncan Sands1-0/+4
2011-10-24A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky1-0/+8
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames1-2/+6
2011-08-15The "landingpad" instruction will never be "trivially" dead.Bill Wendling1-0/+4
2011-08-02Lifetime intrinsics on undef are dead.Nick Lewycky1-3/+9
2011-07-20Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman1-1/+0
2011-06-30Add r134057 back, but splice the predecessor after the successors phiRafael Espindola1-10/+12
2011-06-29Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier1-12/+10
2011-06-29Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola1-10/+12
2011-06-28Fix typo in comment.Nick Lewycky1-1/+1
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad1-6/+11
2011-06-23Revert r133513:Eric Christopher1-11/+6
2011-06-21Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad1-6/+11
2011-06-21Revert r133435 and r133449 to appease buildbots.Chad Rosier1-11/+6
2011-06-20Change how PHINodes store their operands.Jay Foad1-6/+11
2011-06-15Simplify; no significant functionality change.Eli Friedman1-26/+2
2011-05-24Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich1-0/+13
2011-05-22Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel1-6/+18