Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a copy ctor to TargetLibraryInfo. | Chris Lattner | 2011-05-21 | 1 | -0/+1 |
* | enhance memcpyopt to obey -fno-builtin and friends. This addresses a | Chris Lattner | 2011-05-01 | 1 | -0/+3 |
* | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+3 |
* | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+3 |
* | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+3 |
* | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner | 2011-02-18 | 1 | -0/+4 |
* | add memset and memcpy, though they are always available for now. | Chris Lattner | 2011-02-18 | 1 | -0/+6 |
* | introduce a new TargetLibraryInfo pass, which transformations can use to | Chris Lattner | 2011-02-18 | 1 | -0/+56 |