1. 9d29480 add x86 EDI register alias by Nuno Lopes · 17 years ago
  2. 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 17 years ago
  3. 5aa4fd6 Make the width and alignment for long double consistent with the by Eli Friedman · 17 years ago
  4. bf0c9bd Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 17 years ago
  5. 2553126 Missed an include. by Eli Friedman · 17 years ago
  6. d37f0b8 Minor correction for PPC targets. by Eli Friedman · 17 years ago
  7. 61538a7 Some small changes to make the target info a bit more accurate. by Eli Friedman · 17 years ago
  8. f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 17 years ago
  9. 927686f parameterize pointer size/align better without doing virtual method calls in normal case. by Chris Lattner · 17 years ago
  10. 2621fd1 Add basic support for the pic-* target triples and add support for by Chris Lattner · 17 years ago
  11. ad487f4 Add some basic ARM asm constraints by Nate Begeman · 17 years ago
  12. d0c33d3 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 17 years ago
  13. 393ff04 add arm support by Chris Lattner · 17 years ago
  14. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/Targets.cpp]
  15. 456e79d Add support for the 'N' constraint. by Anders Carlsson · 17 years ago
  16. 0eaed12 eliminate the TargetInfoImpl stuff, simplifying the target implementations. by Chris Lattner · 17 years ago
  17. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
  18. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  19. 544f043 move this into the right file. by Chris Lattner · 17 years ago
  20. fb79f7c TargetInfo objects now own the TargetInfoImpl objects they refer to. by Ted Kremenek · 17 years ago
  21. 411219b A, q and Z are valid LLVM inline asm constraints. by Lauro Ramos Venancio · 17 years ago
  22. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 17 years ago
  23. 2665867 Added classes SolarisTargetInfo and by Gabor Greif · 17 years ago
  24. b41edf9 Add more supported constraints. by Anders Carlsson · 17 years ago
  25. e0e3abc Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.10.2) compilation. by Lauro Ramos Venancio · 17 years ago
  26. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  27. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  28. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago[Renamed (96%) from Driver/Targets.cpp]
  29. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  30. fb344d3 properly namespacify. by Chris Lattner · 17 years ago
  31. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  32. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  33. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  34. 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
  35. 8448d38 Removed searching for "darwin" keyword in target triple. We don't really support by Ted Kremenek · 17 years ago
  36. aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
  37. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  38. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  39. 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
  40. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  41. 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  42. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  43. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  44. c3f8937 non-apple targets should be like i386, not the mythical, bogus, linux target. by Chris Lattner · 18 years ago
  45. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 18 years ago
  46. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago