summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/loads.ll
Commit message (Expand)AuthorAge
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-06
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-08
* Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner2009-12-04
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-24
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-23
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-23
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-23