1. 018ba5a Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 15 years ago
  2. a2a4161 ARM target tweaks. by Daniel Dunbar · 15 years ago
  3. f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  6. 55cc2ed Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 15 years ago
  7. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  8. da3e03e Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 15 years ago
  9. b63decf Add TCE target to clang; patch by Mikael Lepistö. by Eli Friedman · 15 years ago
  10. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  11. 9d6fa61 Convert CreateTargetInfo to use a Triple instead of manul string munging. by Daniel Dunbar · 15 years ago
  12. 1eb4343 Support compilation for the blackfin back-end by Jakob Stoklund Olesen · 15 years ago
  13. 4c28b1c use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 15 years ago
  14. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  15. 59e6572 Add armv7 support. by Mike Stump · 15 years ago
  16. 89e887f Hook in s390x stuff into clang by Anton Korobeynikov · 15 years ago
  17. 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
  18. b62bb28 add netbsd support, patch by Krister Kalfridsson! by Chris Lattner · 15 years ago
  19. 1e90faf Correct FreeBSD target info, fixing PR4514. Patch by Roman Divacky. by Duncan Sands · 15 years ago
  20. 7f579b1 pic16 preproc defs. by Sanjiv Gupta · 15 years ago
  21. 6036ebe More tweaks to types for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 15 years ago
  22. 624c146 Per PR4506, fix the type of size_t on OpenBSD. by Eli Friedman · 15 years ago
  23. dc04316 Add an intermediate typedef for __builtin_va_tag to make it a bit easier by Eli Friedman · 15 years ago
  24. a384492 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 15 years ago
  25. 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
  26. 5f6c194 Reapply r74532, and inherit from OSTargetInfo instead of from Target. by Torok Edwin · 15 years ago
  27. b0a5b24 Revert 74532 till I figure out why it breaks a bunch of tests. by Torok Edwin · 15 years ago
  28. 50dd810 Use templates instead of creating a new class for each OS/Target combination. by Torok Edwin · 15 years ago
  29. 811844d Use true/false instead of 1/0. by Daniel Dunbar · 15 years ago
  30. 43a3643 Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. by Daniel Dunbar · 15 years ago
  31. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  32. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  33. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  34. 85de9e7 fix the type of wchar_t for windows, PR4417 by Chris Lattner · 15 years ago
  35. 7478bbf __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 15 years ago
  36. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
  37. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  38. 9c2f84e Minor tweaks to the Windows target. by Eli Friedman · 15 years ago
  39. 12b2da0 PR4346: add "R" asm register constraint. by Eli Friedman · 15 years ago
  40. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  41. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  42. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  43. bb32e6d Back out r72764; I should have looked more carefully before committing by Eli Friedman · 15 years ago
  44. a3c29e1 PR3678: Add support for "Yt" asm register constraint. by Eli Friedman · 15 years ago
  45. 9eb4cef Add floating point details to PIC16 Target. by Sanjiv Gupta · 15 years ago
  46. 1926242 Add a couple missing ARM defines. by Eli Friedman · 15 years ago
  47. 09c3a6d A few more tweaks for Solaris; please correct me if it's wrong somehow. by Eli Friedman · 15 years ago
  48. 163a7c7 Improve target support for Solaris. by Douglas Gregor · 15 years ago
  49. 3f7a531 Targets without long long should reduce the size of intmax_t accordingly. by Eli Friedman · 15 years ago
  50. eb71685 Provide dummy va_list typedef for msp430 by Anton Korobeynikov · 15 years ago
  51. 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 15 years ago
  52. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  53. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  54. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  55. 73c64e5 Hook msp430 in by Anton Korobeynikov · 15 years ago
  56. a7c4717 Whitespace cleanup by Anton Korobeynikov · 15 years ago
  57. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  58. 5b37dc0 some arm triples have weird characters in them, just fuzzy match by Chris Lattner · 15 years ago
  59. 70aa5f9 Pass and return aggregate types directly to function calls. by Sanjiv Gupta · 15 years ago
  60. b030f02 Add target property for whether thread-local storage is supported. by Eli Friedman · 15 years ago
  61. 5417544 actually just do this on all x86 targets, it won't hurt non-glibc ones. by Chris Lattner · 15 years ago
  62. 09b5cc6 Define __NO_MATH_INLINES on linux/x86 so that we don't get inline by Chris Lattner · 15 years ago
  63. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  64. 837e897 remove fixme! by Chris Lattner · 15 years ago
  65. 437bb4b Add basic support for arm static analysis checking. Radar 6699395 by Mike Stump · 15 years ago
  66. 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 15 years ago
  67. 3a5cbd3 The __weak and __strong defines are common to all darwin targets by Chris Lattner · 15 years ago
  68. 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 15 years ago
  69. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 15 years ago
  70. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 15 years ago
  71. 1afabd9 Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup by Eli Friedman · 15 years ago
  72. 1e0107a Ad FreeBSD ARM target info. - Patch by Ed Schoeten! by Daniel Dunbar · 15 years ago
  73. ca45cff refactor some code, fixing a problem discovered by the dragonfly bsd people, where by Chris Lattner · 15 years ago
  74. 318ca71 pass langoptions around. by Chris Lattner · 15 years ago
  75. 3332864 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 15 years ago
  76. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 15 years ago
  77. 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 15 years ago
  78. c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 15 years ago
  79. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 15 years ago
  80. 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 · 15 years ago
  81. 84d0133 Minor refactoring. by Fariborz Jahanian · 15 years ago
  82. 66a5c2c patch for two things. by Fariborz Jahanian · 15 years ago
  83. 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 15 years ago
  84. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 15 years ago
  85. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 15 years ago
  86. 2793bda Define __ELF__ on FreeBSD. Patch by Roman Divacky! by Anton Korobeynikov · 15 years ago
  87. 487cdee Define __ELF__ for linux systems. by Argyrios Kyrtzidis · 15 years ago
  88. 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 15 years ago
  89. a30b17b Make nonfragile-abi the default for darwin's 64bit abi for objective-c programs. by Fariborz Jahanian · 15 years ago
  90. 06ebe86 make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 15 years ago
  91. d427ad4 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 15 years ago
  92. 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 15 years ago
  93. e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 15 years ago
  94. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 15 years ago
  95. ca01342 Fit in 80 cols by Nate Begeman · 15 years ago
  96. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  97. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  98. f509d73 More fallout from r58501: primary fix is some more corrections to make by Eli Friedman · 16 years ago
  99. 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 16 years ago
  100. 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