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