summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-162-0/+10
* Update LLD tests for CodeView dumper change in r339907Reid Kleckner2018-08-168-20/+20
* [RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDefKrzysztof Parzyszek2018-08-162-24/+102
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1648-6/+8761
* Update LLDB for LLVM CodeView API change in r339907Reid Kleckner2018-08-161-329/+329
* Fix memory leak in demangling of string literals.Zachary Turner2018-08-161-0/+1
* [TargetLowering] Add support for non-uniform vectors to BuildSDIVSimon Pilgrim2018-08-162-864/+396
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-1614-489/+504
* [MC] Cleanup noop default case spelling. NFC.Nirav Dave2018-08-161-1/+1
* [ELF] mergeSections: remove non-alive MergeInputSectionFangrui Song2018-08-162-4/+10
* Revert "unittests: Don't install TestPlugin.so"Tom Stellard2018-08-161-1/+1
* AMDGPU: Custom lower fexpMatt Arsenault2018-08-164-1/+343
* [X86][SSE] Add sdiv by nonuniform constant vector test containing -1/+1 and a...Simon Pilgrim2018-08-161-0/+125
* [NFC] Fix typo in test casesEvandro Menezes2018-08-162-4/+3
* NFC: Test commit accessJordan Rupprecht2018-08-161-1/+0
* [TargetLowering] Refactor BuildSDIV in preparation for D50765. NFCI.Simon Pilgrim2018-08-161-24/+36
* unittests: Don't install TestPlugin.soTom Stellard2018-08-161-1/+1
* [MC] Remove unused variableBenjamin Kramer2018-08-161-1/+0
* [MC][X86] Enhance X86 Register expression handling to more closely match GCC.Nirav Dave2018-08-168-32/+56
* Fix -Wmicrosoft-goto warnings.Zachary Turner2018-08-161-7/+13
* Add support for AVX-512 CodeView registers.Zachary Turner2018-08-162-114/+229
* [MS Demangler] Demangle string literals.Zachary Turner2018-08-162-3/+1156
* [MS Demangler] Don't fail on MD5-mangled names.Zachary Turner2018-08-162-1/+25
* [TableGen] TypeSetByHwMode::operator== optimizationSimon Pilgrim2018-08-161-8/+10
* [ConstantFolding] add tests for funnel shift intrinsics; NFCSanjay Patel2018-08-161-0/+89
* [TableGen] Avoid self getPredicates() != comparison. NFCI.Simon Pilgrim2018-08-161-2/+2
* [InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)Evandro Menezes2018-08-163-97/+102
* [Sanitizer] Fix build openbsdDavid Carlier2018-08-161-1/+10
* [llvm-mca] Small refactoring in preparation for another patch that will impro...Andrea Di Biagio2018-08-1612-45/+67
* [TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...Simon Pilgrim2018-08-162-4/+4
* [cmake] Prevent LLVMgold.so from being unloaded on LinuxHans Wennborg2018-08-161-0/+1
* [LLD][ELF] - Add a test case for DT_SONAME entry reading.George Rimar2018-08-161-0/+18
* Fixed unused variable warning. NFCI.Simon Pilgrim2018-08-161-1/+2
* [libunwind][mips] Include gcc_s for linkageStefan Maksimovic2018-08-161-0/+1
* [clangd] NFC: Improve Dex Iterators debugging traitsKirill Bobyrev2018-08-163-5/+17
* [LLD][ELF] - Add a test case.George Rimar2018-08-161-0/+16
* [InstCombine] move vector compare before same-shuffled opsSanjay Patel2018-08-162-11/+36
* [libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne2018-08-166-5/+63
* [yaml2obj] - Allow to use numeric sh_link (Link) value for sections.George Rimar2018-08-162-1/+26
* [yaml2elf] - Use check-next in test.George Rimar2018-08-161-9/+9
* [ARM] Ignore GEPs in ARMCodeGenPrepareSam Parker2018-08-162-0/+56
* [yaml2elf] - Simplify code, add a test. NFC.George Rimar2018-08-162-6/+29
* [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocationsDean Michael Berris2018-08-162-27/+3
* [ARM] Allow zext in ARMCodeGenPrepareSam Parker2018-08-163-16/+26
* [LLD][ELF] - Add test case.George Rimar2018-08-161-0/+22
* Attempt to fix clangd tests on older compilersSimon Pilgrim2018-08-161-12/+16
* [libcxxabi] Fix test_exception_address_alignment test for ARMYvan Roux2018-08-161-1/+2
* [RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...Alex Bradbury2018-08-163-5/+56
* [ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAXSimon Pilgrim2018-08-162-18/+18
* [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.Bruno Ricci2018-08-162-20/+44
OpenPOWER on IntegriCloud