1. 780a186 Add more functions to the target library information. by Meador Inge · 13 years ago
  2. 2526a42 Add more functions to the target library information. by Meador Inge · 13 years ago
  3. 8bcc971 Make MemoryBuiltins aware of TargetLibraryInfo. by Benjamin Kramer · 13 years ago
  4. 7fb0cd2 Add a few functions to TargetLibraryInfo as part of PR13574. by Chad Rosier · 13 years ago
  5. c740e3f Add new getLibFunc method to TargetLibraryInfo. by Bob Wilson · 13 years ago
  6. 89702e9 make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function. by Nuno Lopes · 13 years ago
  7. 342cf78 add a few more functions to TargetLibraryInfo: by Nuno Lopes · 13 years ago
  8. 20f5a7a TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len by Nuno Lopes · 13 years ago
  9. a81bcbb fix pr12559: mark unavailable win32 math libcalls by Joe Groff · 14 years ago
  10. 4b273cb Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls by Nick Lewycky · 14 years ago
  11. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  12. 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
  13. 676c093 Add missing functions. by Chad Rosier · 14 years ago
  14. 10fe1fe Add a few more functions to TargetLibraryInfo. More of rdar://10500969. by Chad Rosier · 14 years ago
  15. 738da25 Add a few functions to TargetLibraryInfo. by Chad Rosier · 14 years ago
  16. abba094 Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional by Chad Rosier · 14 years ago
  17. 82e1bd8 Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable by Chad Rosier · 14 years ago
  18. 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
  19. eeb50c8 Enable printf() to iprintf() optimization for the TCE target. by Duncan Sands · 14 years ago
  20. 4c0d9e2 add a copy ctor to TargetLibraryInfo. by Chris Lattner · 14 years ago
  21. cd01ed5 ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 15 years ago
  22. 9483bb6 Target: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 15 years ago
  23. af52c52 Optimize fprintf -> iprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  24. 2dfb888 Optimize sprintf -> siprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  25. 815de53 Optimize printf -> iprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  26. 1341df9 add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag. by Chris Lattner · 15 years ago
  27. 0e125bb introduce a new TargetLibraryInfo pass, which transformations can use to by Chris Lattner · 15 years ago