1. f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago
  2. 68e081d Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  3. aa347f9 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 14 years ago
  4. 7900020 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 14 years ago
  5. 83d382b Switch assert(0/false) llvm_unreachable. by David Blaikie · 14 years ago
  6. 551ef45 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 14 years ago
  7. 6da9077 Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 15 years ago
  8. 8829962 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 15 years ago
  9. 66187b3 Driver: Free Action objects. by Daniel Dunbar · 16 years ago
  10. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  11. 896cb66 Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 17 years ago
  12. f0eddb8 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 17 years ago
  13. 438ff8d Driver: Action vtables were still hungry. by Daniel Dunbar · 17 years ago
  14. 3f261ff Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 17 years ago
  15. 7326ad5 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 17 years ago
  16. 80665fb Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 17 years ago
  17. f479c12 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 17 years ago