Skip to content
  1. Jan 18, 2007
    • Chris Lattner's avatar
    • Reid Spencer's avatar
      For PR1028: · 73006513
      Reid Spencer authored
      Add the llvm.stacksave and llvm.stackrestore intrinsics that correspond
      to the GCC builtins __builtin_stack_save and __builtin_stack_restore. This
      allows the CBE to execute these builtins, and fixes:
      
         test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll
         External/SPEC/CINT2000/176.gcc (CBE)
      
      Patch by Gordon Henriksen.
      
      llvm-svn: 33313
      73006513
    • Reid Spencer's avatar
      For PR1028: · 062a3b82
      Reid Spencer authored
      Ensure the CBE generates calls to GCC builtins for stack_save and
      stack_restore when it encounters the corresponding intrinsics.
      
      Patch by Gordon Henriksen.
      
      llvm-svn: 33312
      062a3b82
  2. Jan 17, 2007
Loading