aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/Float2Int.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-28[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.Michael Kuperstein1-1/+1
2016-06-24[PM] Port float2int to the new pass managerMichael Kuperstein1-42/+41
2016-06-24Switch more loops to be range-basedDavid Majnemer1-2/+2
2016-06-08Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer1-1/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-12-09[Float2Int] Don't operate on vector instructionsReid Kleckner1-0/+2
2015-09-22Prune trailing whitespaces.NAKAMURA Takumi1-3/+3
2015-09-22Untabify.NAKAMURA Takumi1-3/+3
2015-09-22Reformat blank lines.NAKAMURA Takumi1-2/+2
2015-09-22Reformat comment lines.NAKAMURA Takumi1-3/+3
2015-09-22Reformat.NAKAMURA Takumi1-4/+1
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-2/+5
2015-08-06Rename inst_range() to instructions() for consistency. NFCNico Rieck1-1/+1
2015-07-24Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper1-6/+5
2015-07-23[GMR] Add a late run of GlobalsModRef to the main pass pipeline behindChandler Carruth1-0/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-27Reapply r233175 and r233183: float2int.James Molloy1-0/+540
2015-03-27Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky1-540/+0
2015-03-25[optnone] Skip pass Float2Int on optnone functions.Andrea Di Biagio1-0/+3
2015-03-25Reapply r233062: "float2int": Add a new pass to demote from float to int wher...James Molloy1-0/+537
2015-03-24Revert r233062 ""float2int": Add a new pass to demote from float to int where...Hans Wennborg1-536/+0
2015-03-24[float2int] Sort includes and add missing raw_ostream include.Benjamin Kramer1-6/+7
2015-03-24"float2int": Add a new pass to demote from float to int where possible.James Molloy1-0/+535