[PATCH] Refactor fortified (__*_chk) library function handling in TLI/LibCallSimplifier.

Ahmed Bougacha ahmed.bougacha at gmail.com
Fri Nov 7 17:28:37 PST 2014


Next in the how-to-review-many-small-patches saga, my local commit log:

Factor out signature checks for fortifiable libcalls: http://reviews.llvm.org/differential/diff/15947/
Cleanup size_t Type* retrieval: http://reviews.llvm.org/differential/diff/15948/
Factor out the string/memory optimizations: http://reviews.llvm.org/differential/diff/15949/
Factor out the fortified libcall optimizations: http://reviews.llvm.org/differential/diff/15950/
Remove the CGP LibCallSimplifier duplicate: http://reviews.llvm.org/differential/diff/15951/ 

As is probably obvious by all the churn I'm still not a big fan of making a revision for every single one of them.

http://reviews.llvm.org/D5982






More information about the llvm-commits mailing list