1. d9259f3 Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (good call!). by Chad Rosier · 13 years ago
  2. b536a15 Clang asserts "Invalid environment!" when using -ccc-host-triple by Chad Rosier · 13 years ago
  3. 48b78bd simplify by Chris Lattner · 13 years ago
  4. 1e5f83b StringMap::first() is about to start returning a StringRef, adapt. by Chris Lattner · 13 years ago
  5. e02d391 Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is by Bruno Cardoso Lopes · 13 years ago
  6. 5af80aa Enable "avx" feature, so it can be seen by llvm by Bruno Cardoso Lopes · 13 years ago
  7. c3e0fb4 Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx should not imply -mno-sse. by Eli Friedman · 13 years ago
  8. f972b26 Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backend by Evan Cheng · 13 years ago
  9. 7c9adf9 Fix a typo in the fpsr register and add the fpcr register. by Eric Christopher · 13 years ago
  10. 8e62706 FreeBSD gets FreeBSD target, just mipsel. by Joerg Sonnenberger · 13 years ago
  11. caf01c5 Fix C&P error by Joerg Sonnenberger · 13 years ago
  12. e7e66f7 Remove unused member of Builtin::Info. by Eli Friedman · 13 years ago
  13. 94c9ce5 Hook up mipsel-netbsd and mipsel-freebsd for OS specific handling. by Joerg Sonnenberger · 13 years ago
  14. fa9772b Use OS-specific configuration for mips-netbsd and mips-freebsd. by Joerg Sonnenberger · 13 years ago
  15. 7cd1de5 Don't define _BIG_ENDIAN for NetBSD/PowerPC. by Joerg Sonnenberger · 13 years ago
  16. 78542df Fix indentation by Joerg Sonnenberger · 13 years ago
  17. 1a83b43 Add explicit default case for -Wswitch-enum. by Joerg Sonnenberger · 13 years ago
  18. 9a11b74 Use switch(os) style consistently. Add a bunch of NetBSD branches. by Joerg Sonnenberger · 13 years ago
  19. 6ac26fa On PowerPC, both FreeBSD and NetBSD use ints for (s)size_t by Joerg Sonnenberger · 13 years ago
  20. aa7333c Update for llvm commit r134291. by Eric Christopher · 13 years ago
  21. dca5226 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 13 years ago
  22. 949fd1a Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134. by Bob Wilson · 13 years ago
  23. cfd323d Move additional register names to their own lookup, separate from by Eric Christopher · 13 years ago
  24. 1816442 As a hopefully temporary workaround for a header mistake, treat by John McCall · 13 years ago
  25. dda231a Add some more memory constraints for ARM. by Eric Christopher · 13 years ago
  26. 283f447 On ARM make sure that we continue translating 'p' to 'r' for the constraints. by Eric Christopher · 13 years ago
  27. 8bfa257 Stylistic fix: move virtual keyword before return type. by Evan Cheng · 13 years ago
  28. 098df7f Unconditionally #define the ARC ownership qualifiers, instead of #defining by John McCall · 13 years ago
  29. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  30. 6ce33d6 Followup to 132737; make two-character string explicit, add some by Stuart Hastings · 13 years ago
  31. 002333f Clang support for ARM Uv/Uy/Uq inline-asm constraints. rdar://problem/9037836 by Stuart Hastings · 13 years ago
  32. 619e887 Add stuff for o32 ABI conformance. by Akira Hatanaka · 13 years ago
  33. b65b672 sandybridge is now called corei7-avx by Benjamin Kramer · 13 years ago
  34. 84f95cf Define __ARM_NEON__ in both ARM and Thumb modes. Radar 9431992. by Bob Wilson · 13 years ago
  35. 0e9972c __builtin_va_list is void* on ARM, not char*. rdar://problem/9391966 by John McCall · 13 years ago
  36. cb65de1 Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it breaks tests. by Daniel Dunbar · 13 years ago
  37. d8b9d68 Make the mno flags match GCC. Patch by Alexander Best! by Michael J. Spencer · 13 years ago
  38. 4d53be4 Remove this assert, I don't think it's being helpful and people have by Eric Christopher · 13 years ago
  39. 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 13 years ago
  40. 285dc65 PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown by Justin Holewinski · 13 years ago
  41. a4ff648 TWEAK by Daniel Dunbar · 13 years ago
  42. 659d23a Driver/Darwin: Switch to using -macosx for OS name in triples. by Daniel Dunbar · 13 years ago
  43. db57a4c ADT/Triple: Switch to using .isOSDarwin() predicate. by Daniel Dunbar · 13 years ago
  44. 0d027ba Basic/Darwin: Add support for new -osx and -ios style triples (not yet used). by Daniel Dunbar · 13 years ago
  45. b24bac9 Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense. by Michael J. Spencer · 13 years ago
  46. bcaa3b8 Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. by Roman Divacky · 13 years ago
  47. 3a41d14 Explain why layout prefers 32 for small types on Thumb. by Sandeep Patel · 13 years ago
  48. cd5ce09 Change ARM data layout strings to match llvm-gcc. by Bob Wilson · 13 years ago
  49. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  50. d9c3fa3 Make the definition of "long double" consistent for llvm::Triple::Win32 for by Eli Friedman · 13 years ago
  51. a291d5f Another cortex-m0 patch from James Orr. by Bob Wilson · 13 years ago
  52. 9ae186f Unbreak build. by Daniel Dunbar · 13 years ago
  53. 853134a lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro, alias of __attribute__. by NAKAMURA Takumi · 13 years ago
  54. 17c964a lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too. by NAKAMURA Takumi · 13 years ago
  55. e177d3b Targets/Darwin: mcount name on Darwin needs to be unmangled. by Daniel Dunbar · 13 years ago
  56. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  57. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  58. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 13 years ago
  59. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 13 years ago
  60. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 13 years ago
  61. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 13 years ago
  62. fb7049a Support EFI target triple, from Carl Norum! by Douglas Gregor · 13 years ago
  63. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 13 years ago
  64. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 13 years ago
  65. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 13 years ago
  66. 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 13 years ago
  67. 06f4563 Add cortex-m3 CPU to getCPUDefineSuffix mapping. Patch by Sylvère Teissier. by Bob Wilson · 13 years ago
  68. c81f2a2 PowerPC fixes. by Roman Divacky · 13 years ago
  69. c8b09a1 set features for k8-sse3 by Roman Divacky · 14 years ago
  70. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  71. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  72. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  73. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  74. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  75. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  76. d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
  77. 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
  78. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  79. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  80. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  81. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  82. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  83. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  84. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  85. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  86. e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
  87. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  88. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  89. 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
  90. f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  91. 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
  92. a7e6845 Detabify. by Eli Friedman · 14 years ago
  93. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  94. 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
  95. 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
  96. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  97. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  98. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 14 years ago
  99. 86e8373 fix the va_list definition for vc++64, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  100. 7377ed9 Add -mavx and -mno-avx command line support by Bruno Cardoso Lopes · 14 years ago