1. 3901611 eliminate ComputeWCharInfo. by Chris Lattner · 16 years ago
  2. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  3. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  4. 544f043 move this into the right file. by Chris Lattner · 16 years ago
  5. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 16 years ago
  6. b41edf9 Add more supported constraints. by Anders Carlsson · 16 years ago
  7. a9b20e5 Change alignment for doubles to 32 bits which is what X86 has. by Anders Carlsson · 16 years ago
  8. ea04175 Even more inline asm codegen fixes. by Anders Carlsson · 16 years ago
  9. ef3577d Handle the memory clobber. by Anders Carlsson · 16 years ago
  10. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  11. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  12. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  13. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 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. 6fa9086 Check that the clobber registers are valid. 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. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  19. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  20. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  21. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
  22. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  23. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  24. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  25. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago