OSDN Git Service

Merging r341094:
[android-x86/external-llvm.git] / lib / Transforms / Scalar / Float2Int.cpp
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2017-05-05 Craig Topper[Float2Int] Replace a ConstantRange copy with a move...
2017-05-04 Craig Topper[Float2Int] Remove return of ConstantRange from seen...
2017-01-15 Chandler Carruth[PM] Introduce an analysis set used to preserve all...
2016-12-01 Philip ReamesFactor out common parts of LVI and Float2Int into Const...
2016-06-28 Michael Kuperstein[PM] Normalize FIXMEs for missing PreserveCFG to have...
2016-06-24 Michael Kuperstein[PM] Port float2int to the new pass manager
2016-06-24 David MajnemerSwitch more loops to be range-based
2016-06-08 Benjamin KramerAvoid copies of std::strings and APInt/APFloats where...
2016-04-22 Andrew KaylorRe-commit optimization bisect support (r267022) without...
2016-04-22 Vedant KumarRevert "Initial implementation of optimization bisect...
2016-04-21 Andrew KaylorInitial implementation of optimization bisect support.
2016-04-18 Mehdi Amini[NFC] Header cleanup
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-25 Andrea Di Biagio[optnone] Skip pass Float2Int on optnone functions.
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 Benjamin Kramer[float2int] Sort includes and add missing raw_ostream...
2015-03-24 James Molloy"float2int": Add a new pass to demote from float to...