summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-2/+2
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-1/+2
* [lldb][NFC] Cleanup comments in ClangASTSource.hRaphael Isemann2019-11-181-22/+23
* Fix a print error found while testing llvm-objcopyAaron Smith2019-11-182-3/+3
* [PowerPC] [NFC] add IR testcases for folding rlwinma.czhengsz2019-11-181-0/+45
* [SVE][CodeGen] Scalable vector MVT size queriesGraham Hunter2019-11-1820-116/+268
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-186-29/+46
* Fix "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-11-181-2/+3
* [X86][SSE] Add test for extractelement with multiple usesSimon Pilgrim2019-11-181-0/+46
* Fix signed/unsigned comparison warning. NFCI.Simon Pilgrim2019-11-181-1/+1
* [RISCV] Add assembly mnemonic spell checkingSimon Cook2019-11-182-2/+43
* [RISCV] Set triple based on -march flagSimon Cook2019-11-183-1/+25
* [NFC][Test] Add the vavg test for PowerPCQingShan Zhang2019-11-181-0/+189
* [ARM,MVE] Add InstCombine rules for pred_i2v / pred_v2i.Simon Tatham2019-11-183-0/+286
* [ARM,MVE] Add intrinsics for vector comparisons.Simon Tatham2019-11-184-0/+3220
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-183-3/+39
* [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny2019-11-1811-2/+28
* [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall2019-11-184-5/+20
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-1826-29/+498
* DWARF location lists: Add section index dumpingPavel Labath2019-11-1813-48/+56
* [Sparc] Fix "Cannot select" error for AtomicFence on 32-bit V9James Clarke2019-11-184-61/+64
* [LegalizeTypes] Remove SoftenFloat handling from ExpandIntRes_LLROUND_LLRINT ...Craig Topper2019-11-171-9/+0
* [LegalizeTypes] Remove unnecessary conversion from EVT to MVT to MVT::SimpleV...Craig Topper2019-11-171-8/+8
* Fix Windows buildbotsRui Ueyama2019-11-181-5/+5
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-1813-196/+200
* llvm/ObjCARC: Split OptimizeIndividualCallImpl out of OptimizeIndividualCalls...Duncan P. N. Exon Smith2019-11-171-245/+264
* [LegalizeTypes][X86] Add support for expanding the result type of STRICT_LLRO...Craig Topper2019-11-172-15/+344
* [PowerPC] extend PPCPreIncPrep Pass for ds/dq formczhengsz2019-11-173-154/+441
* [docs] Fix broken links in Kaleidoscope chapter 3Brian Gesiak2019-11-171-4/+4
* llvm/ObjCARC: Use continue to reduce some nesting, NFCDuncan P. N. Exon Smith2019-11-171-66/+66
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-1821-101/+121
* [InstCombine] prevent crashing/assert on shift constant expression (PR44028)Sanjay Patel2019-11-172-1/+19
* [LegalizeTypes] When expanding the integer result of LLROUND/LLRINT, also cal...Craig Topper2019-11-171-0/+6
* [LegalizeTypes] Remove PromoteFloat support form ExpandIntRes_LLROUND_LLRINT.Craig Topper2019-11-171-5/+6
* [LegalizeTypes] Merge ExpandIntRes_LLROUND and ExpandIntRes_LLRINT into one f...Craig Topper2019-11-172-44/+31
* [ConstantFold] Handle identity folds at top of ConstantFoldBinaryInstFlorian Hahn2019-11-173-18/+27
* [ConstantFold] Add some tests for binops with constants and undefs.Florian Hahn2019-11-171-0/+50
* [Attributor] Use nofree argument attribute for heap-to-stack conversionStefan Stipanovic2019-11-172-11/+25
* [SimplifyCFG] propagate fast-math-flags (FMF) from phi to selectSanjay Patel2019-11-172-8/+13
* [SimplifyCFG] add fast-math-flags to tests for better coverage; NFCSanjay Patel2019-11-171-8/+8
* [SimplifyCFG] add tests for possible FP speculative select; NFCSanjay Patel2019-11-171-36/+99
* [InstCombine] Canonicalize ssub.with.overflow with clamp to ssub.satDavid Green2019-11-172-70/+60
* [InstCombine] Canonicalize sadd.with.overflow with clamp to sadd.satDavid Green2019-11-172-55/+67
* [InstCombine] Add extra tests for overflow_to_sat.ll. NFCDavid Green2019-11-171-0/+76
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-1746-331/+175
* [MIRNamer]: Make the check lines in the test robust with regex.Aditya Nandakumar2019-11-164-42/+41
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-164-1/+183
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-163-1/+48
* [Docs] Remove stray :doc: directive.kristina2019-11-161-1/+1
* [Docs] Fix sphinx warning.kristina2019-11-161-1/+1
OpenPOWER on IntegriCloud