Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bf1af1acc7c6215419b20d0eb6c1a19e2d9665d3
/
llvm
/
lib
/
Target
/
TargetLibraryInfo.cpp
780a186
Add more functions to the target library information.
by Meador Inge
· 13 years ago
2526a42
Add more functions to the target library information.
by Meador Inge
· 13 years ago
8bcc971
Make MemoryBuiltins aware of TargetLibraryInfo.
by Benjamin Kramer
· 13 years ago
7fb0cd2
Add a few functions to TargetLibraryInfo as part of PR13574.
by Chad Rosier
· 13 years ago
c740e3f
Add new getLibFunc method to TargetLibraryInfo.
by Bob Wilson
· 13 years ago
89702e9
make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function.
by Nuno Lopes
· 13 years ago
342cf78
add a few more functions to TargetLibraryInfo:
by Nuno Lopes
· 13 years ago
20f5a7a
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
by Nuno Lopes
· 13 years ago
a81bcbb
fix pr12559: mark unavailable win32 math libcalls
by Joe Groff
· 14 years ago
4b273cb
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
by Nick Lewycky
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
bb15fec
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can use the former to prevent the formation of libm SDNode's when -fno-builtin is passed.
by Owen Anderson
· 14 years ago
676c093
Add missing functions.
by Chad Rosier
· 14 years ago
10fe1fe
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
by Chad Rosier
· 14 years ago
738da25
Add a few functions to TargetLibraryInfo.
by Chad Rosier
· 14 years ago
abba094
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
by Chad Rosier
· 14 years ago
82e1bd8
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
by Chad Rosier
· 14 years ago
489c0ff
Add support for custom names for library functions in TargetLibraryInfo. Add a custom name for fwrite and fputs on x86-32 OSX. Make SimplifyLibCalls honor the custom
by Eli Friedman
· 14 years ago
eeb50c8
Enable printf() to iprintf() optimization for the TCE target.
by Duncan Sands
· 14 years ago
4c0d9e2
add a copy ctor to TargetLibraryInfo.
by Chris Lattner
· 14 years ago
cd01ed5
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
by Daniel Dunbar
· 15 years ago
9483bb6
Target: Eliminate a use of getDarwinMajorNumber().
by Daniel Dunbar
· 15 years ago
af52c52
Optimize fprintf -> iprintf if there are no floating point arguments
by Richard Osborne
· 15 years ago
2dfb888
Optimize sprintf -> siprintf if there are no floating point arguments
by Richard Osborne
· 15 years ago
815de53
Optimize printf -> iprintf if there are no floating point arguments
by Richard Osborne
· 15 years ago
1341df9
add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag.
by Chris Lattner
· 15 years ago
0e125bb
introduce a new TargetLibraryInfo pass, which transformations can use to
by Chris Lattner
· 15 years ago