Skip to content
  1. Nov 04, 2008
    • 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
    • Ted Kremenek's avatar
    • David Greene's avatar
      · b04e7c36
      David Greene authored
      Add setSubgraphColor to color an entire portion of a SelectionDAG.  This
      will be used to support debug features in TableGen.
      
      llvm-svn: 58257
      b04e7c36
    • David Greene's avatar
      · b00b267b
      David Greene authored
      Fix PR2634.  Create new virtual registers from spills early so that we
      can give it the same stack slot as the spilled interval if it is folded.
      This prevents the fold/unfold code from pointing to the wrong register.
      
      llvm-svn: 58255
      b00b267b
Loading