summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2017-03-09[Hexagon] Propagate zext of i1 into arithmetic code in selection DAGKrzysztof Parzyszek
2017-03-09[InstSimplify] vector div/rem with any zero element in divisor is undefSanjay Patel
2017-03-09[ARM] Remove t2xtpk feature from testsSam Parker
2017-03-09[DAG] recognize div/rem by 0 as undef before trying constant foldingSanjay Patel
2017-03-09[mips] Revert fixes for PR32020.Simon Dardis
2017-03-09[ARM] remove FIXMEs and add vcmp MC testSjoerd Meijer
2017-03-09[PM/Inliner] Make the new PM's inliner process call edges across anChandler Carruth
2017-03-09[mips] Fix return loweringSimon Dardis
2017-03-09[SSP] In opt remarks, stream Function directlyAdam Nemet
2017-03-09DAG: Check no signed zeros instead of unsafe math attributeMatt Arsenault
2017-03-09WholeProgramDevirt: Implement importing for uniform ret val opt.Peter Collingbourne
2017-03-09AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPUKonstantin Zhuravlyov
2017-03-09WholeProgramDevirt: Implement importing for single-impl devirtualization.Peter Collingbourne
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson
2017-03-09AMDGPU/SI: Disable unrolling in the loop vectorizer if the loop is not vector...Changpeng Fang
2017-03-09Don't merge global constants with non-dbg metadata.Evgeniy Stepanov
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-03-08[ConstantFold] Fix defect in constant folding computation for GEPJaved Absar
2017-03-08GlobalISel: correctly handle trivial fcmp predicates.Tim Northover
2017-03-08[LV] Select legal insert point when fixing first-order recurrencesMatthew Simpson
2017-03-08[GlobalISel] Add default action for G_FNEGVolkan Keles
2017-03-08[x86] regenerate checks; NFCSanjay Patel
2017-03-08[LV] Make the test case for PR30183 less fragileMatthew Simpson
2017-03-08[LV] Add missing check labels to tests and reformatMatthew Simpson
2017-03-08[Hexagon] Use correct offset when extracting from the high wordKrzysztof Parzyszek
2017-03-08[Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty()Daniel Cederman
2017-03-08[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()Jun Bum Lim
2017-03-08[InstCombine] avoid crashing on shuffle shrinkage when input type is not same...Sanjay Patel
2017-03-08[ARM] Split up lsl-zero test into two testsJohn Brawn
2017-03-08[LoopRotate] Propagate dbg.value intrinsicsSam Parker
2017-03-08Revert "Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu...Tim Shen
2017-03-08Handle UnreachableInst in isGuaranteedToTransferExecutionToSuccessorSebastian Pop
2017-03-08AMDGPU: Don't wait at end of block with a trivial successorMatt Arsenault
2017-03-08[DAGCombine] Simplify ISD::AND in GetDemandedBits.Eli Friedman
2017-03-08AMDGPU: Constant fold rcp nodeMatt Arsenault
2017-03-08[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov
2017-03-07AMDGPU/SI: Do not insert EndCf in an unreachable blockChangpeng Fang
2017-03-07[InstCombine] shrink truncated insertelement into undef vectorSanjay Patel
2017-03-07[Hexagon] Check for presence before looking registers up in bit trackerKrzysztof Parzyszek
2017-03-07[Hexagon] Generate bitsplit instructionKrzysztof Parzyszek
2017-03-07GlobalISel: use inserts for landingpad instead of sequences.Tim Northover
2017-03-07Fix one-after-the-end type metadata handling in globalsplit.Evgeniy Stepanov
2017-03-07Fix source-lines test on Windows.Zachary Turner
2017-03-07[InstCombine] shrink truncated splat shuffle (2nd try)Sanjay Patel
2017-03-07[ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman
2017-03-07GlobalISel: fix legalization of G_INSERTTim Northover
2017-03-07[coroutines] Add handling for unwind coro.endsGor Nishanov
2017-03-07[GlobalISel] Don't translate intrinsics with metadata parameters.Ahmed Bougacha
2017-03-07[GlobalISel] Avoid invalidating ValToVReg when translating no-op bitcast.Ahmed Bougacha