summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-24fix trivial typos in comment, NFCHiroshi Inoue
2017-06-24fix trivial typos in comment, NFCHiroshi Inoue
2017-06-24[SelectionDAG] set dereferenceable flag when expanding memcpy/memmoveHiroshi Inoue
2017-06-24Add missing %s to RUN line.Rafael Espindola
2017-06-24Test the object file creation too.Rafael Espindola
2017-06-24[InstCombine] Don't replace allocas with smaller globalsVitaly Buka
2017-06-24Update constants in complex-return test to prevent reduction to smaller const...Nirav Dave
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-23Reland r306095: [mips] Fix reg positions in the aui/daui instructionsPetar Jovanovic
2017-06-23[llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner
2017-06-23[MSP430] Fix data layout string.Vadzim Dambrouski
2017-06-23Add bitcast store-merge test.Nirav Dave
2017-06-23[llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner
2017-06-23[llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner
2017-06-23Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"Krzysztof Parzyszek
2017-06-23[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".Chad Rosier
2017-06-23[llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner
2017-06-23[x86] fix value types for SBB transform (PR33560)Sanjay Patel
2017-06-23[X86][AVX] Regenerate i256 bitcasted store testSimon Pilgrim
2017-06-23Regenerate extract-store.ll testsSimon Pilgrim
2017-06-23[Hexagon] Handle decreasing of stack alignment in frame loweringKrzysztof Parzyszek
2017-06-23GlobalISel: remove G_SEQUENCE instruction.Tim Northover
2017-06-23GlobalISel: convert buildSequence to use non-deprecated instructions.Tim Northover
2017-06-23[InlineCost] Do not take INT_MAX when Cost is negativeJun Bum Lim
2017-06-23[SystemZ] Remove unnecessary serialization before volatile loadsUlrich Weigand
2017-06-23[x86] auto-generate complete checks; NFCSanjay Patel
2017-06-23[x86] auto-generate complete checks; NFCSanjay Patel
2017-06-23AMDGPU/GlobalISel: Mark 32-bit G_AND as legalTom Stellard
2017-06-23[x86] remove overridden target settings in test; NFCSanjay Patel
2017-06-23[x86] rename test file and auto-generate complete checks; NFCSanjay Patel
2017-06-23[X86][AVX] Extended vector average testsSimon Pilgrim
2017-06-23[SystemZ] Fix trap issue and enable expensive checks.Jonas Paulsson
2017-06-23[X86][SSE] Dropped -mcpu from vector average testsSimon Pilgrim
2017-06-23[InstCombine] Recognize and simplify three way comparison idiomsAnna Thomas
2017-06-23Revert r306095: [mips] Fix reg positions in the aui/daui instructionsPetar Jovanovic
2017-06-23[X86][SSE] Dropped -mcpu from scalar math testsSimon Pilgrim
2017-06-23[mips] Fix register positions in the aui/daui instructionsPetar Jovanovic
2017-06-23[X86][SSE] Dropped -mcpu from insertps testsSimon Pilgrim
2017-06-23[mips][msa] Splat.d endianness checkStefan Maksimovic
2017-06-23COFF: Produce an error on invalid pcrel relocs.Rafael Espindola
2017-06-23[LoopSimplify] Factor the logic to form dedicated exits into a utility.Chandler Carruth
2017-06-23Make the test a bit more strict. NFC.Rafael Espindola
2017-06-23COFF: handle "undef - ." expressions.Rafael Espindola
2017-06-23[LVI] Teach LVI to reason about ORs of icmps similar to how it reasons about ...Craig Topper
2017-06-22[x86] add/sub (X==0) --> sbb(cmp X, 1)Sanjay Patel
2017-06-22Restrict the definition of loop preheader to avoid EH blocksAndrew Kaylor