[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
[oota-llvm.git] / test /
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Elena DemikhovskyAVX-512: Kreg set 0/1 optimization
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-24 Tom StellardAMDGPU/SI: Fix encoding of flat instructions on VI
2015-12-23 JF BastienWebAssembly: remove 'external' from test
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
2015-12-23 Simon Pilgrim[X86][AVX] Only shuffle the lower half of vectors if...
2015-12-23 David Majnemer[OperandBundles] Have GlobalsModRef play nice with...
2015-12-23 David Majnemer[OperandBundles] Have TailCallElim play nice with opera...
2015-12-23 David Majnemer[OperandBundles] Have InstCombine play nice with operan...
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-23 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-23 David Majnemer[WinEH] Don't visit the same catchswitch twice
2015-12-23 Paul RobinsonForm reform for MCDwarf.
2015-12-23 Manuel Jacob[RS4GC] Fix base pair printing for constants.
2015-12-22 Changpeng Fang AMDGPU/SI: Use flat for global load/store when targeti...
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Rafael EspindolaRevert "AMDGPU/SI: Use flat for global load/store when...
2015-12-22 Changpeng FangAMDGPU/SI: Use flat for global load/store when targetin...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Manuel Jacob[RS4GC] Fix crash in the case that a live variable...
2015-12-22 Jun Bum Lim[AArch64] Promote loads from stored
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-22 Keno Fischer[ASMPrinter] Fix missing handling of DW_OP_bit_piece
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-22 Kostya SerebryanyPartial fix for PR25912, see comment 13. Should fix...
2015-12-22 Teresa JohnsonHandle empty Subprogram list when linking metadata.
2015-12-22 Easwaran RamanDetermine callee's hotness and adjust threshold based...
2015-12-22 Evgeniy Stepanov[safestack] Add option for non-TLS unsafe stack pointer.
2015-12-22 Xinliang David Li[PGO] Fix another comdat related issue for COFF
2015-12-21 Xinliang David LiFix test case comment (NFC)
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-21 Xinliang David LiResubmit r256193 with test fix: assertion failure analyzed
2015-12-21 Xinliang David LiRevert r256193: build bot failure triggered
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-21 Michael Zolotukhin[ValueTracking] Properly handle non-sized types in...
2015-12-21 Adrian PrantlFix PR24563 (LiveDebugVariables unconditionally propaga...
2015-12-21 Adrian PrantlConvert the CodeGen/ARM/sched-it-debug-nodes.ll testcas...
2015-12-21 Adrian PrantlTeach ARMLoadStoreOptimizer to ignore DBG_VALUE instruc...
2015-12-21 Tom StellardAMDGPU/SI: Fix encoding for FLAT_SCRATCH registers...
2015-12-21 Matthew Simpson[AArch64] Add additional extract-extend patterns for...
2015-12-21 Teresa JohnsonAdd testcase for r256161 (PR25907)
2015-12-21 Jun Bum LimRevert "[AArch64] Promote loads from stores"
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 Zlatko Buljan[mips][microMIPS] Implement DERET and DI instructions...
2015-12-21 NAKAMURA Takumicheck-llvm: Tweak the feature "timestamps" for autoconf.
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-20 Xinliang David LiFix a bug in test case -- duplicate entries
2015-12-20 Weiming ZhaoFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-12-20 NAKAMURA TakumiRevert r219171, "llvm/test/lit.cfg: Suppress dwarf...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Sanjoy Das[Deopt bundles] Fix a test case
2015-12-19 JF BastienWebAssembly: add vtable test
2015-12-19 Manuel JacobRemove double blanks. NFC.
2015-12-19 Keno FischerHopefully fix debug-info-blocks.ll test on win32 bot
2015-12-19 Tom StellardAMDGPU/SI: Fix implemenation of isSourceOfDivergence...
2015-12-19 Philip Reames[RS4GC] Remove an overly strong assertion
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-19 Matt ArsenaultAMDGPU: Switch barrier intrinsics to using convergent
2015-12-19 Matt ArsenaultFix broken type legalization of min/max
2015-12-19 Nicolai HaehnleAMDGPU: fix overlapping copies in copyPhysReg
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-18 Jingyue Wu[DivergenceAnalysis] fix a bug in computing influence...
2015-12-18 Jingyue Wu[NaryReassociate] allow candidate to have a different...
2015-12-18 Rafael EspindolaRevert "Enhance BranchProbabilityInfo::calcUnreachableH...
2015-12-18 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-18 Krzysztof Parzyszek[Hexagon] Add PIC support
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Andrew Kaylor[WinEH] Update LCSSA to handle catchswitch with handler...
2015-12-18 Jun Bum Lim[AArch64] Promote loads from stores
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-18 Rafael EspindolaHandle archives with paths in the names.
2015-12-18 Rafael EspindolaFix error handling in LLVMGetBitcodeModuleInContext.
2015-12-18 Vaivaswatha NagarajGlobalsAA: Take advantage of ArgMemOnly, InaccessibleMe...
2015-12-18 Zlatko Buljan[mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH...
2015-12-18 Rafael EspindolaAdd a test for LLVMGetBitcodeModule.
2015-12-17 Hans Wennborg[X86] Use push-pop for materializing small constants...
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-17 JF BastienPolish atomic pointers
2015-12-17 Rafael EspindolaPass -m elf_x84_64 to gold invocations.
2015-12-17 Matthew SimpsonRevert "[AArch64] Add DAG combine for extract extend...
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-17 Adrian PrantlHardcode the target in this testcase — it depends on...
2015-12-17 Philip Reames[EarlyCSE] DSE of atomic unordered stores
2015-12-17 Adrian Prantlmake this test less whitespace-sensitive.
2015-12-17 Adrian PrantlRewrite test to use llvm-dwarfdump instead of checking...
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
next