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
/
lib
/
Target
/
TargetLibraryInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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