summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-01Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet
2017-04-01Revert "Localizer fun"Quentin Colombet
2017-04-01[RegBankSelect] Support REG_SEQUENCE for generic mappingQuentin Colombet
2017-04-01Localizer funQuentin Colombet
2017-04-01Feature generic option to setup start/stop-after/beforeQuentin Colombet
2017-03-31Fix a test to check assembly output instead of bitcode.Peter Collingbourne
2017-03-31[AMDGPU] Fix typo in test filename. NFC.Konstantin Zhuravlyov
2017-03-31Fix binary static archive that got mangled by patchReid Kleckner
2017-03-31[llvm-ar] Extract objects to their basename in the CWDReid Kleckner
2017-03-31[InstCombine] Add test case demonstrating missed opportunities for removing a...Craig Topper
2017-03-31[Hexagon] Fix typo in HexagonEarlyIfCConv.cppKrzysztof Parzyszek
2017-03-31[DAGCombiner] add fold for 'All sign bits set?'Sanjay Patel
2017-03-31Do not translate rint into nearbyint, but truncate it like nearbyint.Joerg Sonnenberger
2017-03-31AMDGPU: Remove unnecessary ands when f16 is legalMatt Arsenault
2017-03-31AMDGPU/R600: Fix amdgpu alias analysis pass.Jan Vesely
2017-03-31[PowerPC] add tests for setcc+setcc+logic; NFCSanjay Patel
2017-03-31[AArch64] Add new subtarget feature to fold LSL into address mode.Balaram Makam
2017-03-31[x86] add/consolidate tests for setcc+setcc+and/or; NFCSanjay Patel
2017-03-31Improve DebugInfo/strip-loop-metadata.ll testAdam Nemet
2017-03-31[MSSA] Small test fixPiotr Padlewski
2017-03-31[AVX-512] Update lowering for gather/scatter prefetch intrinsics to match the...Craig Topper
2017-03-31Fix the InstCombine to reserve the VP metadata and sets correct call count.Dehao Chen
2017-03-31[mips][msa] Prevent output operand from commuting for dpadd_[su].df insPetar Jovanovic
2017-03-31[DAGCombiner] Add ComputeNumSignBits vector demanded elements support to ASHR...Simon Pilgrim
2017-03-31[SystemZ] Make sure of correct regclasses in insertSelect()Jonas Paulsson
2017-03-31[DAGCombiner] Add vector demanded elements support to ComputeNumSignBitsSimon Pilgrim
2017-03-31[SystemZ] Skip DAGCombining of vector node for older subtargets.Jonas Paulsson
2017-03-31[ScalarEvolution] Re-enable Predicate implication from operationsMax Kazantsev
2017-03-31[AMDGPU] SDWA Peephole: improve search for immediates in SDWA patternsSam Kolton
2017-03-31Instsimplify: Adding shufflevector test. NFC.Zvi Rackover
2017-03-31[Scalarizer] Handle scalar arguments in vector GEPMikael Holmen
2017-03-31Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...Eric Christopher
2017-03-31[XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris
2017-03-30Add testcase for r299124.Eric Christopher
2017-03-30AMDGPU: Add all atomicrmw fields to atomic.inc/decMatt Arsenault
2017-03-30[SimplifyIndvar] Replace the sdiv used by IV if we can prove both of its oper...Hongbin Zheng
2017-03-30[AMDGPU] Add GlobalOpt parameter to Always Inliner passStanislav Mekhanoshin
2017-03-30Teach stripNonLineTableDebugInfo() to remap DILocations in !llvm.loop nodes.Adrian Prantl
2017-03-30[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.Juergen Ributzka
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2017-03-30[DAGCombiner] Initial support for the fast-math flag contractAdam Nemet
2017-03-30[CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.Ahmed Bougacha
2017-03-30[yaml2obj] Enable and fix testsChris Bieneman
2017-03-30[DAGCombine] A shuffle of a splat is always the splat itselfZvi Rackover
2017-03-29If the DIUnit has flags passed on it then have DW_AT_producer be a combinatio...Eric Christopher
2017-03-29[codeview] Fix buggy BeginIndexMapSize assertionReid Kleckner
2017-03-29[CodeGen] clean up and add tests for scalar and-of-setcc; NFCSanjay Patel
2017-03-29Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy
2017-03-29Add ifunc support to ModuleSymbolTable.Rafael Espindola
2017-03-29[InstCombine] Correct the check for vector GEPsMatthew Simpson