summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-284-73/+20
* [DAGCombine] Fix cppcheck shadow variable warning. NFCI.Simon Pilgrim2019-08-281-4/+4
* [mips] Use less registers to load address of TargetExternalSymbolSimon Atanasyan2019-08-283-13/+10
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseu...Sam McCall2019-08-283-0/+40
* [ELF][RISCV] Allow PT_LOAD to have overlapping p_offset ranges on EM_RISCVFangrui Song2019-08-2810-156/+169
* [clangd] Fix SelectionTree to allow selection range expression in foreach loops.Sam McCall2019-08-282-0/+26
* [TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...Amaury Sechet2019-08-284-73/+78
* [DAGCombine] Remove LoadedSlice::Cost default 'ForCodeSize' constructor argum...Simon Pilgrim2019-08-281-3/+3
* gn build: Merge r370187Nico Weber2019-08-281-0/+1
* [ARM] Move MVEVPTBlockPass to a separate file. NFCDavid Green2019-08-283-143/+173
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-283-10/+21
* [MVE] VMOVX patternsDavid Green2019-08-2814-4298/+2121
* [mach-o] Extend LC_DATA_IN_CODE support to x86_64Rui Ueyama2019-08-281-8/+42
* [ELF][AMDGPU][SPARC] Allow PT_LOAD to have overlapping p_offset ranges on EM_...Fangrui Song2019-08-283-27/+26
* [lldb][NFC] Get rid of C-strings in HandleOptionCompletionRaphael Isemann2019-08-281-17/+11
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-2815-48/+194
* [LLVM-C] Fix ByVal Attribute crashingHans Wennborg2019-08-281-1/+10
* Delete minimize_source_to_dependency_directives_invalid_error.cHans Wennborg2019-08-282-17/+0
* [lldb][NFC] Update documentation of Handle[Argument]CompletionRaphael Isemann2019-08-281-12/+2
* [LV] Fold tail by masking - handle reductionsAyal Zaks2019-08-284-11/+113
* [ELF][RISCV] Assign st_shndx of __global_pointer$ to 1 if .sdata does not existFangrui Song2019-08-285-63/+24
* [ARM][ParallelDSP] Change search for mulsSam Parker2019-08-2810-175/+918
* [NFC] Unbreak testsDavid Bolvansky2019-08-281-2/+0
* [NFC] Updated testDavid Bolvansky2019-08-281-5/+22
* Annotate return values of allocation functions with dereferenceable_or_nullDavid Bolvansky2019-08-288-105/+236
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-283-0/+36
* [LoopFusion] Fix another -Wunused-function in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song2019-08-281-10/+10
* [clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song2019-08-287-109/+99
* [compiler-rt] Don't use libcxx if it's not enabled by LLVM_ENABLE_PROJECTSVitaly Buka2019-08-281-18/+24
* Update name of objc runtime SPI function we call for class names.Jason Molenda2019-08-281-1/+1
* Fixup build of clang-interpreter example after change in r370122.Douglas Yung2019-08-281-5/+1
* AMDGPU/GlobalISel: Fix constraining scalar and/or/xorMatt Arsenault2019-08-284-176/+186
* [libomptarget] Refactor syncwarp macro to inline functionJon Chesterfield2019-08-283-8/+13
* Fix build break due to close brace lost in mergeJon Chesterfield2019-08-281-0/+1
* Revert r370105 - Update two x86 datalayouts for r370083, looks like racing co...Richard Trieu2019-08-282-2/+2
* [libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield2019-08-283-7/+14
* [test] Speculative fix for r369966 on llvm-clang-x86_64-winVedant Kumar2019-08-281-1/+1
* [libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield2019-08-285-8/+24
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-282-3/+26
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-28520-550/+538
* Fix "commas at the end of enumerator lists are a C99-specific"Vitaly Buka2019-08-281-1/+1
* AMDGPU/GlobalISel: Implement addrspacecast for 32-bit constant addrspaceMatt Arsenault2019-08-282-8/+240
* [lit] Fix the way we check if an environment var is setJonas Devlieghere2019-08-281-1/+1
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [lit] Don't set DYLD_LIBRARY_PATH when DYLD_INSERT_LIBRARIES is set.Jonas Devlieghere2019-08-281-13/+15
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-282-3/+14
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-283-14/+55
OpenPOWER on IntegriCloud