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