Skip to content
  1. Oct 21, 2009
  2. Oct 12, 2009
  3. Sep 24, 2009
    • Ted Kremenek's avatar
      When building CFGs, no longer reverse the statements in the CFGBlock. Instead · 0868eea3
      Ted Kremenek authored
      have the iterators and operator[] handle the traversal of statements, as they
      are stored in reverse order. Tests show this has no real performance impact, but
      it does simply the CFG construction logic and will make it slightly easier to
      change the allocation strategy for CFGBlocks (as we have fewer copies).
      
      llvm-svn: 82702
      0868eea3
  4. Sep 09, 2009
  5. Aug 28, 2009
  6. Aug 24, 2009
  7. Aug 23, 2009
  8. Aug 20, 2009
  9. Jul 25, 2009
  10. Jul 24, 2009
  11. Jul 23, 2009
  12. Jul 22, 2009
  13. Jul 21, 2009
  14. Jul 18, 2009
  15. Jul 17, 2009
  16. Jul 16, 2009
  17. Jul 03, 2009
  18. Jun 30, 2009
    • Chris Lattner's avatar
      Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. · c61089a6
      Chris Lattner authored
      This is simple enough, but then I thought it would be nice to make PrintingPolicy
      get a LangOptions so that various things can key off "bool" and "C++" independently.
      This spiraled out of control.  There are many fixme's, but I think things are slightly
      better than they were before.
      
      One thing that can be improved: CFG should probably have an ASTContext pointer in it,
      which would simplify its clients.
      
      llvm-svn: 74493
      c61089a6
  19. Jun 25, 2009
  20. Jun 24, 2009
  21. May 29, 2009
  22. May 06, 2009
  23. May 02, 2009
Loading