summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Float2Int.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Float2Int] Replace a ConstantRange copy with a move. Remove an extra call to...Craig Topper2017-05-051-3/+4
* [Float2Int] Remove return of ConstantRange from seen method. Nothing uses it ...Craig Topper2017-05-041-2/+1
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-6/+5
* Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]Philip Reames2016-12-011-30/+15
* [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.Michael Kuperstein2016-06-281-1/+1
* [PM] Port float2int to the new pass managerMichael Kuperstein2016-06-241-42/+41
* Switch more loops to be range-basedDavid Majnemer2016-06-241-2/+2
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-1/+1
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [Float2Int] Don't operate on vector instructionsReid Kleckner2015-12-091-0/+2
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-3/+3
* Untabify.NAKAMURA Takumi2015-09-221-3/+3
* Reformat blank lines.NAKAMURA Takumi2015-09-221-2/+2
* Reformat comment lines.NAKAMURA Takumi2015-09-221-3/+3
* Reformat.NAKAMURA Takumi2015-09-221-4/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-2/+5
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-1/+1
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-241-6/+5
* [GMR] Add a late run of GlobalsModRef to the main pass pipeline behindChandler Carruth2015-07-231-0/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Reapply r233175 and r233183: float2int.James Molloy2015-03-271-0/+540
* Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky2015-03-271-540/+0
* [optnone] Skip pass Float2Int on optnone functions.Andrea Di Biagio2015-03-251-0/+3
* Reapply r233062: "float2int": Add a new pass to demote from float to int wher...James Molloy2015-03-251-0/+537
* Revert r233062 ""float2int": Add a new pass to demote from float to int where...Hans Wennborg2015-03-241-536/+0
* [float2int] Sort includes and add missing raw_ostream include.Benjamin Kramer2015-03-241-6/+7
* "float2int": Add a new pass to demote from float to int where possible.James Molloy2015-03-241-0/+535
OpenPOWER on IntegriCloud