Skip to content
  1. Nov 04, 2008
    • Nuno Lopes's avatar
      fix leakage of IfcvtTokens · 57c6594e
      Nuno Lopes authored
      llvm-svn: 58690
      57c6594e
    • Oscar Fuentes's avatar
      CMake: Updated list of source files. · 8881a91a
      Oscar Fuentes authored
      llvm-svn: 58676
      8881a91a
    • Bill Wendling's avatar
      Initial checkin for stack protectors. Here's what it does: · 05d8417f
      Bill Wendling authored
      * The prologue is modified to read the __stack_chk_guard global and insert it
        onto the stack.
      
      * The epilogue is modified to read the stored guard from the stack and compare
        it to the original __stack_chk_guard value. If they differ, then the
        __stack_chk_fail() function is called.
      
      * The stack protector needs to be first on the stack (after the parameters) to
        catch any stack-smashing activities.
      
      Front-end support will follow after a round of beta testing.
      
      llvm-svn: 58673
      05d8417f
  2. Nov 03, 2008
  3. Nov 02, 2008
  4. Nov 01, 2008
  5. Oct 31, 2008
  6. Oct 30, 2008
  7. Oct 29, 2008
  8. Oct 28, 2008
  9. Oct 27, 2008
Loading