Age | Commit message (Expand) | Author |
---|---|---|
2010-03-12 | Add a virtual destructor and give vtable a home. | Benjamin Kramer |
2010-03-12 | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer |
2010-03-11 | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer |
2010-03-11 | Lower stpcpy_chk when possible. | Eric Christopher |
2010-03-11 | Fix typo. | Eric Christopher |
2010-03-11 | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher |
2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |