Skip to content
  1. May 04, 2008
  2. Apr 30, 2008
  3. Apr 25, 2008
  4. Apr 20, 2008
  5. Apr 19, 2008
  6. Apr 18, 2008
  7. Apr 16, 2008
    • Steve Naroff's avatar
      Remove FileVarDecl and BlockVarDecl. They are replaced by... · 08899ff8
      Steve Naroff authored
      Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl().
      
      This is a fairly mechanical/large change. As a result, I avoided making any changes/simplifications that weren't directly related. I did break two Analysis tests. I also have a couple FIXME's in UninitializedValues.cpp. Ted, can you take a look? If the bug isn't obvious, I am happy to dig in and fix it (since I broke it).
      
      llvm-svn: 49748
      08899ff8
  8. Apr 14, 2008
  9. Apr 13, 2008
  10. Apr 09, 2008
  11. Apr 08, 2008
  12. Apr 07, 2008
  13. Apr 06, 2008
  14. Apr 04, 2008
  15. Apr 03, 2008
  16. Apr 02, 2008
  17. Mar 31, 2008
  18. Mar 19, 2008
  19. 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
Loading