summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-12-21Fix test case comment (NFC)Xinliang David Li1-2/+2
2015-12-21[cfi] Fix LowerBitSets on 32-bit targets.Evgeniy Stepanov1-0/+21
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer3-4/+4
2015-12-21Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim4-4/+51
2015-12-21Resubmit r256193 with test fix: assertion failure analyzedXinliang David Li1-0/+7
2015-12-21Revert r256193: build bot failure triggeredXinliang David Li1-8/+0
2015-12-21[X86][SSE] Transform truncations between vectors of integers into X86ISD::PAC...Cong Hou2-154/+193
2015-12-21[PGO] Fix profile var comdat generation problem with COFFXinliang David Li1-0/+8
2015-12-21[ValueTracking] Properly handle non-sized types in isAligned function.Michael Zolotukhin1-0/+20
2015-12-21Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)Adrian Prantl2-2/+102
2015-12-21Convert the CodeGen/ARM/sched-it-debug-nodes.ll testcase from IR -> MIR.Adrian Prantl2-88/+160
2015-12-21Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when mergingAdrian Prantl1-0/+165
2015-12-21AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard1-9/+14
2015-12-21[AArch64] Add additional extract-extend patterns for smovMatthew Simpson1-9/+8
2015-12-21Add testcase for r256161 (PR25907)Teresa Johnson1-0/+28
2015-12-21Revert "[AArch64] Promote loads from stores"Jun Bum Lim3-671/+5
2015-12-21[AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier21-29/+29
2015-12-21AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ...Igor Breger1-28/+136
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud2-0/+165
2015-12-21[mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan9-9/+52
2015-12-21check-llvm: Tweak the feature "timestamps" for autoconf.NAKAMURA Takumi2-1/+2
2015-12-21[MC, COFF] Unbreak support for COFF timestampsDavid Majnemer3-1/+8
2015-12-20[X86] Prevent constant hoisting for a couple compare immediates that the sele...Craig Topper1-0/+25
2015-12-20Fix a bug in test case -- duplicate entriesXinliang David Li1-21/+0
2015-12-20Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions for T...Weiming Zhao5-11/+18
2015-12-20Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64...NAKAMURA Takumi1-2/+1
2015-12-19Nonnull elements in OperandBundleCallSites are not all InstructionsSanjoy Das1-0/+36
2015-12-19[Deopt bundles] Fix a test caseSanjoy Das1-1/+1
2015-12-19WebAssembly: add vtable testJF Bastien1-0/+171
2015-12-19Remove double blanks. NFC.Manuel Jacob1-7/+7
2015-12-19Hopefully fix debug-info-blocks.ll test on win32 botKeno Fischer1-1/+1
2015-12-19AMDGPU/SI: Fix implemenation of isSourceOfDivergence() for graphics shadersTom Stellard2-0/+18
2015-12-19[RS4GC] Remove an overly strong assertionPhilip Reames1-0/+35
2015-12-19Clean up the processing of dbg.value in various placesKeno Fischer10-31/+99
2015-12-19AMDGPU: Switch barrier intrinsics to using convergentMatt Arsenault20-32/+63
2015-12-19Fix broken type legalization of min/maxMatt Arsenault2-0/+70
2015-12-19AMDGPU: fix overlapping copies in copyPhysRegNicolai Haehnle2-5/+8
2015-12-18Deprecate a few C APIs.Rafael Espindola1-0/+6
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou1-2/+2
2015-12-18[DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu1-1/+22
2015-12-18[NaryReassociate] allow candidate to have a different typeJingyue Wu1-0/+17
2015-12-18Revert "Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst"Rafael Espindola2-49/+2
2015-12-18Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim2-2/+49
2015-12-18[Hexagon] Add PIC supportKrzysztof Parzyszek5-0/+113
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-22/+22
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-22/+22
2015-12-18[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...Andrew Kaylor1-0/+95
2015-12-18[AArch64] Promote loads from storesJun Bum Lim3-5/+671
2015-12-18[ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson5-7/+128
2015-12-18Handle archives with paths in the names.Rafael Espindola2-0/+9