summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Remove some dead codeTom Stellard2018-04-301-4/+0
* [OPENMP] Do not crash on incorrect input data.Alexey Bataev2018-04-303-12/+63
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-309-19/+42
* [llvm-mca] Correctly handle zero-latency stores that consume pipeline resources.Andrea Di Biagio2018-04-303-2/+48
* [SystemZ] Refactor some VT casts in DAG match patternsUlrich Weigand2018-04-301-59/+59
* [SystemZ] Improve handling of Select pseudo-instructionsUlrich Weigand2018-04-307-32/+32
* IWYU for llvm-config.h, removals. Also see r331184.Nico Weber2018-04-305-5/+0
* [clangd] Using index for GoToDefinition.Haojian Wu2018-04-306-85/+275
* [X86] Drop unnecessary VPORrm InstrRW override in SkylakeServer.Simon Pilgrim2018-04-301-1/+0
* [X86] Fix SkylakeServer typo in WritePSADBW class - it only uses 1 resource.Simon Pilgrim2018-04-301-1/+1
* AMDGPU/GlobalISel: Don't try to lower geometry shadersTom Stellard2018-04-301-0/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-30152-15/+155
* [BranchFolding] Salvage DBG_VALUE instructions from empty blocksBjorn Pettersson2018-04-302-0/+171
* [SelectionDAG] Improve selection of DBG_VALUE using a PHI node resultBjorn Pettersson2018-04-308-4/+400
* Fix warning: result of 32-bit shift implicitly converted to 64 bits - NFCZaara Syeda2018-04-301-1/+1
* llgs tests: Use noack-mode for communication to avoid pr37294Pavel Labath2018-04-302-2/+16
* NFC, Avoid a warning on pointer casting in PassPlugin.cppGabor Buella2018-04-301-2/+4
* Revert "[mips] Fix the predicates of jump and branch and link instructions"Simon Dardis2018-04-304-69/+51
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-3013-8/+5
* Remove unnecessary indirection. No behavior change.Nico Weber2018-04-301-12/+6
* [mips] Fix the predicates of jump and branch and link instructionsSimon Dardis2018-04-304-51/+69
* [LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).Florian Hahn2018-04-301-8/+3
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-305-0/+73
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-302-11/+5
* [bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer2018-04-301-7/+7
* [llvm-mca] Regenerate test Atom/resources-sse3.s. NFCAndrea Di Biagio2018-04-301-47/+41
* [llvm-mca] Support for in-order CPU for -instruction-tables testing.Andrea Di Biagio2018-04-308-1/+3788
* [clangd] Also use UTF-16 in index position.Haojian Wu2018-04-302-7/+12
* [X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD instructionsSimon Pilgrim2018-04-301-20/+20
* NFC - Typo fixes lib/VMCore -> lib/IRGabor Buella2018-04-302-2/+2
* [mips] Fix microMIPS loads and stores.Simon Dardis2018-04-306-41/+1565
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-305-0/+29
* tsan: disable trace switching after multithreaded forkDmitry Vyukov2018-04-302-0/+6
* [AArch64][SVE] Asm: Improve diagnostics for gather loads.Sander de Smalen2018-04-3013-55/+74
* [X86] Add a Requires<[In64BitMode]> to FARJMP64Craig Topper2018-04-303-2/+5
* [X86] Hide another instruction from the assembly matcher table to avoid a dup...Craig Topper2018-04-301-0/+1
* [X86] Remove some InstAliases aren't needed because a MnemonicAlias makes the...Craig Topper2018-04-301-3/+0
* [X86] Remove some instructions from the Intel assembly matcher table as there...Craig Topper2018-04-301-2/+2
* [X86] Use a MnemonicAlias instead of an InstAlias.Craig Topper2018-04-302-9/+8
* Fix up after clang r331155.Richard Smith2018-04-306-12/+16
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-3035-216/+379
* [X86] Remove support for accepting 'fnstsw %eax' and 'fnstsw %al'.Craig Topper2018-04-303-12/+1
* [X86] Mark some more InstAliases as 'att' syntax only.Craig Topper2018-04-301-6/+6
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.Fangrui Song2018-04-302-9/+9
* Remove a dead #ifdef.Nico Weber2018-04-301-2/+0
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-293-7/+4
* [X86] Make 64-bit sysret/sysexit not ambiguous in Intel assembly syntax.Craig Topper2018-04-292-2/+11
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-2914-5/+51
* [X86] Remove unnecessary BT InstRW overrides.Simon Pilgrim2018-04-291-5/+1
* [AArch64][AsmParser] NFC: Cleanup of addOperands functionsSander de Smalen2018-04-294-230/+81
OpenPOWER on IntegriCloud