1. d793350 Support -fatal-warnings for the assembler frontend by Joerg Sonnenberger · 13 years ago
  2. 1bf3902 Update API. by Rafael Espindola · 13 years ago
  3. 402adc3 Frontend/cc1as: Add support for -L. by Daniel Dunbar · 13 years ago
  4. ad3dfbe Pass in the TargetMachine parameter to the inst printer. by Bill Wendling · 13 years ago
  5. 3176cca Add support for the --noexecstack option. Fixes PR8762. by Rafael Espindola · 14 years ago
  6. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  7. 66cdf26 Update for LLVM API change. by Daniel Dunbar · 14 years ago
  8. 7872d48 Fixed version of 121435. by Rafael Espindola · 14 years ago
  9. afb3fa9 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  10. 4cf8b1e Update clang for the API changes in the cfi patch. by Rafael Espindola · 14 years ago
  11. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  12. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  13. e8f0ba7 getNumErrors() -> hasErrorOccurred() by Argyrios Kyrtzidis · 14 years ago
  14. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  15. 4f036fa Call InitSections when assembling. This makes clang's output match that of by Rafael Espindola · 14 years ago
  16. 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 14 years ago
  17. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  18. 726578c Call llvm::remove_fatal_error_handler before deallocating objects by Dan Gohman · 14 years ago
  19. 7ac3d5a Prepare for upcoming ownership change. by Benjamin Kramer · 14 years ago
  20. e9122a3 Update for LLVM API change. by Daniel Dunbar · 14 years ago
  21. 7374f1b clang -cc1as: Switch to using AsmParser constructor function. by Daniel Dunbar · 14 years ago
  22. daa81c0 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 14 years ago
  23. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  24. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago
  25. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago