- Make sure that we don't over-increment the iterator when going through the
[oota-llvm.git] / lib / CodeGen / StackProtector.cpp
2008-11-10 Bill Wendling- Make sure that we don't over-increment the iterator...
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill WendlingRemove unneeded header file.
2008-11-06 Bill WendlingDon't build a vector of returns. Just modify the Functi...
2008-11-06 Bill WendlingThe size limit is for individual arrays. So if any...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Bill WendlingAdjust the stack protector heuristic to care about...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-11-05 Bill WendlingRemove dead variable.
2008-11-05 Bill WendlingSimplify the allocated size calculation.
2008-11-05 Bill WendlingFix comment
2008-11-05 Bill WendlingSome code simplification. It now doesn't generate a...
2008-11-04 Bill WendlingSmall simplification of the stack guard type.
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Bill WendlingUpdate in response to feedback from Chris:
2008-11-04 Bill WendlingInitial checkin for stack protectors. Here's what it...