summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-7/+19
* Silence a signed/unsigned mismatch warning from MSVC; NFC.Aaron Ballman2014-09-191-1/+1
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-191-5/+37
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+10
* [X86, inlineasm] Do not allow using constraint 'x' for a variable larger thanAkira Hatanaka2014-09-181-1/+2
* [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraintsHans Wennborg2014-09-181-1/+2
* [X86, inlineasm] Check that the output size is correct for the given constraint.Akira Hatanaka2014-09-181-3/+23
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-3/+16
* Basic: use hex string for __ARM_FP macroSaleem Abdulrasool2014-09-181-1/+2
* [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,Akira Hatanaka2014-09-171-1/+26
* Basic: add support for ARM ACLE 6.5.1Saleem Abdulrasool2014-09-171-12/+32
* Basic: use range-based for loops for ARM targetSaleem Abdulrasool2014-09-171-19/+20
* Basic: whitespace fixup for ARM target infoSaleem Abdulrasool2014-09-171-2/+1
* [ARM] Add ACLE predefines: maxmin, rounding and h/w integer divisionJames Molloy2014-09-151-0/+8
* No need to use PNaCl's calling convention since PNaCl now uses a separate app...JF Bastien2014-09-121-3/+0
* Add support for le64.JF Bastien2014-09-121-0/+60
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-0/+27
* Make FileEntry::getName() valid across calls to FileManager::getFile()Ben Langmuir2014-09-081-2/+15
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-3/+3
* Update for LLVM api change.Rafael Espindola2014-08-271-4/+4
* Update for llvm API change.Rafael Espindola2014-08-271-1/+1
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-262-13/+13
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+1
* Fixing MSVC warning: "warning C4373: 'blah': virtual function overrides 'blah...Aaron Ballman2014-08-221-4/+2
* [AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka2014-08-221-6/+13
* Simplify this logic now that -W can't be applied to remarks. No functionality...Richard Smith2014-08-211-8/+1
* R600: Implement getPointerWidthV()Tom Stellard2014-08-211-0/+17
* R600: Add processor type for hainanTom Stellard2014-08-211-0/+1
* Use std::unique_ptr to simplify this code a bit.Rafael Espindola2014-08-181-11/+7
* Inline function into only use.Rafael Espindola2014-08-181-6/+2
* Update for llvm api changes.Rafael Espindola2014-08-171-1/+1
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-8/+7
* Fix assertion on asm register that are "%"Olivier Goffart2014-08-171-0/+2
* Delete support for AuroraUX.Rafael Espindola2014-08-141-41/+2
* Default getFile() to use the last accessed name in the FileEntry.Manuel Klimek2014-08-131-0/+7
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-6/+6
* Increase SmallVector<> size in DiagnosticsEngine::setSeverityForGroupHans Wennborg2014-08-111-3/+3
* unique_ptr-ify FileSystemStatCache::takeNextStatCacheDavid Blaikie2014-08-101-1/+1
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-091-3/+7
* Add predefined macros to identify x86_64h architectures.Bob Wilson2014-08-081-0/+4
* Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9.Bob Wilson2014-08-081-6/+17
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-073-45/+110
* MachO: set sizeof result type to what embedded headers expect.Tim Northover2014-08-051-2/+2
* [x32] Add __int128 supportPavel Chupin2014-08-041-0/+2
* Let's assume PowerPC has no SSE.Joerg Sonnenberger2014-08-011-1/+0
* Remove this pointer that is converted to bool. In well-defined contexts, theRichard Trieu2014-08-011-3/+7
* [SKX] Enabling SKX target (Skylake server chip) Robert Khasanov2014-07-301-5/+56
* [OPENMP] Additional comments for implicit 'flush' clause + removed unused par...Alexey Bataev2014-07-291-0/+4
* Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger2014-07-281-1/+1
OpenPOWER on IntegriCloud