summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [AST] Pack the unsigned of SubstTemplateTypeParmPackType into TypeBruno Ricci2018-08-162-6/+27
* [AST] Pack the unsigned of DependentTemplateSpecializationType into TypeBruno Ricci2018-08-162-8/+30
* [ARM] Allow signed icmps in ARMCodeGenPrepareSam Parker2018-08-163-31/+145
* [libunwind][mips] Guard accumulator registersStefan Maksimovic2018-08-161-0/+4
* [libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic2018-08-162-2/+2
* [mips] Remove dead code from MipsPassConfigSimon Atanasyan2018-08-161-4/+0
* [NFC] Remove const modifier to allow further development in LICMMax Kazantsev2018-08-161-3/+2
* [X86] Remove masking from the 512-bit paddus/psubus builtins. Use a select bu...Craig Topper2018-08-163-70/+40
* [NFC] Add missing const modifierMax Kazantsev2018-08-161-1/+1
* [X86] Remove masking from the 512-bit padds and psubs builtins. Use select bu...Craig Topper2018-08-163-72/+56
* [X86] Remove masking from the 512-bit padds and psubs intrinsics. Use select ...Craig Topper2018-08-166-107/+485
* [X86] Remove the unused masked 128 and 256-bit masked padds/psubs intrinsics.Craig Topper2018-08-165-313/+989
* [X86] Correct some bad FileCheck prefixes in tests. Add test cases for v64i8 ...Craig Topper2018-08-162-138/+540
* [ASTImporter] Add test for CXXDefaultInitExprRaphael Isemann2018-08-162-0/+31
* [ASTImporter] Add test for CXXScalarValueInitRaphael Isemann2018-08-162-0/+13
* [ASTImporter] Add test for ForStmt and ContinueStmtRaphael Isemann2018-08-162-0/+47
* [x86] Actually initialize the SLH pass with the x86 backend and useChandler Carruth2018-08-163-4/+6
* [BFI] Use rounding while computing profile counts.Easwaran Raman2018-08-164-14/+18
* [Driver] -print-target-triple and -print-effective-triple optionsPetr Hosek2018-08-164-0/+28
* Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham2018-08-154-1/+114
* Implementation of nested loops in cxx_loop_protoEmmett Neyman2018-08-153-35/+116
* [ASTImporter] Add test for ArrayInitLoopExprRaphael Isemann2018-08-152-0/+14
* [ASTImporter] Add test for ExprWithCleanupsRaphael Isemann2018-08-152-0/+16
* [Darwin Driver] Fix Simulator builtins and test casesChris Bieneman2018-08-1511-57/+37
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-159-7/+260
OpenPOWER on IntegriCloud