Skip to content
  1. Jun 27, 2013
  2. Jun 26, 2013
  3. Jun 20, 2013
  4. Jun 19, 2013
  5. Jun 17, 2013
  6. Jun 14, 2013
  7. Jun 13, 2013
  8. Jun 06, 2013
  9. Jun 04, 2013
  10. Jun 03, 2013
  11. May 31, 2013
  12. May 24, 2013
  13. May 23, 2013
    • Sean Callanan's avatar
      Fixed a bug where persistent variables did not · fbf5c682
      Sean Callanan authored
      live as long as they needed to.  This led to
      equality tests involving persistent variables
      often failing or succeeding when they had no
      business doing so.
      
      To do this, I introduced the ability for a
      memory allocation to "leak" - that is, to
      persist in the process beyond the lifetime of
      the expression.  Hand-declared persistent
      variables do this now.
      
      <rdar://problem/13956311>
      
      llvm-svn: 182528
      fbf5c682
  14. May 18, 2013
  15. May 17, 2013
    • Greg Clayton's avatar
      <rdar://problem/13893094> · 9e9f219a
      Greg Clayton authored
      Show variables that were in the debug info but optimized out. Also display a good error message when one of these variables get used in an expression.
      
      llvm-svn: 182066
      9e9f219a
  16. May 16, 2013
    • Sean Callanan's avatar
      Added a per-process cache for reserved memory · bb77704c
      Sean Callanan authored
      regions that aren't actually allocated in the
      process.  This cache is used by the expression
      parser if the underlying process doesn't support
      memory allocation, to avoid needless repeated
      searches for unused address ranges.
      
      Also fixed a silly bug in IRMemoryMap where it
      would continue searching even after it found a
      valid region.
      
      <rdar://problem/13866629>
      
      llvm-svn: 182028
      bb77704c
  17. May 15, 2013
  18. May 09, 2013
  19. May 08, 2013
  20. May 02, 2013
  21. Apr 30, 2013
  22. Apr 27, 2013
  23. Apr 26, 2013
  24. Apr 25, 2013
  25. Apr 24, 2013
  26. Apr 23, 2013
  27. Apr 20, 2013
Loading