1. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  2. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  3. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  4. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  5. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  6. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  7. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  8. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  9. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  10. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  11. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
  12. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  13. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  14. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  15. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago