summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-15[X86] Fix a couple bugs in my recent changes to vXi1 insert_subvector lowering.Craig Topper
2017-12-15[SCEV] Fix the movement of insertion point in expander. PR35406.Serguei Katkov
2017-12-15Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-15Disabling r312514 as it causes miscompiles that show up on bootstrapNemanja Ivanovic
2017-12-15FastISel: support no-PLT PIC calls on ELF x86_64Saleem Abdulrasool
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-14EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack argumentsAdrian Prantl
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-12-14[Hexagon] Generate HVX code for comparisons and selectsKrzysztof Parzyszek
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-14[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate valueGuozhi Wei
2017-12-14Add MVT::v128i1, NFCKrzysztof Parzyszek
2017-12-14[opt-viewer] Render utf-8 characters properly in the generated HTMLAdam Nemet
2017-12-14[MC] Allow .file directives to be out-of-orderPaul Robinson
2017-12-14[opt-viewer] Support unicode characters in function namesAdam Nemet
2017-12-14[X86] Don't zero the upper bits of the k-register before extracting a single ...Craig Topper
2017-12-14[ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.Geoff Berry
2017-12-14[X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa s...Gadi Haber
2017-12-14[mips] Update some tests before posting a patch, NFC.Simon Dardis
2017-12-14Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-14Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-12-14[LLVMgold] Use platform dependent extension in testsEugene Leviant
2017-12-14[mips] Add partial support for R6 in the long branch passSimon Dardis
2017-12-14[ScalarEvolution] Fix base condition in isNormalAddRecPHI.Bjorn Pettersson
2017-12-14[InlineCost] Tracking Values through PHI NodesHaicheng Wu
2017-12-14Revert "[DAGCombine] Move AND nodes to multiple load leaves"Benjamin Kramer
2017-12-14Inserting several lit tests to reflect current behaviourOmer Paparo Bivas
2017-12-14[AVX512] Adding support for load truncate store of I1Michael Zuckerman
2017-12-14[X86] Add FMA4 schedule testsSimon Pilgrim
2017-12-14[X86] Add FMA3 schedule testsSimon Pilgrim
2017-12-14[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...Fedor Sergeev
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[Verifier] Check that GEP indexes has correct typesIgor Laevsky
2017-12-14[DAGCombine] Move AND nodes to multiple load leavesSam Parker
2017-12-14[X86] Make ANY_EXTEND from vXi1 Custom for more types.Craig Topper
2017-12-14[SelectionDAG][X86] Improve legalization of v32i1 CONCAT_VECTORS of v16i1 for...Craig Topper
2017-12-14[LV] Support efficient vectorization of an induction with redundant castsDorit Nuzman
2017-12-14[X86][AES]: Adding full coverage of MC encoding for the AES and AVXAES isa se...Gadi Haber
2017-12-14[SelectionDAG] When legalizing the result type of CONCAT_VECTORS, take into a...Craig Topper
2017-12-14MC/AsmPrinter: Reduce code duplication.Matthias Braun
2017-12-14MC: Add support for mach-o build_versionMatthias Braun
2017-12-13[EarlyCSE] recognize swapped variants of abs/nabs as equivalentSanjay Patel
2017-12-13[X86] Add missing MULX32 schedule testSimon Pilgrim
2017-12-13CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13[EarlyCSE] add tests for swapped abs/nabs; NFCSanjay Patel
2017-12-13[X86] Add CLWB schedule testSimon Pilgrim
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg