[PGO] Minor refactoring /NFC
[oota-llvm.git] / lib /
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Dimitry AndricTurn off lldb debug tuning by default for FreeBSD
2016-01-07 David Majnemer[SCCP] Don't violate the lattice invariants
2016-01-07 JF BastienWebAssembly: update expected failures, more assert...
2016-01-07 Mehdi AminiFix crash when printing instructions that have a metada...
2016-01-07 JF BastienWebAssembly: update expected failures, assert got resol...
2016-01-07 Xinliang David Li[PGO] Simplify coverage mapping lowering
2016-01-07 David MajnemerRemove junk accidentally commited with r257087
2016-01-07 David Majnemer[SCCP] Can't go from overdefined to constant
2016-01-07 Derek Schuff[WebAssembly] Support combining GEP and FrameIndex...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Nicolai HaehnleAMDGPU/SI: Fold operands with sub-registers
2016-01-07 Nicolai HaehnleAMDGPU/SI: xnack_mask is always reserved on VI
2016-01-07 Michael Zuckerman[AVX512] add PSLLW and PSLLV Intrinsic
2016-01-07 Silviu BarangaRevert r257064. It caused failures in some sanitizer...
2016-01-07 Silviu BarangaFix build after r257064: we should be returning false...
2016-01-07 Nico WeberRevert r257055, it caused PR26064.
2016-01-07 Silviu Baranga[InstCombine] Look through PHIs, GEPs, IntToPtrs and...
2016-01-07 Michael Zuckerman[AVX512] add PSRAV Intrinsic
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 James Molloy[GlobalsAA] Partially back out r248576
2016-01-07 Michael Zuckerman[AVX512] add PSHUFHW and PSHUFLW Intrinsic
2016-01-07 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-07 Dylan McKayAdded AVRTargetObjectFile class and AVR.h
2016-01-07 Tamas BerghammerMark arm as the 32bit variant of aarch64 in Triple
2016-01-07 Junmo ParkRemove extra whitespace. NFC.
2016-01-07 Simon Pilgrim[X86][SSE} Add INSERTPS as a target shuffle
2016-01-07 Michael Zuckerman[AVX512] add PSHUFD Intrinsic
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-07 Jonas Paulsson[SystemZ] Add hasSideEffects flag on Serialize instruction.
2016-01-07 Craig Topper[X86] Remove superfluous mayLoad flag. The pattern...
2016-01-07 Craig Topper[X86] Had hasSideEffects=0 to VBROADCASTI128.
2016-01-07 Craig Topper[X86] Add OpSize32 to MOVSX32_NOREX instructions to...
2016-01-07 Craig Topper[X86] Add hasSideEffects=0 and mayLoad=1 to MOVZX64...
2016-01-07 Craig Topper[X86] STOSQ without a rep prefix doesn't read or write...
2016-01-07 David MajnemerUndo spurious change made in r256965
2016-01-07 Philip Reames[Statepoints] Add test cases around vectors and stabliz...
2016-01-07 Haicheng Wu[AArch64 MachineCombine] Enhance/Add support for genera...
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-07 Ahmed Bougacha[Linker] Also treat a DIImportedEntity scope DISubprogr...
2016-01-07 Philip Reames[RS4GC] Add an option to suppress vector splitting
2016-01-07 Kostya Serebryany[libFuzzer] add a position hint to the dictionary-based...
2016-01-07 Quentin Colombet[ShrinkWrapping] Give up on irreducible CFGs.
2016-01-07 Teresa JohnsonAlways treat DISubprogram reached by DIImportedEntity...
2016-01-06 Mehdi AminiFix PR26051: Memcpy optimization should introduce a...
2016-01-06 Sanjay Patelrangify; NFCI
2016-01-06 Simon Pilgrim[X86] Determine if target shuffle can contain zero...
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Justin BognerBitcode: Fix reading and writing of ConstantDataVectors...
2016-01-06 Nicolai HaehnleAMDGPU/SI: Fix crash when inline assembly is used in...
2016-01-06 Sanjay Patel[LibCallSimplifier] less indenting; NFCI
2016-01-06 Chen Li[SplitLandingPadPredecessors] Create a PHINode for...
2016-01-06 Amaury SechetPromote aggregate store to memset when possible
2016-01-06 Amaury SechetRemove useless DEBUG
2016-01-06 Philip ReamesConsolidate MemRefs handling from BranchFolding and...
2016-01-06 David Majnemer[WinEH] Remove calculateCatchReturnSuccessorColors
2016-01-06 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-06 Quentin Colombet[X86] Correctly model TLS calls w.r.t. frame requirements.
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2016-01-06 Sanjay Patelrefactor divrem8 lowering; NFCI
2016-01-06 Michael Kuperstein[ShrinkWrap] Fix FindIDom to only have one kind of...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2016-01-06 Weiming ZhaoFix option desc in FunctionAttrs; NFC
2016-01-06 Geoff BerryScheduleDAGInstrs: Bug fix for missed memory dependency.
2016-01-06 Philip Reames[BasicAA] Extract WriteOnly predicate on parameters...
2016-01-06 JF BastienWebAssembly: add missing expected failures exposed...
2016-01-06 JF BastienWebAssembly: add new expected failures exposed by r256890
2016-01-06 Krzysztof Parzyszek[Hexagon] Add system instructions for cache manipulation
2016-01-06 Amaury SechetRevert "GlobalsAA: Take advantage of ArgMemOnly, Inacce...
2016-01-06 Matthew Simpson[LV] Avoid creating empty reduction entries (NFC)
2016-01-06 Artyom SkrobovPR25754: avoid generating UDIVREM8_ZEXT_HREG nodes...
2016-01-06 Amaury SechetImprove load/store to memcpy for aggregate
2016-01-06 Simon Pilgrim[X86][SSE] There is no zmm addsubpd/addsubps instruction.
2016-01-06 Simon Pilgrim[X86][SSE] An empty target shuffle mask is always a...
2016-01-06 Craig Topper[X86] Use PS instead of TB for instructions that have...
2016-01-06 Craig Topper[X86] Fix an incorrect usage of In32BitMode that should...
2016-01-06 Philip ReamesFix a warning [NFC]
2016-01-06 David Majnemer[SimplifyLibCalls] Teach SimplifyLibCalls about operand...
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
2016-01-06 Philip Reames[BasicAA] Delete dead code related to memset/memcpy...
2016-01-06 Philip ReamesExtract helper function to merge MemoryOperand lists...
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-06 Yunzhong GaoDo not define NOGDI. Mingw defines LOGFONTW type in...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Kostya Serebryany[libFuzzer] extend the dictionary mutator to optionally...
2016-01-06 Yunzhong GaoHopefully fix a mingw32 buildbot (i686-mingw32-RA-on...
2016-01-06 Yunzhong GaoFixing PR25717: fatal IO error writing large outputs...
2016-01-06 Sanjay Patelrangify; NFCI
2016-01-06 Dan Gohman[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds...
2016-01-06 Sanjay Pateluse std::max ; NFCI
2016-01-06 Sanjay PatelA (B + C) = A B + A C ; NFCI
2016-01-06 Sanjay Patelfix typo; NFC
2016-01-06 Mike Aizatsky[libfuzzer] print_new_cov_pcs experimental option.
next