Skip to content
  1. Sep 04, 2010
  2. Aug 06, 2010
  3. Jul 22, 2010
  4. Mar 14, 2010
  5. Jan 04, 2010
    • David Greene's avatar
      · 821e67e2
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92516
      821e67e2
  6. Oct 25, 2009
  7. Aug 23, 2009
  8. Jul 26, 2009
  9. Jul 23, 2009
    • Daniel Dunbar's avatar
      Convert StringMap to using StringRef for its APIs. · 5bf72e20
      Daniel Dunbar authored
       - Yay for '-'s and simplifications!
      
       - I kept StringMap::GetOrCreateValue for compatibility purposes, this can
         eventually go away. Likewise the StringMapEntry Create functions still follow
         the old style.
      
       - NIFC.
      
      llvm-svn: 76888
      5bf72e20
  10. Jul 14, 2009
  11. Jul 11, 2009
  12. Feb 18, 2009
  13. Jan 28, 2009
  14. Sep 04, 2008
  15. Aug 17, 2008
  16. Jul 02, 2008
  17. May 13, 2008
  18. Dec 29, 2007
  19. Dec 14, 2007
  20. Dec 11, 2007
  21. Sep 28, 2007
    • Gordon Henriksen's avatar
      CollectorMetadata abstractly describes stack maps for a function. · 613afce4
      Gordon Henriksen authored
      It includes:
      
       - location and of each safe point in machine code (identified by a
         label)
       - location of each root within the stack frame (identified by an
         offset), including the metadata tag provided to llvm.gcroot in
         the user program
       - size of the stack frame (for collectors which want to cheat on
         stack crawling :)
       - and eventually will include liveness
      
      It is to be populated by back-ends during code-generation.
      
      CollectorModuleMetadata aggregates this information across the
      entire module.
      
      llvm-svn: 42418
      613afce4
Loading