summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Do not print additional newlines after reaching error limitAlexander Richardson2019-07-242-1/+26
* [AArch64][GlobalISel] Fix a crash during s128 G_ICMP legalization due to r366...Amara Emerson2019-07-242-4/+44
* Let CorrelatedValuePropagation preserve LazyValueInfoDavid Bolvansky2019-07-241-0/+2
* Fix exporting SARIF files from scan-build on Windows.Aaron Ballman2019-07-241-2/+2
* [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih2019-07-248-38/+40
* [AMDGPU] Increase kernel paddingStanislav Mekhanoshin2019-07-242-37/+4
* Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien2019-07-242-89/+55
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-24190-5934/+5364
* Fix signed/unsigned comparison warning. NFCI.Simon Pilgrim2019-07-241-1/+1
* [ARM] Rewrite how VCMP are lowered, using a single nodeDavid Green2019-07-249-260/+289
* [DAGCombine] matchBinOpReduction - add partial reduction matchingSimon Pilgrim2019-07-244-137/+69
* [lldb] Configure debugserver_vers.c from CMakeStefan Granitz2019-07-242-0/+4
* [ARM] Disable MVE fptosi and friendsDavid Green2019-07-242-50/+165
* [AArch64][GlobalISel] Make vector dup optimization look at last elt of ZeroVecJessica Paquette2019-07-242-1/+41
* clang-format: Add another test like r366926Nico Weber2019-07-241-0/+1
* [ARM] More MVE compare vector splat combines for ANDsDavid Green2019-07-243-9/+297
* gn build: Merge r366919Nico Weber2019-07-241-0/+1
* clang-format: Add a test that shows that some code I thought was dead is not...Nico Weber2019-07-241-0/+1
* [InstCombine] Adjusted pow-exp tests for Windows [NFC]David Bolvansky2019-07-242-12/+12
* [ARM] MVE compare vector splat combineDavid Green2019-07-243-0/+3970
* [llvm-objdump] Emit warning if --start-address/--stop-address specify range o...Yuanfang Chen2019-07-242-0/+237
* [SelectionDAG] makeEquivalentMemoryOrdering - early out for equal chains (PR4...Simon Pilgrim2019-07-242-1/+35
* [AMDGPU][MC][GFX10] Enabled GFX10 assembly with arbitrary wavesize assumed by...Dmitry Preobrazhensky2019-07-242-2/+240
* [ARM] Better OR's for MVE comparesDavid Green2019-07-247-172/+222
* [Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih2019-07-248-26/+134
* [scudo][standalone] Optimization passKostya Kortchinsky2019-07-2414-94/+91
* [AMDGPU] Add all vgpr classes to asm parserStanislav Mekhanoshin2019-07-243-3/+10
* AMDGPU: Fix test after r366913Matt Arsenault2019-07-241-20/+5
* AMDGPU/GlobalISel: Don't assume instruction can be erased when selecting extsMatt Arsenault2019-07-242-15/+27
* [SDAG] convert (sub x, 1) to (add x, -1) in ctpop expansion; NFCSanjay Patel2019-07-241-3/+3
* AMDGPU: Only allow FP types for format buffer intrinicsMatt Arsenault2019-07-241-22/+22
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-247-59/+98
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-2410-14/+33
* [ARM] Better AND's for MVE comparesDavid Green2019-07-242-96/+63
* [ARM] MVE floating point compares and selectsDavid Green2019-07-245-1/+6743
* [llvm-ar][test] Fix move operation testsOwen Reynolds2019-07-242-17/+17
* [ARM] Basic And/Or/Xor handling for MVE predicatesDavid Green2019-07-245-0/+2090
* Silence a conversion warning after r366887. NFCPaul Robinson2019-07-241-2/+2
* [ARM] Make sure that the constant pool does not keep in the middle of an IT b...Simi Pallipurath2019-07-242-3/+133
* Test commit. NFC.Sjoerd Meijer2019-07-242-2/+2
* Fix @skipIfSanitized decoratorPavel Labath2019-07-241-2/+4
* [InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOpJay Foad2019-07-244-27/+23
* [InstCombine] add tests for load narrowing; NFCSanjay Patel2019-07-241-7/+43
* [clangd] Add categories to help options, and only show clangd options.Sam McCall2019-07-241-190/+232
* [FileCheck] Use ASSERT for fatal unit testsThomas Preud'homme2019-07-241-43/+45
* [FileCheck]] Canonicalize caret location testingThomas Preud'homme2019-07-245-80/+81
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-247-251/+475
* [llvm-objdump] - Import the test/Object/X86/no-start-symbol.test test case an...George Rimar2019-07-243-10/+28
* [Object/llvm-readobj] - Cleanup testing of the dynamic objects.George Rimar2019-07-245-338/+487
* [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.George Rimar2019-07-242-55/+89
OpenPOWER on IntegriCloud