Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, but
[oota-llvm.git] / lib / Target / TargetLibraryInfo.cpp
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...