| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OPENMP] Parsing/Sema of directive omp parallel for simd | Alexander Musman | 2014-09-23 | 1 | -7/+19 |
| * | Silence a signed/unsigned mismatch warning from MSVC; NFC. | Aaron Ballman | 2014-09-19 | 1 | -1/+1 |
| * | [x86] Enable broadwell target in clang. | Robert Khasanov | 2014-09-19 | 1 | -5/+37 |
| * | [OPENMP] Initial parsing/sema analysis of 'target' directive. | Alexey Bataev | 2014-09-19 | 1 | -0/+10 |
| * | [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than | Akira Hatanaka | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints | Hans Wennborg | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inlineasm] Check that the output size is correct for the given constraint. | Akira Hatanaka | 2014-09-18 | 1 | -3/+23 |
| * | Parsing/Sema of directive omp for simd | Alexander Musman | 2014-09-18 | 1 | -3/+16 |
| * | Basic: use hex string for __ARM_FP macro | Saleem Abdulrasool | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inline-asm] Check that the input size is correct for constraints R, q, Q, | Akira Hatanaka | 2014-09-17 | 1 | -1/+26 |
| * | Basic: add support for ARM ACLE 6.5.1 | Saleem Abdulrasool | 2014-09-17 | 1 | -12/+32 |
| * | Basic: use range-based for loops for ARM target | Saleem Abdulrasool | 2014-09-17 | 1 | -19/+20 |
| * | Basic: whitespace fixup for ARM target info | Saleem Abdulrasool | 2014-09-17 | 1 | -2/+1 |
| * | [ARM] Add ACLE predefines: maxmin, rounding and h/w integer division | James Molloy | 2014-09-15 | 1 | -0/+8 |
| * | No need to use PNaCl's calling convention since PNaCl now uses a separate app... | JF Bastien | 2014-09-12 | 1 | -3/+0 |
| * | Add support for le64. | JF Bastien | 2014-09-12 | 1 | -0/+60 |
| * | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-09 | 1 | -0/+27 |
| * | Make FileEntry::getName() valid across calls to FileManager::getFile() | Ben Langmuir | 2014-09-08 | 1 | -2/+15 |
| * | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -1/+1 |
| * | unique_ptrify SourceManager::createFileID | David Blaikie | 2014-08-29 | 1 | -3/+3 |
| * | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -4/+4 |
| * | Update for llvm API change. | Rafael Espindola | 2014-08-27 | 1 | -1/+1 |
| * | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 2 | -13/+13 |
| * | Objective-C. Warn if user has made explicit call | Fariborz Jahanian | 2014-08-22 | 1 | -0/+1 |
| * | Fixing MSVC warning: "warning C4373: 'blah': virtual function overrides 'blah... | Aaron Ballman | 2014-08-22 | 1 | -4/+2 |
| * | [AArch64, inline-asm] Improve diagnostic that is printed when the size of a | Akira Hatanaka | 2014-08-22 | 1 | -6/+13 |
| * | Simplify this logic now that -W can't be applied to remarks. No functionality... | Richard Smith | 2014-08-21 | 1 | -8/+1 |
| * | R600: Implement getPointerWidthV() | Tom Stellard | 2014-08-21 | 1 | -0/+17 |
| * | R600: Add processor type for hainan | Tom Stellard | 2014-08-21 | 1 | -0/+1 |
| * | Use std::unique_ptr to simplify this code a bit. | Rafael Espindola | 2014-08-18 | 1 | -11/+7 |
| * | Inline function into only use. | Rafael Espindola | 2014-08-18 | 1 | -6/+2 |
| * | Update for llvm api changes. | Rafael Espindola | 2014-08-17 | 1 | -1/+1 |
| * | Convert a few ownership comments with std::unique_ptr. | Rafael Espindola | 2014-08-17 | 1 | -8/+7 |
| * | Fix assertion on asm register that are "%" | Olivier Goffart | 2014-08-17 | 1 | -0/+2 |
| * | Delete support for AuroraUX. | Rafael Espindola | 2014-08-14 | 1 | -41/+2 |
| * | Default getFile() to use the last accessed name in the FileEntry. | Manuel Klimek | 2014-08-13 | 1 | -0/+7 |
| * | unique_ptr-ify FileSystemStatCache::setNextStatCache | David Blaikie | 2014-08-11 | 1 | -6/+6 |
| * | Increase SmallVector<> size in DiagnosticsEngine::setSeverityForGroup | Hans Wennborg | 2014-08-11 | 1 | -3/+3 |
| * | unique_ptr-ify FileSystemStatCache::takeNextStatCache | David Blaikie | 2014-08-10 | 1 | -1/+1 |
| * | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -3/+7 |
| * | Add predefined macros to identify x86_64h architectures. | Bob Wilson | 2014-08-08 | 1 | -0/+4 |
| * | Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9. | Bob Wilson | 2014-08-08 | 1 | -6/+17 |
| * | Use -Rblah, not -Wblah, to control remark diagnostics. This was always the | Richard Smith | 2014-08-07 | 3 | -45/+110 |
| * | MachO: set sizeof result type to what embedded headers expect. | Tim Northover | 2014-08-05 | 1 | -2/+2 |
| * | [x32] Add __int128 support | Pavel Chupin | 2014-08-04 | 1 | -0/+2 |
| * | Let's assume PowerPC has no SSE. | Joerg Sonnenberger | 2014-08-01 | 1 | -1/+0 |
| * | Remove this pointer that is converted to bool. In well-defined contexts, the | Richard Trieu | 2014-08-01 | 1 | -3/+7 |
| * | [SKX] Enabling SKX target (Skylake server chip) | Robert Khasanov | 2014-07-30 | 1 | -5/+56 |
| * | [OPENMP] Additional comments for implicit 'flush' clause + removed unused par... | Alexey Bataev | 2014-07-29 | 1 | -0/+4 |
| * | Change __INTx_TYPE__ to be always signed. This changes the value for | Joerg Sonnenberger | 2014-07-28 | 1 | -1/+1 |