summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/Local.h
Commit message (Expand)AuthorAge
* Reformat blank lines.NAKAMURA Takumi2014-05-19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Minor address space code simplification.Matt Arsenault2013-08-03
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-02
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-21
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-22
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel2011-03-18
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-17
* Refactor into a separate utility function.Devang Patel2011-03-17
* If the phi node was used by an unreachable instruction that ends up usingDuncan Sands2011-02-21
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-25
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-14
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-05
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-30
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-21
* add a helper function.Chris Lattner2010-01-12
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-05
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-05
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-18
* Make EliminateDuplicatePHINodes() available as a utility functionJim Grosbach2009-11-19
* move some generally useful functions out of jump threadingChris Lattner2009-11-10
* refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.Chris Lattner2009-11-10
* Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter2009-09-16