1. f779e65 Add driver support for FP, SIMD and crypto defaults. by Bernard Ogden · 11 years ago
  2. 51f997d Clean up char/numeric comparisons in ARM getTargetDefines by Bernard Ogden · 11 years ago
  3. c427249 Teach clang driver about Cortex-A53 and Cortex-A57. by Bernard Ogden · 11 years ago
  4. 66b5dac ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs by Tim Northover · 11 years ago
  5. c6c9cf4 Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8. by Silviu Baranga · 11 years ago
  6. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  7. ddb2ad2 [Mips] Define __mips_fpr and _MIPS_FPSET macros. by Simon Atanasyan · 11 years ago
  8. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  9. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  10. f217400 Fix comments. by Eric Christopher · 11 years ago
  11. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  12. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  13. aa58f15 ObjectiveC migrator: A typical implementation of by Fariborz Jahanian · 11 years ago
  14. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  15. 31e7636 Revert commits r190613, r190560 and r190557. by Rafael Espindola · 11 years ago
  16. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  17. 8712ded Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM by Weiming Zhao · 11 years ago
  18. 5ada7a5 Add character set related __STDC_* definitions. by Ed Schouten · 11 years ago
  19. 1b9c537 SourceManager: Open code isInMainFile. by Benjamin Kramer · 11 years ago
  20. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  21. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  22. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  23. bbac9aa [Mips] Allocate NaClTargetInfo for MIPSEL NaCl by Petar Jovanovic · 11 years ago
  24. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  25. b22352e Use curly braces all the way through long if/else chain for consistency and readability. by Craig Topper · 11 years ago
  26. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  27. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  28. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  29. 85bfef6 Push contents of X86TargetInfo::setFeatureEnabled down to a static function called by the virtual version and all the places in getDefaultFeatures. This way getDefaultFeatures doesn't make so many virtual calls. by Craig Topper · 11 years ago
  30. 319d81f Mark setSSELevel/setMMXLevel/setXOPLevel as static since they don't access anything in the class. by Craig Topper · 11 years ago
  31. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  32. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  33. 84f007b Make F16C feature imply AVX. Matches GCC behavior. by Craig Topper · 11 years ago
  34. 57b1da1 Clean up some Triple usage in clang. by Cameron Esfahani · 11 years ago
  35. c57ea68 Update Atom Silvermont (SLM) support by adding enabled features. by Preston Gurd · 11 years ago
  36. 5df4045 Add more Cortex CPUs and tests by Renato Golin · 11 years ago
  37. 1302f9f Fix Neon detection for Cortex-A class, plus adds some more CPUs to default features by Renato Golin · 11 years ago
  38. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  39. 17e95c8 [CMake] Put controversial always-recheck-revision-number behind an option. by Jordan Rose · 11 years ago
  40. 23443cd [CMake] Fix repository version checking dependencies harder. by Jordan Rose · 11 years ago
  41. 7f9a8e9 [CMake] Always include the Clang repo version, just like the autoconf build. by Jordan Rose · 11 years ago
  42. 56bed97 Fix a bug where -msse followed by -mno-sse would leave MMX enabled. by Craig Topper · 11 years ago
  43. 3f46e6f Delete unused static class members by Alexey Samsonov · 11 years ago
  44. 1e24463 Fix minor coding style issue in r190296 pointed out by Richard Smith. by David Tweed · 11 years ago
  45. 89a5e79 Separate popcnt and sse4.2 feature control somewhat to match gcc behavior. by Craig Topper · 11 years ago
  46. 8bc5602 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 11 years ago
  47. 35451d9 Additional fix for PR16752 and for commit 190044: by Stepan Dyatkovskiy · 11 years ago
  48. 325047f Unbreak the Clang -Werror build after r190183. by David Blaikie · 11 years ago
  49. deb7799 Fix the profile of the function (fix commit 190048) by Sylvestre Ledru · 11 years ago
  50. 3309a78 Fix bug #17104 - Target info for GNU/kFreeBSD were missing. by Sylvestre Ledru · 11 years ago
  51. 7b7bef1 Add new methods for TargetInfo: by Stepan Dyatkovskiy · 11 years ago
  52. b98ce37 Add support for -march=slm, aka Intel Atom Silvermont. by Benjamin Kramer · 11 years ago
  53. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  54. d0f2921 ObjectiveC migrator: remove dead code. by Fariborz Jahanian · 11 years ago
  55. 46c8fca Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header. by Craig Topper · 11 years ago
  56. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  57. 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
  58. b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
  59. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  60. 9a3d2bd R600: Add local address pointer size to DataLayout by Tom Stellard · 11 years ago
  61. 81cde9e Update now that llvm uses the same feature names as the driver. by Rafael Espindola · 11 years ago
  62. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  63. 078a333 Remove dead code. by Rafael Espindola · 11 years ago
  64. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  65. 29f26de Don't disable SSE4A when disabling AVX. by Rafael Espindola · 11 years ago
  66. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  67. b7a95d2 Replace avx-512 with avx512f to match llvm side and what gcc patches appear to be using. by Craig Topper · 11 years ago
  68. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  69. ade7cd4 Remove duplicated error checking. by Rafael Espindola · 11 years ago
  70. 020b1e2 Remove dead code. by Rafael Espindola · 11 years ago
  71. f6fe72b Refactor the x86 feature handling. by Rafael Espindola · 11 years ago
  72. 42f9873 Change 'avx512' to 'avx-512' to match llvm backend. by Craig Topper · 11 years ago
  73. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  74. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  75. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  76. d588f5c Bump the value of the __APPLE_CC__ predefined macro up to 6000. by Bob Wilson · 11 years ago
  77. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  78. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  79. 82ccd75 Remove "static" on simple temporary StringRef. by Benjamin Kramer · 11 years ago
  80. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  81. f647b69 ObjectiveC migrator: Fixes public buildbot failures, by Fariborz Jahanian · 11 years ago
  82. 6803dbe revert patch I added in r187655. It still breaks public buildbot. by Fariborz Jahanian · 11 years ago
  83. 906c7f7 ObjectiveC migration. Check-in patch reverted in r187634. by Fariborz Jahanian · 11 years ago
  84. cd68398 Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods with certain prefix selector matching their class names' suffix." by Rafael Espindola · 11 years ago
  85. 5994467 ObjectiveC migrator. Migrate to instancetype return type by Fariborz Jahanian · 11 years ago
  86. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  87. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  88. c8051e6 Simplified SourceManager::translateLineCol a bit. by Alexander Kornienko · 11 years ago
  89. 4488835 Update for llvm api change. by Rafael Espindola · 11 years ago
  90. 3dadc85 Convert a use of status with llvm::sys::fs::getUniqueID. by Rafael Espindola · 11 years ago
  91. aefb1d3 Convert a use of stat with sys::fs::status. by Rafael Espindola · 11 years ago
  92. 146d57f Fix handling of "clang c:foo" by Rafael Espindola · 11 years ago
  93. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  94. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  95. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  96. 65f1a4c Objective-C migrator: some cleanup. by Fariborz Jahanian · 11 years ago
  97. 11638f7 ObjC migrator: more knobs toward doing instancetype migration. by Fariborz Jahanian · 11 years ago
  98. 8d09216 ObjC migrator: Define family of methods by Fariborz Jahanian · 11 years ago
  99. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  100. 8bfffa5 Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count. by Craig Topper · 11 years ago