summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add test case for PR32690Simon Pilgrim2018-01-301-0/+27
* [DSE] make sure memory is not modified before partial store merging (PR36129)Sanjay Patel2018-01-302-3/+6
* [XRay] clarify error messages when parsing broken tracesMartin Pelikan2018-01-301-3/+4
* [AccelTable] Move print methods to implementation. NFCJonas Devlieghere2018-01-302-78/+93
* [XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan2018-01-301-1/+1
* Test commit.Brock Wyma2018-01-301-2/+2
* Add LLDB_LOG_ERROR macroPavel Labath2018-01-303-6/+45
* Spelling mistake in comment. NFCI.Simon Pilgrim2018-01-301-1/+1
* [clangd] Fix windows path manipulationSam McCall2018-01-301-2/+6
* Change simple-register-allocation-read-undef.mir so that it doesn't fail if t...Amaury Sechet2018-01-301-1/+1
* [ELF] - Remove dead declaration. NFC.George Rimar2018-01-301-1/+0
* Fix TestGDBRemoteClient on windowsPavel Labath2018-01-301-2/+3
* Skip TestWithModuleDebugging on i386 linux (pr36146)Pavel Labath2018-01-301-0/+1
* [clangd] Enable completion index by default, limit results to 100.Sam McCall2018-01-301-5/+5
* [ARM GlobalISel] Add inst selector tests for G_SITOFP and G_UITOFPDiana Picus2018-01-301-0/+113
* [ARM GlobalISel] Map G_SITOFP and G_UITOFPDiana Picus2018-01-302-0/+105
* [ARM GlobalISel] Legalize G_SITOFP and G_UITOFPDiana Picus2018-01-303-0/+173
* [ELF] - Define linkerscript symbols early.George Rimar2018-01-309-76/+157
* [ARM GlobalISel] Add inst selector tests for G_FPTOSI and G_FPTOUIDiana Picus2018-01-301-0/+113
* [ARM GlobalISel] Map G_FPTOSI and G_FPTOUIDiana Picus2018-01-302-0/+105
* [ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUIDiana Picus2018-01-303-3/+173
* [COFF] Remove the temporary file if not updating the import libraryMartin Storsjo2018-01-301-0/+2
* [X86] Auto-generate complete checks. NFCCraig Topper2018-01-301-125/+330
* dotest: Apply --skip-categories to debug info categoriesVedant Kumar2018-01-301-1/+1
* add prefix with '_' support for property name. Corresponding apple dev doc: h...Yan Zhang2018-01-306-28/+115
* [DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf t...Wolfgang Pieb2018-01-301-2/+2
* First cut at issue statuses for JAXMarshall Clow2018-01-301-51/+63
* Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow2018-01-305-1/+40
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-305-333/+296
* Revert "[coroutines] Fix application of NRVO to Coroutine "Gro" or return obj...Eric Fiselier2018-01-303-89/+5
* [InstSimplify] (X * Y) / Y --> X for relaxed floating-point opsSanjay Patel2018-01-303-0/+54
* [SelectionDAG]: Ignore "returned" in the presence of an implicit sret.Dan Gohman2018-01-302-2/+24
* [CUDA] Added partial support for CUDA-9.1Artem Belevich2018-01-308-32/+1872
* [coroutines] Fix application of NRVO to Coroutine "Gro" or return object.Eric Fiselier2018-01-293-5/+89
* [globalisel][legalizer] Fix a fallthrough case in the unittests debug printingDaniel Sanders2018-01-291-1/+1
* [RAFast] Don't dereference MBB::endQuentin Colombet2018-01-292-5/+32
* AMDGPU: Move ADDRIndirect complex pattern into R600Instructions.tdTom Stellard2018-01-292-1/+1
* [X86] Use VMOVDQA64 for aligned vXi32 stores.Craig Topper2018-01-292-4/+13
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-292-5/+0
* AMDGPU: Allow a SGPR for the conditional KILL operandMarek Olsak2018-01-292-23/+48
* Fix some regular expressions in llvm-mode.el.Rafael Espindola2018-01-291-5/+6
* [DSE] add test for PR36129; NFCSanjay Patel2018-01-291-0/+15
* [clangd] Fix r323658 test failure on windows.Eric Liu2018-01-293-6/+11
* LiveInterval: Print weight in print() function.Matthias Braun2018-01-291-0/+1
* Stop tracking .debug_line_str in DWARFUnit. NFC.Paul Robinson2018-01-295-30/+22
* [X86] Add FeaturePOPCNTFalseDeps to skylake server CPU to match skylake client.Craig Topper2018-01-292-1/+3
* Warn on nonexistent comdat sections in an /order file.Rui Ueyama2018-01-292-5/+30
* Update a help message.Rui Ueyama2018-01-291-1/+1
* [analyzer] Use stable filenames in analyzer testing infrastructureGeorge Karpenkov2018-01-291-0/+1
* [analyzer] [NFC] Remove unused method visitItemsInWorkListGeorge Karpenkov2018-01-292-41/+0
OpenPOWER on IntegriCloud