Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
[oota-llvm.git] / lib / Target / TargetLibraryInfo.cpp
2012-02-12 Nick LewyckyRemove redundant getAnalysis<> calls in GlobalOpt....
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-01 Chad RosierAdd missing functions.
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-06-09 Duncan SandsEnable printf() to iprintf() optimization for the TCE...
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarTarget: Eliminate a use of getDarwinMajorNumber().
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...