summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] X86DAGToDAGISel::matchBitExtract(): extract 'lshr' from `X`Roman Lebedev2018-11-162-231/+195
* [lldb] NFC: Remove the extra ';'Henry Wong2018-11-161-1/+1
* Remove BUILD file from google-benchmarkBenjamin Kramer2018-11-161-65/+0
* [TargetLowering] Cleanup more of the EXTEND demanded bits cases so that they ...Simon Pilgrim2018-11-161-10/+11
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-163-12/+11
* [RISCV][NFC] Define and use the new CA instruction formatAlex Bradbury2018-11-164-19/+31
* [RISCV] Constant materialisation for RV64IAlex Bradbury2018-11-162-8/+232
* [MSP430] Add support for .refsym directiveAnton Korobeynikov2018-11-162-0/+27
* [MSP430] Add more tests for ABI and calling conventionAnton Korobeynikov2018-11-165-2/+222
* [clangd] Fix a compiler warning and test crashes caused in rL347038.Haojian Wu2018-11-162-1/+3
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-165-25/+275
* [DAGCombine] Fix non-deterministic debug outputSam Parker2018-11-161-4/+4
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-164-4/+125
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-11-165-20/+9
* [LegalizeVectorTypes] Teach WidenVecRes_Convert to turn ANY_EXTEND into ANY_E...Craig Topper2018-11-161-0/+2
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-1646-92/+865
* [X86] Add custom type legalization for v2i8/v4i8/v8i8 mul under -x86-experime...Craig Topper2018-11-162-155/+56
* [X86] Add some test cases for vector multiplies on vectors shorter than 128 b...Craig Topper2018-11-161-0/+265
* [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instructionSimon Atanasyan2018-11-166-125/+83
* AMDGPU: Fix analyzeBranch failing with pseudoterminatorsMatt Arsenault2018-11-164-3/+54
* [CMake] Support cross-compiling with Fuchsia toolchain buildPetr Hosek2018-11-161-1/+32
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-162-4/+58
* [compiler-rt] Use exact spelling when building for default targetPetr Hosek2018-11-161-1/+4
* [CMake] Use the correct spelling for armv7 in Fuchsia's toolchainPetr Hosek2018-11-161-1/+1
* Don't use uniform initialization syntax.Zachary Turner2018-11-163-11/+21
* [Clang][Sema]Choose a better candidate in overload function call if there is ...Zi Xuan Wu2018-11-163-4/+129
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-1614-411/+436
* [VFS] Update unittest to fix Windows buildbot.Volodymyr Sapsai2018-11-161-6/+6
* Revert r347014 "[X86] Add some test cases for vector multiplies on vectors sh...Craig Topper2018-11-161-265/+0
* [X86] Add some test cases for vector multiplies on vectors shorter than 128 b...Craig Topper2018-11-161-0/+265
* Added missing whitespace in the link.Artem Belevich2018-11-161-1/+1
* [VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai2018-11-161-0/+23
* [X86] Use ANY_EXTEND instead of SIGN_EXTEND in the AVX2 and later path for le...Craig Topper2018-11-167-549/+429
* [X86] Update a couple comments to remove a mention of a sign extending that n...Craig Topper2018-11-161-3/+3
* [VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai2018-11-162-4/+75
* [AMDGPU] Add FixupVectorISel pass, currently Supports SREGs in GLOBAL LD/STRon Lieberman2018-11-1623-131/+894
* [CUDA] updated CompileCudaWithLLVM.rstArtem Belevich2018-11-161-20/+21
* [analyzer] ConversionChecker: handle floating pointKristof Umann2018-11-162-11/+75
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-162-2/+2
* Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for t...Tom Stellard2018-11-162-26/+0
* [WebAssembly] Split BBs after throw instructionsHeejin Ahn2018-11-165-26/+140
* [AMDGPU] NFC Test commitRon Lieberman2018-11-161-1/+1
* AMDHSA: More code object v3 fixes:Konstantin Zhuravlyov2018-11-157-20/+21
* [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.hStephane Moore2018-11-151-1/+1
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Remove myself as owner of clang-query.Peter Collingbourne2018-11-151-4/+0
* [CMake] Explicitly list Linux targets for Fuchsia toolchainPetr Hosek2018-11-151-31/+31
* Fix parens warning in assert in ASTMatchFinderErich Keane2018-11-151-7/+7
* [X86] Remove ANY_EXTEND special case from canReduceVMulWidthCraig Topper2018-11-151-18/+2
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-157-4/+147
OpenPOWER on IntegriCloud