DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / include / llvm / Transforms / Utils / SimplifyLibCalls.h
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-21 Chandler Carruth[PM] Replace an abuse of inheritance to override a...
2015-01-14 Ahmed Bougacha[SimplifyLibCalls] Don't try to simplify indirect calls.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2014-10-22 Sanjay PatelShrinkify libcalls: use float versions of double libm...
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-09-17 David BlaikieReapply fix in r217988 (reverted in r217989) and remove...
2014-09-17 David BlaikieRevert "Fix -Wnon-virtual-dtor warning introduced in...
2014-09-17 David BlaikieFix -Wnon-virtual-dtor warning introduced in r217982.
2014-09-17 Chris BienemanFixing the sanitizer build failure:
2014-09-17 Chris BienemanRefactoring SimplifyLibCalls to remove static initializ...
2014-05-19 NAKAMURA TakumiReformat blank lines.
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-10-13 Meador IngeImplement new LibCallSimplifier class