1. b41edf9 Add more supported constraints. by Anders Carlsson · 16 years ago
  2. e0e3abc Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.10.2) compilation. by Lauro Ramos Venancio · 16 years ago
  3. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  4. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  5. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago[Renamed (96%) from Driver/Targets.cpp]
  6. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  7. fb344d3 properly namespacify. by Chris Lattner · 17 years ago
  8. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  9. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  10. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  11. 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
  12. 8448d38 Removed searching for "darwin" keyword in target triple. We don't really support by Ted Kremenek · 17 years ago
  13. aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
  14. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  15. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  16. 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
  17. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  18. 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  19. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  20. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  21. c3f8937 non-apple targets should be like i386, not the mythical, bogus, linux target. by Chris Lattner · 17 years ago
  22. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago