index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
SimplifyLibCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLC] Refactor the simplication of pow() (NFC)
Evandro Menezes
2018-07-31
1
-20
/
+16
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[SLC] Refactor the simplication of pow() (NFC)
Evandro Menezes
2018-07-30
1
-111
/
+114
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[SimplifyLibcalls] [NFC] Cleanup, improvements
David Bolvansky
2018-05-31
1
-11
/
+9
*
[InstCombine] use nsw negation for abs libcalls
Sanjay Patel
2018-05-22
1
-7
/
+7
*
[InstCombine] Remove calloc transformations
David Bolvansky
2018-05-22
1
-14
/
+14
*
[InstCombine] Calloc-ed strings optimizations
David Bolvansky
2018-05-22
1
-15
/
+15
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
1
-19
/
+93
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-11
1
-0
/
+90
*
Revert "[InstCombine] snprintf optimizations"
Martin Storsjo
2018-05-10
1
-90
/
+0
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-09
1
-0
/
+90
*
Revert "[InstCombine] snprintf optimizations"
Benjamin Kramer
2018-05-09
1
-90
/
+0
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-09
1
-0
/
+90
*
Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"
Matt Morehouse
2018-04-27
1
-92
/
+19
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-04-26
1
-19
/
+92
*
[SimplifyLibcalls] Atoi, strtol replacements
David Bolvansky
2018-04-25
1
-0
/
+55
*
[SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
Sanjay Patel
2018-04-18
1
-21
/
+9
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[SimplifyLibCalls] Update an obviously copy and pasted header comment to matc...
Craig Topper
2018-03-01
1
-4
/
+2
*
[SimplifyLibCalls] Update from deprecated IRBuilder API for creating memory i...
Daniel Neilson
2018-02-05
1
-25
/
+23
*
[InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)
Dmitry Venikov
2018-01-11
1
-15
/
+0
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
1
-0
/
+33
*
[SimplifyLibCalls] propagate FMF when folding pow(x, -1.0) call
Sanjay Patel
2017-12-10
1
-14
/
+11
*
[SimplifyLibCalls] propagate FMF when folding pow(x, 2.0) call (PR35601)
Sanjay Patel
2017-12-10
1
-1
/
+6
*
[LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-8
/
+7
*
[LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-32
/
+49
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-19
/
+18
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-2
/
+4
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
TargetLibraryInfo: Stop guessing wchar_t size
Matthias Braun
2017-09-26
1
-0
/
+3
*
[LibCallSimplifier] try harder to fold memcmp with constant arguments (2nd try)
Sanjay Patel
2017-08-21
1
-14
/
+30
*
revert r311333: [LibCallSimplifier] try harder to fold memcmp with constant a...
Sanjay Patel
2017-08-21
1
-26
/
+10
*
[LibCallSimplifier] try harder to fold memcmp with constant arguments
Sanjay Patel
2017-08-21
1
-10
/
+26
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-76
/
+97
*
Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Adam Nemet
2017-07-26
1
-7
/
+6
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-2
/
+2
*
[SimplifyLibCalls] fix formatting; NFC
Sanjay Patel
2017-06-09
1
-1
/
+1
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
1
-14
/
+0
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-3
/
+1
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-28
/
+54
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-3
/
+3
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-6
/
+5
*
SimplifyLibCalls: Fix crash on memset(notmalloc())
Matthias Braun
2017-04-25
1
-0
/
+3
*
[SimplifyLibCalls] Fix infinite loop with fast-math optimization.
Andrew Ng
2017-04-25
1
-0
/
+18
*
[SimplifyLibCalls] Remove a cl::opt that's been `true` for a long time.
Davide Italiano
2017-04-25
1
-5
/
+1
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-3
/
+3
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-3
/
+3
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-3
/
+3
[next]