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
/
Target
/
TargetLibraryInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Target: invert condition for Windows
Saleem Abdulrasool
2014-07-24
1
-1
/
+1
*
X86: correct library call setup for Windows itanium
Saleem Abdulrasool
2014-07-24
1
-1
/
+1
*
TargetLibraryInfo: Disable memcpy and memset on R600
Tom Stellard
2014-04-02
1
-1
/
+10
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
Nico Weber
2014-03-07
1
-1
/
+1
*
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
Benjamin Kramer
2014-02-04
1
-0
/
+5
*
OS X: the correct function is __sincospif_stret, not __sincospi_stretf
Tim Northover
2014-02-04
1
-2
/
+2
*
Disable transforms that introduce calls to exp10*() on Linux due to
Chandler Carruth
2013-12-28
1
-6
/
+10
*
TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhere
Reid Kleckner
2013-12-26
1
-34
/
+33
*
Enable double to float shrinking optimizations for binary functions like 'fmi...
Yi Jiang
2013-12-16
1
-0
/
+10
*
There is no exp10 on NetBSD.
Joerg Sonnenberger
2013-12-15
1
-0
/
+6
*
Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...
Yi Jiang
2013-12-12
1
-0
/
+25
*
Revert 196544 due to internal bot failures.
Manman Ren
2013-12-08
1
-25
/
+0
*
Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x)
Yi Jiang
2013-12-05
1
-0
/
+25
*
Convert calls to __sinpi and __cospi into __sincospi_stret
Bob Wilson
2013-11-03
1
-0
/
+33
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-2
/
+2
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-0
/
+2
*
Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...
Michael Gottesman
2013-07-03
1
-0
/
+2
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+3
*
Add one more overload to make VS2008's debug mody happy.
Benjamin Kramer
2013-03-13
1
-0
/
+3
*
TLI: Microoptimize calls to strlen+memcmp to strncmp.
Benjamin Kramer
2013-03-09
1
-2
/
+24
*
Add more functions to the TLI.
Meador Inge
2013-03-05
1
-9
/
+212
*
Add more functions to the target library information.
Meador Inge
2012-11-22
1
-0
/
+47
*
Add more functions to the target library information.
Meador Inge
2012-11-10
1
-0
/
+18
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+20
*
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
1
-0
/
+36
*
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
1
-37
/
+56
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-1
/
+2
*
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
1
-0
/
+7
*
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
1
-0
/
+6
*
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
1
-1
/
+79
*
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
1
-1
/
+5
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
1
-1
/
+13
*
Add missing functions.
Chad Rosier
2011-12-01
1
-1
/
+4
*
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
1
-1
/
+16
*
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
1
-2
/
+50
*
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-30
1
-6
/
+6
*
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
1
-0
/
+3
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-0
/
+25
*
Enable printf() to iprintf() optimization for the TCE target.
Duncan Sands
2011-06-09
1
-2
/
+2
*
add a copy ctor to TargetLibraryInfo.
Chris Lattner
2011-05-21
1
-0
/
+6
*
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-20
1
-2
/
+2
*
Target: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
1
-1
/
+8
*
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+1
*
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-2
/
+4
*
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-1
/
+4
*
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
2011-02-18
1
-0
/
+6
*
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2011-02-18
1
-0
/
+49