1. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  2. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  3. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  4. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  5. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  6. 548f6c8 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 13 years ago
  7. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  8. f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
  9. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  10. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  11. 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
  12. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  13. e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 16 years ago
  14. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  15. 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
  16. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  17. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
  18. 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
  19. 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago