OSDN Git Service

Fix MachineInstr::findRegisterUseOperandIdx subreg checks
[android-x86/external-llvm.git] / test /
2018-11-12 Stanislav MekhanoshinFix MachineInstr::findRegisterUseOperandIdx subreg...
2018-11-12 Jordan Rupprecht[llvm-readelf] Make llvm-readelf more compatible with...
2018-11-12 Simon Pilgrim[CostModel][X86] Add SHLD/SHRD scalar funnel shift...
2018-11-12 Paul Robinson[DWARFv5] Emit split type units in .debug_info.dwo.
2018-11-12 Simon Pilgrim[CostModel][X86] Add some initial cost tests for funnel...
2018-11-12 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector is cheap if the...
2018-11-12 Jonas Paulsson[SystemZ::TTI] Improve accuracy of costs for vector...
2018-11-12 Simon Pilgrim[CostModel] Add more realistic SK_InsertSubvector gener...
2018-11-12 Sanjay Patel[VectorUtils] add funnel-shifts to the list of vectoriz...
2018-11-12 Sanjay Patel[LoopVectorize] add tests for funnel shifts; NFC
2018-11-12 Simon Pilgrim[CostModel] Add more realistic SK_ExtractSubvector...
2018-11-12 Alex Bradbury[RISCV] Support .option relax and .option norelax
2018-11-12 Nirav Dave[DAGCombiner] Fix load-store forwarding of indexed...
2018-11-12 Andrea Di Biagio[llvm-mca] Correctly update the resource strategy for...
2018-11-12 Philip PfaffeAdd an OptimizerLast EP
2018-11-12 Max Kazantsev[LICM] Hoist guards from non-header blocks
2018-11-12 Jonas Paulsson[SystemZ] Replicate the load with most uses in buildVec...
2018-11-12 Fangrui Song[llvm-objdump] add more constraints for tests
2018-11-11 Jonas Devlieghere[llvm-nm] Use WithColor for error reporting
2018-11-11 Florian Hahn[IPSCCP,PM] Preserve PDT in the new pass manager.
2018-11-11 Fangrui Song[MC] Fix 3 objdump tests after rL346610
2018-11-11 Fangrui Song[DWARF] Change pubnames to use DWARFSection instead...
2018-11-11 Kristina Brooks[llvm][test] Update tests using objdump
2018-11-11 Kristina Brooks[llvm-objdump] Add symbol 'O' for object data
2018-11-11 Sanjay Patel[x86] auto-generate complete checks; NFC
2018-11-11 Craig Topper[X86] Use DAG.getConstant instead of getZeroVector.
2018-11-11 Jonas Devlieghere[llvm-cxxdump] Use error reporting helpers from support
2018-11-10 Sanjay Patel[x86] allow vector load narrowing with multi-use values
2018-11-10 Sanjay Patel[InstCombine] auto-generate full checks; NFC
2018-11-10 Roman Lebedev[X86][BdVer2] Fix loads/stores throughput for Piledrive...
2018-11-10 Roman Lebedev[NFC][MCA][BdVer2] Add bdver2 runline into register...
2018-11-10 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-10 Craig Topper[X86] Use a MOVSX instruction instead of a MOVZX instru...
2018-11-10 Craig Topper[X86] Add a test case to show scalarized vector srem...
2018-11-10 Matthias Brauntest/CodeGen/X86: Relax test case
2018-11-10 Craig Topper[X86] In LowerHorizontalByteSum, emit vector_shuffle...
2018-11-09 Eli Friedman[ARM64] [Windows] Handle funclets
2018-11-09 Dylan McKay[AVR] Reorder the CHECK lines in directmem.ll to match...
2018-11-09 Eli Friedman[ARM] Add MemOperand to LDRcp to enable DCE.
2018-11-09 Eli Friedman[JumpThreading] Fix exponential time algorithm computin...
2018-11-09 Thomas Lively[WebAssembly] Disable custom NaN payload tests
2018-11-09 Craig Topper[X86] Move the promotion of v16i16->v16i8 for avx512f...
2018-11-09 Bryan Chan[AArch64] Support HiSilicon's TSV110 processor
2018-11-09 Nico Weber[MS demangler] Use a slightly shorter unmangling for...
2018-11-09 Ulrich Weigand[SystemZ] Add a couple of missing tests
2018-11-09 Paul Robinson[DWARFv5] Emit normal type units in .debug_info comdats.
2018-11-09 Craig Topper[X86] Turn X86ISD::VSEXT into X86ISD::VZEXT if the...
2018-11-09 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector is free if the...
2018-11-09 Stanislav Mekhanoshin[AMDGPU] Cleanup optimize-if-exec-masking.mir test...
2018-11-09 Brendon Cahoon[Hexagon] Implement noreturn optimization
2018-11-09 Greg ClaytonAdd total function byte size and inline function byte...
2018-11-09 Craig Topper[DAGCombiner][X86][Mips] Enable combineShuffleOfScalars...
2018-11-09 Jordan Rupprecht[llvm-strings] Fix whitespaces to match strings output.
2018-11-09 Krzysztof Parzyszek[Hexagon] Place globals with explicit .sdata section...
2018-11-09 Zaara Syeda[Power9] Allow gpr callee saved spills in prologue...
2018-11-09 Simon Pilgrim[CostModel] Add SK_ExtractSubvector handling to getInst...
2018-11-09 Alexey BataevRevert "[DEBUGINFO, NVPTX]DO not emit ',debug' option...
2018-11-09 Max Moroz[llvm-cov] Add lcov tracefile export format.
2018-11-09 Jonas Paulsson[SystemZ] Avoid inserting same value after replication
2018-11-09 Nicolai HaehnleAMDGPU: Add testcase to demonstrate a condition with...
2018-11-09 Sam Parker[ARM] Don't promote i1 types in ARM CGP
2018-11-09 Sanjay Patel[x86] try to form broadcast before widening shuffle...
2018-11-09 Alex Bradbury[RISCV] Avoid unnecessary XOR for seteq/setne 0
2018-11-09 Alex Bradbury[RISCV] Update test/CodeGen/RISCV/calling-conv.ll after...
2018-11-09 Krzysztof Parzyszek[Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag
2018-11-09 Florian HahnRevert r346483: [CallSiteSplitting] Only record conditi...
2018-11-09 Florian Hahn[IPSCCP,PM] Preserve DT in the new pass manager.
2018-11-09 Alexandros Lamprineas[SelectionDAG] swap select_cc operands to enable folding
2018-11-09 Florian Hahn[CallSiteSplitting] Only record conditions up to the...
2018-11-09 Clement Courbet[X86] Fix VZEROUPPER scheduling info on SNB,HSW,BDW...
2018-11-09 Carlos Alberto Enciso[DebugInfo][Dexter] Unreachable line stepped onto after...
2018-11-09 Sam Parker[ARM] Enable mixed types in ARM CGP
2018-11-09 Petr Hosek[llvm-rc] Support joined or separate spelling for ...
2018-11-09 Mandeep Singh Grang[COFF, ARM64] Add support for MSVC buffer security...
2018-11-09 Thomas Lively[WebAssembly] Read prefixed opcodes as ULEB128s
2018-11-09 Thomas Lively[WebAssembly] Renumber and LEB128-encode SIMD opcodes
2018-11-09 Thomas Lively[WebAssembly] Lower select for vectors
2018-11-08 Petr Hosek[llvm-rc] Support absolute filenames in manifests
2018-11-08 Heejin Ahn[WebAssembly] Fix LowerEmscriptenEHSjLj when there...
2018-11-08 Florian Hahn[LoopInterchange] Support reductions across inner and...
2018-11-08 Pirama Arumuga Nainar[LTO] Drop non-prevailing definitions only if linkage...
2018-11-08 Simon Pilgrim[X86] Regenerate loaduse test
2018-11-08 Sanjay Patel[x86] use shuffles for scalar insertion into high eleme...
2018-11-08 Nirav Dave[DAGCombine] Improve alias analysis for chain of indepe...
2018-11-08 Sanjay Patel[x86] add RUNs for AVX1; NFC
2018-11-08 Roman Lebedev[NFC][BdVer2] Load and store throughput tests: also...
2018-11-08 Nicolai HaehnleAdd test case for the regression caused by r344696
2018-11-08 Tom StellardInstCombine: Avoid introducing poison values when lower...
2018-11-08 Vedant Kumar[CodeExtractor] Mark functions noreturn when applicable
2018-11-08 Adrian Prantl[dsymutil] Copy the LC_BUILD_VERSION load command into...
2018-11-08 Davide ItalianoRevert "[MSP430] Add MC layer"
2018-11-08 Jonas Paulsson[SystemZ] Bugfix in shouldCoalesce()
2018-11-08 Roman Lebedev[NFC][BdVer2] Tests for load and store throughput ...
2018-11-08 Simon Pilgrim[X86][SSE] Add PR39387 shuffle test case
2018-11-08 Petr Pavlu[ARM] Enable spilling of the hGPR register class in...
2018-11-08 Simon Pilgrim[X86][AVX] Tidyup prefixes and regenerate interleaved...
2018-11-08 Max KazantsevReturn "[IndVars] Smart hard uses detection"
2018-11-08 Gil Rapaport[LSR] Combine unfolded offset into invariant register
2018-11-08 whitequark[MergeFuncs] Improve ordering of equal functions
2018-11-08 whitequark[MergeFuncs] Call removeUsers() prior to unnamed_addr...
next