Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. | Bill Wendling | 2008-11-06 | 1 | -2/+2 |
* | Adjust the stack protector heuristic to care about only arrays or calls to | Bill Wendling | 2008-11-06 | 1 | -1/+9 |
* | Implement the stack protector stack accesses via intrinsics: | Bill Wendling | 2008-11-06 | 1 | -9/+11 |
* | Remove dead variable. | Bill Wendling | 2008-11-05 | 1 | -1/+0 |
* | Simplify the allocated size calculation. | Bill Wendling | 2008-11-05 | 1 | -3/+3 |
* | Fix comment | Bill Wendling | 2008-11-05 | 1 | -1/+2 |
* | Some code simplification. It now doesn't generate a prologue if the epilogue | Bill Wendling | 2008-11-05 | 1 | -61/+47 |
* | Small simplification of the stack guard type. | Bill Wendling | 2008-11-04 | 1 | -4/+3 |
* | - Add a "getOrInsertGlobal" method to the Module class. This acts similarly to | Bill Wendling | 2008-11-04 | 1 | -14/+11 |
* | Update in response to feedback from Chris: | Bill Wendling | 2008-11-04 | 1 | -28/+34 |
* | Initial checkin for stack protectors. Here's what it does: | Bill Wendling | 2008-11-04 | 1 | -0/+228 |