1. b24bac9 Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense. by Michael J. Spencer · 13 years ago
  2. bcaa3b8 Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. by Roman Divacky · 13 years ago
  3. 3a41d14 Explain why layout prefers 32 for small types on Thumb. by Sandeep Patel · 13 years ago
  4. cd5ce09 Change ARM data layout strings to match llvm-gcc. by Bob Wilson · 13 years ago
  5. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  6. d9c3fa3 Make the definition of "long double" consistent for llvm::Triple::Win32 for by Eli Friedman · 13 years ago
  7. a291d5f Another cortex-m0 patch from James Orr. by Bob Wilson · 13 years ago
  8. 9ae186f Unbreak build. by Daniel Dunbar · 13 years ago
  9. 853134a lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro, alias of __attribute__. by NAKAMURA Takumi · 13 years ago
  10. 17c964a lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too. by NAKAMURA Takumi · 13 years ago
  11. e177d3b Targets/Darwin: mcount name on Darwin needs to be unmangled. by Daniel Dunbar · 13 years ago
  12. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  13. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  14. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 13 years ago
  15. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 13 years ago
  16. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 13 years ago
  17. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 13 years ago
  18. fb7049a Support EFI target triple, from Carl Norum! by Douglas Gregor · 13 years ago
  19. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 13 years ago
  20. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 13 years ago
  21. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 13 years ago
  22. 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 13 years ago
  23. 06f4563 Add cortex-m3 CPU to getCPUDefineSuffix mapping. Patch by Sylvère Teissier. by Bob Wilson · 13 years ago
  24. c81f2a2 PowerPC fixes. by Roman Divacky · 13 years ago
  25. c8b09a1 set features for k8-sse3 by Roman Divacky · 14 years ago
  26. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  27. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  28. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  29. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  30. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  31. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  32. d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
  33. 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
  34. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  35. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  36. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  37. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  38. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  39. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  40. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  41. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  42. e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
  43. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  44. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  45. 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 14 years ago
  46. f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  47. 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
  48. a7e6845 Detabify. by Eli Friedman · 14 years ago
  49. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  50. 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
  51. 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
  52. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  53. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  54. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 14 years ago
  55. 86e8373 fix the va_list definition for vc++64, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  56. 7377ed9 Add -mavx and -mno-avx command line support by Bruno Cardoso Lopes · 14 years ago
  57. ad4f387 Catch thinko that Daniel Dunbar found. by Nate Begeman · 14 years ago
  58. dbf8ea4 Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL by Nate Begeman · 14 years ago
  59. dacf9dd CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing by Daniel Dunbar · 14 years ago
  60. ab9e2f5 Revert 107953, remove comma ignoring from PPC constraints. by John Thompson · 14 years ago
  61. ec3a5d8 Updating PPC target to ignore commas in asm contrains, as apparently that is what gcc does. by John Thompson · 14 years ago
  62. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  63. dd53ec9 Translate numbers properly. by Eric Christopher · 14 years ago
  64. 56b6eca Fixed another double-char in PPC-specific asm constraints. by John Thompson · 14 years ago
  65. 8e6065a Added PPC-specific asm constraints, PS3 configuration changes. by John Thompson · 14 years ago
  66. 1f84f8d More clang support for darwin tls. Add a __has_feature macro and by Eric Christopher · 14 years ago
  67. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  68. 022a8a5 Create a LinuxTargetInfo on ARM. This make clang correctly expand by Rafael Espindola · 14 years ago
  69. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 14 years ago
  70. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 14 years ago
  71. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 14 years ago
  72. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  73. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  74. 350b9f3 Darwin/ARM seems to support mac68k align as well. by Daniel Dunbar · 14 years ago
  75. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  76. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 14 years ago
  77. fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  78. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 14 years ago
  79. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 14 years ago
  80. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  81. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 14 years ago
  82. fb45797 PS3 needs __PPC__. Should this be in the PPC target? by John Thompson · 14 years ago
  83. 33d3bca fix PR6584: __SSE3__ not defined with -mss3 by Nuno Lopes · 14 years ago
  84. 9cbeb63 add mblaze target support, patch by Wesley Peck! by Chris Lattner · 14 years ago
  85. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 14 years ago
  86. d41b4ec Add in disabled case as well. by Eric Christopher · 14 years ago
  87. d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 14 years ago
  88. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 14 years ago
  89. ed73473 Add in some more MIPS command line options. by Eric Christopher · 14 years ago
  90. e03ae30 add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 by Chris Lattner · 14 years ago
  91. fcd302b Re-applying 96173. Looks like finally I got the test case right. by Sanjiv Gupta · 14 years ago
  92. 5591a6b reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 14 years ago
  93. aed63cb Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 14 years ago
  94. 94baf7f temporarily revert 96173, it is causing test failures. by Chris Lattner · 14 years ago
  95. a5999e2 renamed pic16 specifiic macros. by Sanjiv Gupta · 14 years ago
  96. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  97. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 14 years ago
  98. 3bb6530 Simplify FreeBSD version parsing. by Benjamin Kramer · 14 years ago
  99. f959fb5 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 14 years ago
  100. 09f52a6 Fix alignment for msp430 integer types. by Anton Korobeynikov · 14 years ago