Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
baf26b2d3eb848dec25fcdd710dc2dd4ab6e2426
/
lib
/
CodeGen
/
StackProtector.cpp
b7c6ebc
- Modify the stack protector algorithm so that the stack slot is allocated in
by Bill Wendling
· 17 years ago
848693c
Remove unneeded header file.
by Bill Wendling
· 17 years ago
1fb615f
Don't build a vector of returns. Just modify the Function in the loop.
by Bill Wendling
· 17 years ago
703ccfe
The size limit is for individual arrays. So if any array has more than 8 bytes
by Bill Wendling
· 17 years ago
4c3a1d8
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
by Bill Wendling
· 17 years ago
89c5cc6
Adjust the stack protector heuristic to care about only arrays or calls to
by Bill Wendling
· 17 years ago
b2a4298
Implement the stack protector stack accesses via intrinsics:
by Bill Wendling
· 17 years ago
1508606
Remove dead variable.
by Bill Wendling
· 17 years ago
fa75dc6
Simplify the allocated size calculation.
by Bill Wendling
· 17 years ago
f0eaa9a
Fix comment
by Bill Wendling
· 17 years ago
613f774
Some code simplification. It now doesn't generate a prologue if the epilogue
by Bill Wendling
· 17 years ago
4a3a851
Small simplification of the stack guard type.
by Bill Wendling
· 17 years ago
b7c2c12
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
by Bill Wendling
· 17 years ago
80a320d
Update in response to feedback from Chris:
by Bill Wendling
· 17 years ago
2b58ce5
Initial checkin for stack protectors. Here's what it does:
by Bill Wendling
· 17 years ago