aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)Author
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-24Fix typo in commentsAlexey Samsonov
2012-12-21[msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov
2012-12-12Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-24Fix a compiler warning with an unused variable.Micah Villmow
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-06-29revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes
2012-06-29ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-23PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy
2012-05-10teach DSE and isInstructionTriviallyDead() about callocNuno Lopes
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-03-25Add an asserting ValueHandle to the block simplification code which willChandler Carruth
2012-03-24Don't form a WeakVH around the sentinel node in the instructions BBChandler Carruth
2012-03-24Refactor the interface to recursively simplifying instructions to be tadChandler Carruth
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2011-12-06Simplify common predecessor finding.Benjamin Kramer
2011-11-29Fix a theoretical problem (not seen in the wild): if different instances of aDuncan Sands
2011-10-24A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames
2011-08-15The "landingpad" instruction will never be "trivially" dead.Bill Wendling
2011-08-02Lifetime intrinsics on undef are dead.Nick Lewycky
2011-07-20Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman
2011-06-30Add r134057 back, but splice the predecessor after the successors phiRafael Espindola
2011-06-29Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier
2011-06-29Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola
2011-06-28Fix typo in comment.Nick Lewycky
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad