summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix an infinite loop in InstCombine when an instruction with no users and sid...Owen Anderson2015-03-101-0/+4
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-10/+10
* New instcombine rule: max(~a,~b) -> ~min(a, b)Sanjoy Das2015-02-241-0/+30
* InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))Mehdi Amini2015-02-161-0/+1
* [PM] Port instcombine to the new pass manager!Chandler Carruth2015-01-241-1/+1
* [PM] Rename InstCombine.h to InstCombineInternal.h in preparation forChandler Carruth2015-01-221-0/+498
OpenPOWER on IntegriCloud