summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-20Add an ID field to StackObjectsMatt Arsenault
2017-07-20[X86] Adding ISel tests for strided-shuffles with non-zero offset. NFC.Zvi Rackover
2017-07-20[PGO] Move the PGOInstrumentation pass to new OptRemark API.Davide Italiano
2017-07-20[COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFFMandeep Singh Grang
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight
2017-07-20[X86] Allow masks with more than 6 bits set on the x << (y & mask) optimizati...Craig Topper
2017-07-20[X86] Add test case to demonstrate that we don't allow masks wider than 6 bit...Craig Topper
2017-07-20LowerTypeTests: Drop function type metadata only if we're going to replace it.Peter Collingbourne
2017-07-20AMDGPU: Add encoding for carryless add/sub instructionsMatt Arsenault
2017-07-20AMDGPU: Add encodings for global atomicsMatt Arsenault
2017-07-20Remove unnecessary prefix from comment lines in a .test file.David Blaikie
2017-07-20revert: [llvm] r308609 - This patch added some test cases to demonsrate the i...Simon Pilgrim
2017-07-20[DAG] Handle missing transform in fold of value extension case.Nirav Dave
2017-07-20[DAG] Optimize away degenerate INSERT_VECTOR_ELT nodes.Nirav Dave
2017-07-20Reland r308585Stefan Maksimovic
2017-07-20[X86][AVX512] Improve vector rotation constant folding testsSimon Pilgrim
2017-07-20This patch added some test cases to demonsrate the issues described in Bug 33...Andrew V. Tischenko
2017-07-20[mips] Support `long_call/far/near` attributes passed by front-endSimon Atanasyan
2017-07-20Revert "GlobalISel: select G_EXTRACT and G_INSERT instructions on AArch64."Diana Picus
2017-07-20[DAGCombiner] Match ISD::SRL non-uniform constant vectors patterns using pred...Simon Pilgrim
2017-07-20[DAGCombiner] Match ISD::SRA non-uniform constant vectors patterns using pred...Simon Pilgrim
2017-07-20[DAGCombiner] Match non-uniform constant vectors using predicates.Simon Pilgrim
2017-07-20Revert r308585Stefan Maksimovic
2017-07-20[globalisel][tablegen] Add control-flow to the MatchTable.Daniel Sanders
2017-07-20[mips] Fix fp select machine verifier errorsStefan Maksimovic
2017-07-20[X86] Use SARX/SHLX/SHLX instructions for (shift x (and y, (BitWidth-1)))Craig Topper
2017-07-20[X86] Add test cases for (shift x (and y, (BitWidth-1))) to the BMI2 shift test.Craig Topper
2017-07-20[X86] Regenerate shift-and.ll and shift-bmi2.ll using update_llc_test_checks.py.Craig Topper
2017-07-20[X86] Remove outdated bug comment from a test.Craig Topper
2017-07-20AMDGPU: Correct encoding for global instructionsMatt Arsenault
2017-07-20[DWARF] Added check that verifies that no abbreviation declaration has more t...Spyridoula Gravani
2017-07-20Revert "[LLVM][llvm-objcopy] Added basic plumbing to get things started"Petr Hosek
2017-07-19[LLVM][llvm-objcopy] Added basic plumbing to get things startedPetr Hosek
2017-07-19[PEI] Add basic opt-remarks supportFrancis Visoiu Mistrih
2017-07-19GlobalISel: fix SUBREG_TO_REG implementation.Tim Northover
2017-07-19Forgot to add triple to test in r308513.Wolfgang Pieb
2017-07-19[TRE] Add another test for OptRemark.Davide Italiano
2017-07-19[TRE] Move to the new OptRemark API.Davide Italiano
2017-07-19[yaml2obj][ELF] Add support for program headersPetr Hosek
2017-07-19[AArch64] Force relocations for all ADRP instructionsMartin Storsjo
2017-07-19[AArch64, COFF] Interpret .align as power of two for COFF as wellMartin Storsjo
2017-07-19Fixing an issue with the initialization of LexicalScopes objects when mixing ...Wolfgang Pieb
2017-07-19[Hexagon] Fix a bug in r308502: post-inc offset is always 0Krzysztof Parzyszek
2017-07-19LTO: Export functions referenced by the CFI jump table.Peter Collingbourne
2017-07-19[X86] Don't try to scale down if that exceeds the bitwidth.Davide Italiano
2017-07-19ThinLTOBitcodeWriter: Do not rewrite intrinsic functions when splitting modules.Peter Collingbourne
2017-07-19GlobalISel: select G_EXTRACT and G_INSERT instructions on AArch64.Tim Northover
2017-07-19[ARM] Unify handling of M-Class system registersJaved Absar
2017-07-19[X86][XOP] Use default AVX2 lowering for v4i64 ashr by splat constantsSimon Pilgrim
2017-07-19[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...Balaram Makam