index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetLibraryInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-0
/
+38
*
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
1
-0
/
+36
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
1
-0
/
+25
*
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
1
-67
/
+71
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-0
/
+2
*
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
1
-0
/
+14
*
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
1
-0
/
+12
*
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
1
-2
/
+8
*
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
1
-0
/
+9
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
1
-0
/
+24
*
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
1
-0
/
+36
*
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
1
-13
/
+98
*
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-30
1
-21
/
+21
*
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
1
-0
/
+9
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-6
/
+50
*
add a copy ctor to TargetLibraryInfo.
Chris Lattner
2011-05-21
1
-0
/
+1
*
enhance memcpyopt to obey -fno-builtin and friends. This addresses a
Chris Lattner
2011-05-01
1
-0
/
+3
*
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
2011-02-18
1
-0
/
+4
*
add memset and memcpy, though they are always available for now.
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
/
+56