aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/StackProtector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix commentBill Wendling2008-11-051-1/+2
* Some code simplification. It now doesn't generate a prologue if the epilogueBill Wendling2008-11-051-61/+47
* Small simplification of the stack guard type.Bill Wendling2008-11-041-4/+3
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-041-14/+11
* Update in response to feedback from Chris:Bill Wendling2008-11-041-28/+34
* Initial checkin for stack protectors. Here's what it does:Bill Wendling2008-11-041-0/+228