summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-1/+4
* ARM: teach Sema that "r" can match 64-bit valuesTim Northover2013-12-081-1/+1
* Added support for mcpu kraitAna Pazos2013-12-061-3/+5
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Add newline at eof.NAKAMURA Takumi2013-12-041-1/+1
* Assume ARMv6 for NetBSD for now for strex/ldrex.Joerg Sonnenberger2013-12-021-0/+1
* NetBSD uses long derived size_t / ssize_t in all ARM ABIs.Joerg Sonnenberger2013-12-021-2/+4
* NetBSD uses signed wchar_t on ARM platforms.Joerg Sonnenberger2013-11-301-2/+9
* Fix a typo: "SLocEnty" should read "SLocEntry".James Dennett2013-11-241-1/+1
* Add support for Cortex-A12.Richard Barton2013-11-221-1/+1
* ARM: define & use __ARM_NEON on ARM32 (as per ACLE)Tim Northover2013-11-211-1/+3
* ARM: embedded v7 'darwin' doesn't get min-version defines.Jim Grosbach2013-11-191-27/+31
* Clean up predefined macros for AArch64 to follow ACLE 2.0.Jiangning Liu2013-11-191-12/+17
* Adding an assert to help catch possible buffer underruns.Aaron Ballman2013-11-181-0/+4
* R600: Add processor type for HawaiiTom Stellard2013-11-141-0/+1
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-1/+4
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-2/+10
* XCore target Type defines.Robert Lytton2013-11-121-0/+5
* Remove C++11ism.Richard Smith2013-11-121-1/+1
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-20/+7
* [mips] Partially revert r193640. Stack alignment should not be determined byAkira Hatanaka2013-11-111-12/+4
* Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.Tim Northover2013-11-111-2/+2
* NetBSD 6.99.26 switched to default rounding mode, so adjustJoerg Sonnenberger2013-11-111-1/+6
* Include non-explicit submodules in exported module listDmitri Gribenko2013-11-041-0/+10
* Driver: Add support for -march=bdver3 on x86.Benjamin Kramer2013-11-041-0/+7
* Simplify computation of visible module set.Richard Smith2013-11-011-14/+5
* Clang modules: collect exports recursivelyDmitri Gribenko2013-10-311-9/+17
* [AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2013-10-311-0/+7
* [mips] Delete unused functions.Akira Hatanaka2013-10-301-10/+0
* [mips] Align the stack to 16-bytes for -mfp64.Akira Hatanaka2013-10-291-6/+27
* [mips] Move setDescriptionString to base class MipsTargetInfoBase and call itAkira Hatanaka2013-10-291-21/+29
* R600: Add Sea Islands GPUsTom Stellard2013-10-291-1/+6
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-1/+7
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-11/+17
* Add driver support for FP, SIMD and crypto defaults.Bernard Ogden2013-10-241-6/+13
* Clean up char/numeric comparisons in ARM getTargetDefinesBernard Ogden2013-10-241-6/+9
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-241-1/+2
* ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover2013-10-241-1/+3
* Set the default hardware division features for ARM cpus. Also set it as defau...Silviu Baranga2013-10-211-2/+17
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+16
* [Mips] Define __mips_fpr and _MIPS_FPSET macros.Simon Atanasyan2013-10-181-1/+11
* Rename HandleTargetFeatures->handleTargetFeatures to matchEric Christopher2013-10-161-11/+11
* Add preprocessor support for powerpc vsx.Eric Christopher2013-10-161-2/+34
* Fix comments.Eric Christopher2013-10-161-2/+2
* Enabling 3DNow! prefetch instruction support for a few AMD processors in theYunzhong Gao2013-10-161-0/+11
* ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian2013-10-101-3/+3
* ObjectiveC migrator: A typical implementation ofFariborz Jahanian2013-10-071-1/+0
* Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 whenNick Lewycky2013-10-051-2/+25
* Revert commits r190613, r190560 and r190557.Rafael Espindola2013-10-011-26/+30
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+2
OpenPOWER on IntegriCloud