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