summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...Dan Albert2019-09-163-156/+28
* [NFC] Test commit accessBardia Mahjour2019-09-161-0/+1
* [Docs] Bug fix for docs homepageDeForest Richards2019-09-161-1/+0
* [Docs] Adds Getting Started/Tutorials, Reference to LLVM docs homepageDeForest Richards2019-09-163-52/+58
* [PowerPC] Cust lower fpext v2f32 to v2f64 from extract_subvector v4f32Lei Huang2019-09-161-0/+87
* [NFC] Move dumping into GDBRemotePacketJonas Devlieghere2019-09-163-5/+23
* Open fstream files in O_CLOEXEC mode when possible.Dan Albert2019-09-162-12/+23
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-162-2/+6
* [Coverage] Speed up file-based queries for coverage info, NFCVedant Kumar2019-09-162-3/+49
* [Coverage] Assert that filenames in a TU are unique, NFCVedant Kumar2019-09-162-2/+11
* [lld] Update lld driver to use new LTO APIs to handle libcall symbolsSteven Wu2019-09-162-14/+4
* [LTO][Legacy] Add new C inferface to query libcall functionsSteven Wu2019-09-165-1/+30
* [PGO] Use linkonce_odr linkage for __profd_ variables in comdat groupsReid Kleckner2019-09-164-15/+16
* [ARM][Codegen] Autogenerate arm-cgp-casts.ll test.Roman Lebedev2019-09-161-115/+1671
* [lldb] Remove SetCount/ClearCount from FlagsRaphael Isemann2019-09-162-64/+3
* [lldb][NFC] Make ApplyObjcCastHack less scaryRaphael Isemann2019-09-161-9/+5
* Implement std::condition_variable via pthread_cond_clockwait() where availableDan Albert2019-09-163-28/+156
* [Clang][Codegen] Disable arm_acle.c test.Roman Lebedev2019-09-161-0/+2
* [Clang][Codegen] Relax available-externally-suppress.c testRoman Lebedev2019-09-161-2/+0
* [X86][AVX] matchShuffleWithSHUFPD - add support for zeroable operandsSimon Pilgrim2019-09-163-102/+62
* [ARM] A predicate cast of a predicate cast is a predicate castDavid Green2019-09-164-199/+221
* [OPENMP]Fix parsing/sema for function templates with declare simd.Alexey Bataev2019-09-162-1/+10
* [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...Roman Lebedev2019-09-1611-373/+109
* [clangd] Simplify semantic highlighting visitorIlya Biryukov2019-09-161-169/+111
* [InstCombine] remove unneeded one-use checks for icmp foldSanjay Patel2019-09-162-8/+4
* [InstCombine] move tests for icmp+add; NFCSanjay Patel2019-09-162-22/+35
* [ARM] Add patterns for BSWAP intrinsic on MVEOliver Cruickshank2019-09-163-0/+45
* [ARM] Add patterns for bitreverse intrinsic on MVEOliver Cruickshank2019-09-163-0/+64
* [ARM] Lower CTTZ on MVEOliver Cruickshank2019-09-162-2/+180
* [ARM] Add patterns for CTLZ on MVEOliver Cruickshank2019-09-163-0/+150
* [ExecutionEngine] Don't dereference a dyn_cast result. NFCI.Simon Pilgrim2019-09-161-2/+2
* [libFuzzer] Remove unused version of FuzzedDataProvider.h.Max Moroz2019-09-161-247/+0
* [LV] Add ARM MVE tail-folding testsSjoerd Meijer2019-09-161-0/+89
* [SystemZ] Call erase() on the right MBB in SystemZTargetLowering::emitSelect()Jonas Paulsson2019-09-161-1/+1
* [NFC] remove unused functionsGuillaume Chatelet2019-09-163-22/+0
* AMDGPU/GlobalISel: Fail select of G_INSERT non-32-bit sourceMatt Arsenault2019-09-161-4/+16
* AMDGPU/GlobalISel: Fix some broken run linesMatt Arsenault2019-09-164-8/+8
* AMDGPU/GlobalISel: Fix RegBankSelect for G_FRINT and G_FCEILMatt Arsenault2019-09-163-0/+64
* AMDGPU/GlobalISel: Remove another illegal select testMatt Arsenault2019-09-161-37/+0
* [X86][NFC] Add a `use-aa` feature.Clement Courbet2019-09-162-0/+8
* [InstCombine] add/move tests for icmp with add operand; NFCSanjay Patel2019-09-162-86/+144
* [clangd][vscode] update the development doc.Haojian Wu2019-09-161-2/+2
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-163-88/+91
* [docs][llvm-strings] Write llvm-strings documentationJames Henderson2019-09-161-3/+118
* [docs][llvm-size] Write llvm-size documentationJames Henderson2019-09-161-3/+186
* [ARM] Fold VCMP into VPTDavid Green2019-09-1620-464/+383
* [InstCombine] remove unneeded one-use checks for icmp foldSanjay Patel2019-09-162-6/+3
* [clangd] Bump vscode-clangd v0.0.17Haojian Wu2019-09-161-1/+1
* [InstCombine] add icmp tests with extra uses; NFCSanjay Patel2019-09-161-0/+34
* [InstCombine] fix comments to match code; NFCSanjay Patel2019-09-161-25/+27
OpenPOWER on IntegriCloud