summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-18/+17
* Create the correct profiling symbol on NetBSD.Joerg Sonnenberger2015-04-101-0/+1
* Create correct platform-specific target for NetBSD PPC64LE.Joerg Sonnenberger2015-04-101-0/+2
* Add Clang support for remaining integer divide and permute instructions from ...Nemanja Ivanovic2015-04-091-1/+26
* [ARM] add support for Cortex-R4/R4FJaved Absar2015-04-091-3/+3
* Prefer uninitialized memory for scratch space.Benjamin Kramer2015-04-061-2/+2
* Set the type of ptrdiff_t to signed on NVPTX targetsEli Bendersky2015-04-011-4/+6
* Set NVPTX64 target's size_t to match other 64-bit targetsEli Bendersky2015-04-011-2/+2
* Fix data layout mismatch between LLVM and Clang for i686-pc-windows-msvc-elfReid Kleckner2015-04-011-1/+4
* [SystemZ] Add header files to Makefile / module.modulemapUlrich Weigand2015-04-011-1/+2
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-6/+36
* Add sm_37 target to Clang for NVPTXEli Bendersky2015-03-311-0/+5
* Add driver support for Native Client SDKDerek Schuff2015-03-301-2/+4
* [SystemZ] Fix definition of IntMaxType / Int64TypeUlrich Weigand2015-03-301-0/+2
* [mips] Add support for 'ZC' inline assembly memory constraint.Daniel Sanders2015-03-301-0/+21
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-261-0/+13
* Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher2015-03-251-5/+0
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-1/+10
* Create android x86_32 and x86_64 target infoTamas Berghammer2015-03-251-4/+40
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-231-86/+1
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-2/+14
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-181-4/+11
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-182-3/+3
* MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriateDavid Majnemer2015-03-181-0/+3
* MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013David Majnemer2015-03-181-3/+4
* Basic: Update clang to reflect changes made to LLVM datalayoutDavid Majnemer2015-03-171-7/+9
* [ARM] Add support for ARMV6K subtarget (Clang)Renato Golin2015-03-171-2/+3
* Global inline assembler blocks are merged before parsing, so no specificJoerg Sonnenberger2015-03-161-14/+25
* Under duress, move check for target support of __builtin_setjmp/Joerg Sonnenberger2015-03-111-0/+8
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-3/+10
* Add target information for CloudABI on x86-64.Ed Schouten2015-03-111-0/+24
* Simplify boolean expressions in clang with clang-tidyDavid Blaikie2015-03-091-1/+1
* Add Clang support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-1/+19
* Support __attribute__((availability)) on Android.Dan Albert2015-03-031-1/+6
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions.Renato Golin2015-02-271-2/+14
* AMDGCN: Define cl_khr_fp64 when compiling OpenCL programsTom Stellard2015-02-271-0/+2
* Win64: Silently ignore __stdcall, __fastcall, and __thiscallReid Kleckner2015-02-261-4/+16
* Add support for generating MIPS legacy NaNPetar Jovanovic2015-02-261-0/+4
* Remove some unused includes of llvm/IR headers from parts of Clang that reallyRichard Smith2015-02-261-1/+0
* Fixed typo.Zoran Jovanovic2015-02-231-1/+1
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-0/+12
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-182-1/+4
* [ARM] Add missing M/R class CPUsBradley Smith2015-02-181-7/+9
* Remove the ABI from the target features. It's obsoleted byEric Christopher2015-02-171-3/+0
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-8/+2
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-2/+2
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-042-4/+4
* Teaches the Clang driver to accept Cortex-A72Renato Golin2015-02-041-4/+4
* Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir2015-02-021-10/+15
* Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptionsReid Kleckner2015-01-301-1/+1
OpenPOWER on IntegriCloud