summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-01[llvm-mca][x86] Add CMPS/LODS/MOVS/STOS string instruction resource testsSimon Pilgrim
2018-08-01[X86] Use isNullConstant helper. NFCI.Simon Pilgrim
2018-08-01Fix "not all control paths return a value" MSVC warning.Simon Pilgrim
2018-08-01[MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere
2018-08-01[AMDGPU] Optimize _L image intrinsic to _LZ when lod is zeroRyan Taylor
2018-08-01Fix build bot after r338521Ulrich Weigand
2018-08-01[SystemZ, TableGen] Fix shift count handlingUlrich Weigand
2018-08-01[X86] Use isNullConstant helper. NFCI.Simon Pilgrim
2018-08-01[llvm-mca][x86] Add STC + STD instruction resource testsSimon Pilgrim
2018-08-01[llvm-mca] Improve code comments. NFC.Andrea Di Biagio
2018-08-01[DebugInfo] Remove ambiguity to fix Windows botsJonas Devlieghere
2018-08-01[DebugInfo] Improve consistency in DWARFDie.h (NFC)Jonas Devlieghere
2018-08-01[X86] Improved sched models for X86 BT*rr instructions.Andrew V. Tischenko
2018-08-01[DebugInfo] Have custom std::reverse_iterator<DWARFDie>Jonas Devlieghere
2018-08-01[MIPS GlobalISel] Select global addressPetar Jovanovic
2018-08-01Revert "Enrich inline messages", tests failDavid Bolvansky
2018-08-01Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)Hans Wennborg
2018-08-01Enrich inline messagesDavid Bolvansky
2018-08-01[AArch64] Disallow the MachO specific .loh directive for windowsMartin Storsjo
2018-08-01[X86] When looking for (CMOV C-1, (ADD (CTTZ X), C), (X != 0)) -> (ADD (CMOV ...Craig Topper
2018-08-01[DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk
2018-08-01[InstSimplify] fold extracting from std::pair (1/2)Hiroshi Inoue
2018-08-01[DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.Hsiangkai Wang
2018-08-01[X86] Adding more test patterns for lea-opt (PR37939)Jatin Bhateja
2018-08-01[x86] Fix a really subtle miscompile due to a somewhat glaring bug inChandler Carruth
2018-08-01[x86/slh] Add unwind info to several tests to make it more obvious thatChandler Carruth
2018-08-01[DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang
2018-08-01[GlobalISel][IRTranslator] Use RPO traversal when visiting blocks to translate.Amara Emerson
2018-08-01AMDGPU: Add clamp bit to dot intrinsicsKonstantin Zhuravlyov
2018-08-01Simplify selectELFSectionForGlobal by pulling out the entry sizeEric Christopher
2018-08-01Tidy up logic around unique section name creation and remove aEric Christopher
2018-08-01[MachineOutliner] Clean up subtarget handling.Eli Friedman
2018-08-01[PATCH] [SLC] Test simplification of pow() for vector types (NFC)Evandro Menezes
2018-07-31Revert r338354 "[ARM] Revert r337821"Reid Kleckner
2018-07-31[WebAssembly] Fix debug info tests after r338437.David L. Jones
2018-07-31[DWARF] Support for .debug_addr (consumer)Victor Leschuk
2018-07-31[SLC] Refactor the simplication of pow() (NFC)Evandro Menezes
2018-07-31[llvm-objcopy] Make --strip-debug strip .gdb_indexFangrui Song
2018-07-31Revert r338431: "Add DebugCounters to DivRemPairs"George Burgess IV
2018-07-31[DWARF] Do not create a .debug_ranges section when no ranges are needed.Wolfgang Pieb
2018-07-31AMDGPU: Split amdgcn/r600 fminnum/fmaxnum testsMatt Arsenault
2018-07-31Add DebugCounters to DivRemPairsGeorge Burgess IV
2018-07-31[llvm-mca] Update the help text to reflect "physical" registers. NFC.Matt Davis
2018-07-31[SystemZ] Fix bad assert composition.Jonas Paulsson
2018-07-31DAG: Correct pointer type used for stack slotMatt Arsenault
2018-07-31[CodeView] Add coverage test for r338308 (Fixed crash in type merging)Alexandre Ganea
2018-07-31AMDGPU: Break 64-bit arguments into 32-bit piecesMatt Arsenault
2018-07-31AMDGPU: Split wide vectors of i16/f16 into 32-bit regs on callsMatt Arsenault
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-31AMDGPU: Scalarize vector argument types to callsMatt Arsenault