index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetLibraryInfo.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
1
-1
/
+79
2012-02-12
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
1
-1
/
+5
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
1
-0
/
+2
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
1
-1
/
+13
2011-12-01
Add missing functions.
Chad Rosier
1
-1
/
+4
2011-12-01
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
1
-1
/
+16
2011-11-30
Add a few functions to TargetLibraryInfo.
Chad Rosier
1
-2
/
+50
2011-11-30
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
1
-6
/
+6
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
1
-0
/
+3
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
1
-0
/
+25
2011-06-09
Enable printf() to iprintf() optimization for the TCE target.
Duncan Sands
1
-2
/
+2
2011-05-21
add a copy ctor to TargetLibraryInfo.
Chris Lattner
1
-0
/
+6
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
1
-2
/
+2
2011-04-19
Target: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
1
-1
/
+8
2011-03-03
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
1
-0
/
+1
2011-03-03
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
1
-2
/
+4
2011-03-03
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
1
-1
/
+4
2011-02-18
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
1
-0
/
+6
2011-02-18
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
1
-0
/
+49