Skip to content
  • Bill Wendling's avatar
    Implement the stack protector stack accesses via intrinsics: · d970ea3e
    Bill Wendling authored
    - stackprotector_prologue creates a stack object and stores the guard there.
    
    - stackprotector_epilogue reads the stack guard from the stack position created
      by stackprotector_prologue.
    
    - The PrologEpilogInserter was changed to make sure that the stack guard is
      first on the stack frame.
    
    llvm-svn: 58791
    d970ea3e
Loading