aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/Local.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+11
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+21
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-17/+17
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-191-3/+8
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-1/+7
* Minor address space code simplification.Matt Arsenault2013-08-031-3/+2
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-021-12/+14
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-1/+2
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-261-2/+2
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-2/+2
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+5
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+5
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+2
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-1/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+2
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-8/+8
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-5/+9
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-2/+5
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+2
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-221-0/+61
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-241-0/+4
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-221-2/+4
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-021-4/+0
* If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel2011-03-181-0/+6
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-171-0/+5
* Refactor into a separate utility function.Devang Patel2011-03-171-0/+12
* If the phi node was used by an unreachable instruction that ends up usingDuncan Sands2011-02-211-1/+1
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-251-0/+12
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-161-0/+4
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-141-2/+0
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-281-11/+0
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-051-1/+1
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-301-1/+1
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-291-1/+2
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-211-7/+0
* add a helper function.Chris Lattner2010-01-121-0/+8
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-051-4/+5
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-051-1/+1
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-181-1/+0
* Make EliminateDuplicatePHINodes() available as a utility functionJim Grosbach2009-11-191-1/+8
* move some generally useful functions out of jump threadingChris Lattner2009-11-101-0/+15