1. 9eb4cef Add floating point details to PIC16 Target. by Sanjiv Gupta · 15 years ago
  2. 1926242 Add a couple missing ARM defines. by Eli Friedman · 15 years ago
  3. 09c3a6d A few more tweaks for Solaris; please correct me if it's wrong somehow. by Eli Friedman · 15 years ago
  4. 163a7c7 Improve target support for Solaris. by Douglas Gregor · 15 years ago
  5. 3f7a531 Targets without long long should reduce the size of intmax_t accordingly. by Eli Friedman · 15 years ago
  6. eb71685 Provide dummy va_list typedef for msp430 by Anton Korobeynikov · 15 years ago
  7. 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 15 years ago
  8. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  9. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  10. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  11. 73c64e5 Hook msp430 in by Anton Korobeynikov · 15 years ago
  12. a7c4717 Whitespace cleanup by Anton Korobeynikov · 15 years ago
  13. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  14. 5b37dc0 some arm triples have weird characters in them, just fuzzy match by Chris Lattner · 15 years ago
  15. 70aa5f9 Pass and return aggregate types directly to function calls. by Sanjiv Gupta · 15 years ago
  16. b030f02 Add target property for whether thread-local storage is supported. by Eli Friedman · 15 years ago
  17. 5417544 actually just do this on all x86 targets, it won't hurt non-glibc ones. by Chris Lattner · 15 years ago
  18. 09b5cc6 Define __NO_MATH_INLINES on linux/x86 so that we don't get inline by Chris Lattner · 15 years ago
  19. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  20. 837e897 remove fixme! by Chris Lattner · 15 years ago
  21. 437bb4b Add basic support for arm static analysis checking. Radar 6699395 by Mike Stump · 15 years ago
  22. 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 15 years ago
  23. 3a5cbd3 The __weak and __strong defines are common to all darwin targets by Chris Lattner · 15 years ago
  24. 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 16 years ago
  25. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  26. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
  27. 1afabd9 Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup by Eli Friedman · 16 years ago
  28. 1e0107a Ad FreeBSD ARM target info. - Patch by Ed Schoeten! by Daniel Dunbar · 16 years ago
  29. ca45cff refactor some code, fixing a problem discovered by the dragonfly bsd people, where by Chris Lattner · 16 years ago
  30. 318ca71 pass langoptions around. by Chris Lattner · 16 years ago
  31. 3332864 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 16 years ago
  32. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  33. 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 16 years ago
  34. c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 16 years ago
  35. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  36. 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
  37. 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
  38. 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
  39. 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
  40. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
  41. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
  42. 2793bda Define __ELF__ on FreeBSD. Patch by Roman Divacky! by Anton Korobeynikov · 16 years ago
  43. 487cdee Define __ELF__ for linux systems. by Argyrios Kyrtzidis · 16 years ago
  44. 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 16 years ago
  45. a30b17b Make nonfragile-abi the default for darwin's 64bit abi for objective-c programs. by Fariborz Jahanian · 16 years ago
  46. 06ebe86 make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 16 years ago
  47. d427ad4 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 16 years ago
  48. 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
  49. e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
  50. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 16 years ago
  51. ca01342 Fit in 80 cols by Nate Begeman · 16 years ago
  52. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  53. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  54. f509d73 More fallout from r58501: primary fix is some more corrections to make by Eli Friedman · 16 years ago
  55. 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 16 years ago
  56. d599850 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the by Chris Lattner · 16 years ago
  57. fd0269d Add basic FreeBSD target support, patch by Roman Divacky! by Chris Lattner · 16 years ago
  58. a7406d4 Add 'x' constraint character. by Anders Carlsson · 16 years ago
  59. fce0934 Add the 'y' assembler constraint. by Anders Carlsson · 16 years ago
  60. d29b630 miscellaneous cleanups by Chris Lattner · 16 years ago
  61. 12f0926 move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into by Chris Lattner · 16 years ago
  62. 5db552d it helps when I save the file before testing and committing. by Chris Lattner · 16 years ago
  63. e9863ca suck the rest of the FP macros out of the targets into the PP by Chris Lattner · 16 years ago
  64. 2db78dd start moving fp macros over by Chris Lattner · 16 years ago
  65. 0e5d4ef move a bunch more integer sizing out of target-specific code into by Chris Lattner · 16 years ago
  66. 9b53316 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 16 years ago
  67. 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  68. 86b76fc Add missing include for use of atoi. by Nick Lewycky · 16 years ago
  69. 8b30c41 The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
  70. 048dd94 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
  71. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  72. b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
  73. c0c0f70 Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 16 years ago
  74. eac7aee Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 16 years ago
  75. dcb4a1a Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 16 years ago
  76. 1e1bfd2 Remove duplicate define from Windows-x86 target. by Eli Friedman · 16 years ago
  77. 29a3050 Initial implementation of Windows x86 target; at the moment, the only by Eli Friedman · 16 years ago
  78. 0d4047b Add Linux x86-32 target. by Eli Friedman · 16 years ago
  79. ed855cb First cut at OS detection, taking advantage of the new generic targets. by Eli Friedman · 16 years ago
  80. e427798 Class reorg for PPC; shouldn't be any visible changes unless I messed by Eli Friedman · 16 years ago
  81. a9f5496 Class reorg for ARM. Shouldn't be any visible changes. by Eli Friedman · 16 years ago
  82. 01b8668 Class hierarchy reorg for Sparc architecture. While I was there, I by Eli Friedman · 16 years ago
  83. 618234a Reorganize the class hierarchy for x86 targets; shouldn't have any by Eli Friedman · 16 years ago
  84. 1e21189 Fix PR2627, support for Q constraint. by Chris Lattner · 16 years ago
  85. 364af81 Allow targets to override description string. by Sanjiv Gupta · 16 years ago
  86. fba5cb1 Move some ObjC preprocessor definitions into by Daniel Dunbar · 16 years ago
  87. f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  88. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  89. 8b7c9fb Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 16 years ago
  90. 9d29480 add x86 EDI register alias by Nuno Lopes · 16 years ago
  91. 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  92. 5aa4fd6 Make the width and alignment for long double consistent with the by Eli Friedman · 16 years ago
  93. bf0c9bd Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 16 years ago
  94. 2553126 Missed an include. by Eli Friedman · 16 years ago
  95. d37f0b8 Minor correction for PPC targets. by Eli Friedman · 16 years ago
  96. 61538a7 Some small changes to make the target info a bit more accurate. by Eli Friedman · 16 years ago
  97. f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 16 years ago
  98. 927686f parameterize pointer size/align better without doing virtual method calls in normal case. by Chris Lattner · 16 years ago
  99. 2621fd1 Add basic support for the pic-* target triples and add support for by Chris Lattner · 16 years ago
  100. ad487f4 Add some basic ARM asm constraints by Nate Begeman · 16 years ago