summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][GlobalISe] Select STRQui for stores into v264s instead of scalarizingJessica Paquette2019-04-013-5/+26
* [CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere2019-04-012-8/+1
* Fix clangd unittest _WIN32 ifdefReid Kleckner2019-04-011-2/+2
* [Process] Use early returns in Process::WriteMemory (NFC)Jonas Devlieghere2019-04-011-55/+51
* [NFC] Remove dead parameter "FreeInLoop", fix some typos and trailing whitesp...Nick Lewycky2019-04-011-15/+12
* [lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.Jorge Gorbe Moya2019-04-011-31/+45
* Not all blocks are reachable from entry. Don't assume they are.Nick Lewycky2019-04-012-4/+51
* [API] Add SBReproducer to LLDB.hJonas Devlieghere2019-04-011-0/+1
* [libcxx] Make sure reference_wrapper works with incomplete typesLouis Dionne2019-04-015-1/+163
* [pstl] Mangle the parallel_strict_scan backend functionLouis Dionne2019-04-013-8/+9
* [NFC][LLD] Specify namespaces explicity to fix build failure on GCC 5 after r...Matthew Voss2019-04-011-3/+7
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-012-2/+32
* [X86] Classify the AVX512 rounding control operand as X86::OPERAND_ROUNDING_C...Craig Topper2019-04-013-2/+9
* [llvm-objcopy] Add --keep-symbols optionYi Kong2019-04-013-0/+20
* ELF: Perform per-section .ARM.exidx processing during combineEhFrameSections(...Peter Collingbourne2019-04-013-54/+56
* [SLP] getVectorElementSize and isTreeTinyAndNotFullyVectorizable are const me...Simon Pilgrim2019-04-011-4/+4
* [CodeGen] Generate follow-up metadata for loops with more than one transforma...Michael Kruse2019-04-0111-126/+668
* [SLP] getGatherCost and isFullyVectorizableTinyTree are const methods. NFCI.Simon Pilgrim2019-04-011-7/+7
* Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. than...Marshall Clow2019-04-011-6/+15
* [OPENMP]Allocate clause allocator in target region.Alexey Bataev2019-04-013-0/+18
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-019-32/+19
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-019-28/+139
* Commit accidentally omitted test case.Caroline Tice2019-04-011-0/+59
* [LoopPred] Be uniform about proving generated conditionsPhilip Reames2019-04-012-0/+52
* [NVPTX] Fix the codegen for llvm.round.Bixia Zheng2019-04-016-22/+128
* [LoopPred] Delete the old condition expressions if unusedPhilip Reames2019-04-019-202/+7
* Attempt to fix failing buildbot (ppc64le)Gabor Marton2019-04-011-0/+1
* [Tests] Autogen all the LoopPredication testsPhilip Reames2019-04-017-388/+1912
* [Tests] Add tests for a possible loop predication transform variantPhilip Reames2019-04-011-0/+247
* [ASTImporter] Convert ODR diagnostics inside ASTImporter implementationGabor Marton2019-04-011-14/+14
* [pstl] Indent preprocessor directives as part of the clang-format rulesLouis Dionne2019-04-0111-73/+76
* [AMDGPU] Pre-allocate WWM registers to reduce VGPR pressure.Neil Henning2019-04-0119-640/+475
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-0110-0/+49
* gn build: Merge r357383Nico Weber2019-04-011-0/+1
* [AArch64] Add v8.5-a Memory Tagging STZGM instructionDavid Spickett2019-04-014-0/+53
* [RISCV] Attach VK_RISCV_CALL to symbols upon creationAlex Bradbury2019-04-016-9/+57
* [AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructionsDavid Spickett2019-04-018-105/+52
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-014-59/+178
* [RISCV] Generate address sequences suitable for mcmodel=mediumAlex Bradbury2019-04-019-36/+205
* [AArch64] Add v8.5-a Memory Tagging GMID_EL1 registerDavid Spickett2019-04-014-0/+32
* Fix builder.Alexandre Ganea2019-04-011-2/+2
* [OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev2019-04-013-131/+230
* [InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...Mikael Holmen2019-04-012-1/+24
* X86: Fix override warningMatt Arsenault2019-04-011-2/+2
* Revert "[InstCombine] Handle vector gep with scalar argument in evaluateInDif...Mikael Holmen2019-04-012-24/+1
* InstSimplify: Add baseline test for upcoming changeMatt Arsenault2019-04-011-0/+120
* [InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...Mikael Holmen2019-04-012-1/+24
* [X86] Make post-ra scheduling macrofusion-aware.Clement Courbet2019-04-013-2/+11
* [LLD][COFF] Early dependency detectionAlexandre Ganea2019-04-016-59/+238
* [InstCombine] eliminate commuted select-shuffles + binop (PR41304)Sanjay Patel2019-04-012-20/+75
OpenPOWER on IntegriCloud