summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic
AgeCommit message (Expand)Author
2018-12-04Move llc-start-stop-instance to x86Matt Arsenault
2018-12-04MIR: Add method to stop after specific runs of passesMatt Arsenault
2018-11-17Moved dag-combine-select-undef.ll into amdgpu. NFC.Stanislav Mekhanoshin
2018-11-16Fixed test after r347110Stanislav Mekhanoshin
2018-11-16DAG combiner: fold (select, C, X, undef) -> XStanislav Mekhanoshin
2018-11-13[IR] Add a dedicated FNeg IR InstructionCameron McInally
2018-11-07Workaround PPC backend bug in test for r346322.James Y Knight
2018-11-07Add support for llvm.is.constant intrinsic (PR4898)James Y Knight
2018-10-26[MIR] Simplify and move MIR testFrancis Visoiu Mistrih
2018-10-11Revert r344197 "[MC][ELF] compute entity size for explicit sections"Artem Dergachev
2018-10-11[MC][ELF] Fix section_mergeable_size.llFangrui Song
2018-10-10[MC][ELF] compute entity size for explicit sectionsNick Desaulniers
2018-09-24Re-submitting changes in D51550 because it failed to patch.Christy Lee
2018-09-13[MC/Dwarf] Unclamp DWARF linetables format on Darwin.Jonas Devlieghere
2018-08-08[DWARF] Unclamp line table version on Darwin for v5 and later.Jonas Devlieghere
2018-07-02Implement strip.invariant.groupPiotr Padlewski
2018-06-14[DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-05-03Rename invariant.group.barrier to launder.invariant.groupPiotr Padlewski
2018-04-17Revert "Fix incorrect choice of callee-saved registers save/restore points (t...Momchil Velikov
2018-04-17Fix incorrect choice of callee-saved registers save/restore points (take 2)Momchil Velikov
2018-04-17[DAGCombiner] Fix for oss-fuzz bugGerolf Hoflehner
2018-04-11[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.Paul Robinson
2018-04-09Support generic expansion of ordered vector reduction (PR36732)Simon Pilgrim
2018-04-06Add additional tests from D45336Simon Pilgrim
2018-04-06Add additional tests from D45366Simon Pilgrim
2018-03-29Try to fix a couple tests for Windows.Paul Robinson
2018-03-29Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-28Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko
2018-03-27Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-19[MergeICmps] Re-land 324317 "Enable the MergeICmps Pass by default."Clement Courbet
2018-03-07Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko
2018-03-06Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-06Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-06[DWARFv5] Emit file 0 to the line table.Paul Robinson
2018-03-02[MergeICmps] Revert 324317 "Enable the MergeICmps Pass by default."Clement Courbet
2018-02-23[DebugInfo] Add remaining files to r325970Scott Linder
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-17Made test dbg_value_fastisel.ll specific to AArch64 fast-isel.Sander de Smalen
2018-02-17[DebugInfo][FastISel] Fix dropping dbg.value()Sander de Smalen
2018-02-09[CodeGen] Unify the syntax of MBB successors in MIR and -debug outputFrancis Visoiu Mistrih
2018-02-08[DWARFv5] Fix dumper to show the file table starts at index 0.Paul Robinson
2018-02-08[CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug outputFrancis Visoiu Mistrih
2018-02-07[MergeICmps] Re-commit rL324317 "Enable the MergeICmps Pass by default."Clement Courbet
2018-02-06Revert "[MergeICmps] Enable the MergeICmps Pass by default."Clement Courbet
2018-02-06[MergeICmps] Enable the MergeICmps Pass by default.Clement Courbet
2018-02-05[DWARF] Regularize dumping strings from line tables.Paul Robinson
2018-01-20Move new test from Generic to SystemZ.Jonas Paulsson
2018-01-20[SelectionDAG] Fix codegen of vector stores with non byte-sized elements.Jonas Paulsson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson