Skip to content
  1. Apr 23, 2008
    • Ted Kremenek's avatar
      Fixed: <rdar://problem/5881148> · dd43aeee
      Ted Kremenek authored
      Problem:
      
      In the recently refactored VisitDeref (which processes dereferences), we
      were incorrectly skipping the node just generated for the subexpression
      of the dereference.  This was a horrible regression.
      
      llvm-svn: 50176
      dd43aeee
  2. Apr 22, 2008
  3. Apr 18, 2008
  4. Apr 17, 2008
  5. Apr 16, 2008
  6. Apr 14, 2008
  7. Apr 12, 2008
  8. Apr 11, 2008
  9. Apr 10, 2008
  10. Apr 09, 2008
  11. Mar 31, 2008
  12. Mar 21, 2008
  13. Mar 16, 2008
    • Chris Lattner's avatar
      Make a major restructuring of the clang tree: introduce a top-level · 7a51313d
      Chris Lattner authored
      lib dir and move all the libraries into it.  This follows the main
      llvm tree, and allows the libraries to be built in parallel.  The
      top level now enforces that all the libs are built before Driver,
      but we don't care what order the libs are built in.  This speeds
      up parallel builds, particularly incremental ones.
      
      llvm-svn: 48402
      7a51313d
  14. Mar 14, 2008
  15. Mar 12, 2008
  16. Mar 11, 2008
Loading