summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CVP] Handle instructions with no user. No need to create CVPLattice state. T...Xin Tong2018-09-171-0/+3
* [CVP] Handle calls with void return value. No need to create CVPLattice state...Xin Tong2018-07-091-0/+10
* [CalledValuePropagation] Just use a sorted vector instead of a set.Benjamin Kramer2018-05-301-9/+11
* Attempt to unbreak the expensive-checks-win botMatthew Simpson2017-10-251-1/+2
* Add CalledValuePropagation passMatthew Simpson2017-10-251-0/+422
OpenPOWER on IntegriCloud