summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* Basic: tweak commentSaleem Abdulrasool2014-11-171-0/+1
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-7/+7
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-2/+2
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-141-0/+4
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-0/+4
* Hook up FreeBSD AArch64 supportEd Maste2014-11-131-0/+4
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-113-18/+33
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-072-5/+13
* Remove references to the cortex-a9-mp CPU.Charlie Turner2014-11-061-3/+2
* [X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m...Andrea Di Biagio2014-11-061-12/+7
* [X86] Use fallthroughs to reduce the number of calls to setFeatureEnabled for...Craig Topper2014-11-061-98/+45
* [x86] Add cx16 feature to KNL, SKX, and CoreAVXi CPUs.Craig Topper2014-11-031-2/+5
* [x86] Realphabetize the feature string decoding function since it was mostly ...Craig Topper2014-11-031-4/+4
* Add FSGSBASE intrinsics to x86 intrinsic headers.Craig Topper2014-11-031-7/+24
* [PowerPC] Change PPCTargetInfo::hasFeature() to use StringSwitchBill Schmidt2014-11-021-3/+5
* Implement IRGen for the x86 vectorcall conventionReid Kleckner2014-10-311-0/+2
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-1/+3
* Get rid of SanitizerOptions::Disabled global. NFC.Alexey Samsonov2014-10-301-4/+11
* Use enumerators instead of hardcoded integers when we decide if keyword is en...Serge Pavlov2014-10-291-28/+38
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-264-100/+65
* Add frontend support for __vectorcallReid Kleckner2014-10-241-2/+3
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-19/+15
* Remove unused DiagnosticsEngine::NumErrorsSuppressed member.Rafael Espindola2014-10-222-2/+0
* Fixup for r220403: Use getFileLoc() instead of getSpellingLoc() in SanitizerB...Alexey Samsonov2014-10-221-1/+1
* SanitizerBlacklist: Use spelling location for blacklisting purposes.Alexey Samsonov2014-10-221-1/+2
* Switch C compilations to C11 by default.Richard Smith2014-10-201-3/+3
* Use the triple's isiOS() method instead of checking the value directly. NFC.Bob Wilson2014-10-191-1/+1
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-18/+3
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-6/+0
* Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.Alexey Samsonov2014-10-161-2/+9
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-2/+3
* Remove one of SanitizerBlacklist::isIn() overloads. NFC.Alexey Samsonov2014-10-161-8/+12
* [CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840.NAKAMURA Takumi2014-10-161-0/+1
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-0/+3
* Move SanitizerBlacklist to clangBasic. NFC.Alexey Samsonov2014-10-152-0/+52
* As requested by Matt Thomas, use long long for intmax_t and int64_t onJoerg Sonnenberger2014-10-151-0/+4
* Set ABI and DescriptionString first to reduce OS specific logic.Joerg Sonnenberger2014-10-151-10/+13
* ARM: remove ARM/Thumb distinction for preferred alignment.Tim Northover2014-10-141-60/+30
* ARM: set preferred aggregate alignment to 32 universally.Tim Northover2014-10-141-7/+7
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-3/+3
* [PowerPC] Reduce names from Power8Vector to P8VectorBill Schmidt2014-10-101-4/+4
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-1/+9
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+14
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-14/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+14
* Patch to wrap up '_' as separator in version numbersFariborz Jahanian2014-10-061-2/+2
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-13/+13
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-3/+3
* Make sure aggregates are properly alligned on MSP430.Job Noorman2014-09-301-1/+1
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-7/+19