aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)Author
2008-11-05Fix commentBill Wendling
2008-11-05Some code simplification. It now doesn't generate a prologue if the epilogueBill Wendling
2008-11-04Small simplification of the stack guard type.Bill Wendling
2008-11-04- Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling
2008-11-04Update in response to feedback from Chris:Bill Wendling
2008-11-04Initial checkin for stack protectors. Here's what it does:Bill Wendling