summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-17/+16
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-0624-142/+147
* [X86][SSE] Pass float domain flag to shuffle combine match functions. NFCI.Simon Pilgrim2017-01-061-13/+13
* Fix some typos in commentsTobias Grosser2017-01-062-11/+11
* [AMDGPU] Remove extra semicolon. NFCKonstantin Zhuravlyov2017-01-061-1/+1
* [AMDGPU] Do not emit .AMDGPU.config section for amdhsaKonstantin Zhuravlyov2017-01-063-8/+9
* [X86][SSE] Simplify float domain requirement in unary shuffle matching.Simon Pilgrim2017-01-061-2/+1
* [OpenCL] Re-enable supported core extensions based on opencl version when dis...Konstantin Zhuravlyov2017-01-062-2/+17
* [X86][AVX] Regenerate shuffle 128-bit tests.Simon Pilgrim2017-01-063-195/+89
* [X86][AVX] Regenerate tzcnt tests.Simon Pilgrim2017-01-061-343/+82
* Remove trailing whitespace. NFCI.Simon Pilgrim2017-01-061-3/+3
* [X86] Add X86Subtarget argument. NFCI.Simon Pilgrim2017-01-061-8/+12
* [ASan] Make ASan instrument variable-masked loads and storesFilipe Cabecinhas2017-01-062-43/+129
* [ubsan] Minimize size of data for type_mismatch (Redo of D19668)Filipe Cabecinhas2017-01-062-9/+10
* [ubsan] Minimize size of data for type_mismatch (Redo of D19667)Filipe Cabecinhas2017-01-065-20/+21
* [globalisel] Stop requiring -debug/-debug-only=registerbankinfo for assertions.Daniel Sanders2017-01-061-6/+7
* Another windows build fixPavel Labath2017-01-061-0/+1
* Attempt to fix windows build for r291198Pavel Labath2017-01-061-0/+1
* [CodeCompletion] Block property setters: Use dynamic priority heuristicAlex Lorenz2017-01-063-12/+24
* [ObjC] The declarator for a block literal should be a definitionAlex Lorenz2017-01-063-3/+6
* Constify UsingPackDecl::getInstantiatedFromUsingDecl(), NFC.Yaron Keren2017-01-061-1/+1
* [CostModel][X86] Fix 512-bit SDIV/UDIV 'big' costs.Simon Pilgrim2017-01-062-20/+20
* [CostModel][X86] Add SDIV/UDIV cost tests for a wider range of targetsSimon Pilgrim2017-01-061-18/+50
* Move test input to directory called Inputs.Daniel Jasper2017-01-063-1/+1
* Fix clang build for r291198Pavel Labath2017-01-061-1/+1
* Revert "XFAIL an lldb-mi test"Pavel Labath2017-01-061-2/+0
* Unbreak Darwin buildbots.Rui Ueyama2017-01-061-7/+7
* Rename lld::stringize -> lld::toString.Rui Ueyama2017-01-065-5/+5
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-0612-36/+34
* Remove lld::convertToUnixPathSeparator.Rui Ueyama2017-01-062-14/+1
* Consolidate file handle usage in Editline.cppPavel Labath2017-01-062-10/+39
* Use \ as the path separator on Windows.Rui Ueyama2017-01-061-2/+1
* [llvm-config] Add --cmakedir to obtain CMake module locationMichal Gorny2017-01-061-1/+9
* [cmake] Disable appending -msse4.2 flag implicitlyMichal Gorny2017-01-062-2/+0
* [Orc][RPC] Fix an obvious locking-order bug in RawByteChannel::startSendMessage.Lang Hames2017-01-061-1/+1
* TarWriter: Emit PAX headers only when needed.Rui Ueyama2017-01-061-23/+20
* [AVX-512] Add EXTRACT_SUBVECTOR support to combineBitcastForMaskedOp.Craig Topper2017-01-062-16/+37
* [AVX-512] Add more masked vector extract test cases with and without a bitcas...Craig Topper2017-01-061-0/+450
* Attempt to unbreak buildbots.Rui Ueyama2017-01-061-1/+1
* [SelectionDAG] Rework lowerRangeToAssertZExtDavid Majnemer2017-01-061-6/+11
* Use TarWriter to create tar archives instead of cpio.Rui Ueyama2017-01-0616-150/+68
* Add a class to create a tar archive file.Rui Ueyama2017-01-063-0/+202
* CodeGen: address post commit review comments for r291123Saleem Abdulrasool2017-01-063-13/+0
* Revert "Use _Unwind_Backtrace on Apple platforms."Bob Wilson2017-01-061-1/+1
* Disable sigaltstack on Apple platformsBob Wilson2017-01-061-1/+4
* LowerTypeTests: Split the pass in two: a resolution phase and a lowering phase.Peter Collingbourne2017-01-069-126/+164
* Revert part of cleanup to fix a build breakDavid Blaikie2017-01-061-2/+13
* Fixes for Clang API changeDavid Blaikie2017-01-062-21/+16
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-0612-27/+30
* Remove unused private fields to fix the clang -Werror build.David Blaikie2017-01-061-5/+1
OpenPOWER on IntegriCloud