summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-0625-147/+142
* [CostModel][X86] Add AVX512 and 512-bit vector shift cost tests.Simon Pilgrim2017-01-063-18/+758
* [sanitizer] Track which modules are instrumented in LoadedModule objectsKuba Mracek2017-01-064-17/+42
* [sancov] introducing SANCOV_OPTIONSMike Aizatsky2017-01-066-4/+169
* AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun2017-01-065-851/+486
* [InstCombine] add a vector version of a test added in r291262; NFCSanjay Patel2017-01-061-0/+13
* Clean up redundant isa<T> before getAs<T>. NFC.George Burgess IV2017-01-061-4/+2
* Revert r291221.Rafael Espindola2017-01-062-1/+14
* [InstCombine] move and add tests for icmp + shl nsw; NFCSanjay Patel2017-01-062-63/+205
* Fix test now that --reproduce takes a full filename.Rafael Espindola2017-01-061-1/+1
* [OpenMP] fix typo - the standalone 'distribute' pragma should be 'teams distr...Kelvin Li2017-01-061-1/+2
* [builtins] Implement __floattitf() & __floatuntitf()Michal Gorny2017-01-065-0/+596
* [DWARF] Null out the debug locs of (loop invariant) instructions hoisted by L...Wolfgang Pieb2017-01-062-0/+83
* Match backslashes in undef.s test on WindowsReid Kleckner2017-01-061-3/+3
* Use %z for size_t and avoid deprecated string functionsReid Kleckner2017-01-061-4/+4
* [CUDA] Add a host target triple to cuda-version-check.cuReid Kleckner2017-01-061-11/+11
* [AArch64] Reduce vector insert/extract cost for Falkor.Chad Rosier2017-01-062-0/+27
* Make ASTContext::getDeclAlign return the correct alignment forAkira Hatanaka2017-01-062-1/+11
* Revert "Fix examples for recent shared_ptrification"David Blaikie2017-01-061-1/+1
* Revert "Fix for shared_ptrification in Clang"David Blaikie2017-01-062-4/+3
* 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
OpenPOWER on IntegriCloud