Add unittest for new CanReplace flag on MDNodes
[oota-llvm.git] / lib /
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.
2016-01-06 Sanjay Patelfix typos; NFC
2016-01-06 Kostya Serebryany[libFuzzer] make trace-based fuzzing not crash in prese...
2016-01-05 Manuel Jacob[Statepoints] Check for the "gc-leaf-function" attribut...
2016-01-05 Sanjay Patel[LibCallSimplfier] use instruction-level fast-math...
2016-01-05 Nicolai HaehnleAMDGPU/SI: Do not move scratch resource register on...
2016-01-05 Amaury SechetImplement load to store => memcpy in MemCpyOpt for...
2016-01-05 Oleg Ranevskyy[Clang/Support/Windows/Unix] Command lines created...
2016-01-05 Sanjay Patel[InstCombine] insert a new shuffle before its uses...
2016-01-05 Manuel JacobAdd function for testing string attributes to InvokeIns...
2016-01-05 David Majnemer[X86] Determine if we have an OpaqueSPAdjustment earlier
2016-01-05 Michael Zuckerman[AVX512] add PSLLD and PSLLQ Intrinsic
2016-01-05 MinSeong Kim[MISched] Explanatory error message when machine model...
2016-01-05 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2016-01-05 Artyom Skrobov(NFC) Change SubtargetFeatures::ToggleFeature and
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
2016-01-05 Simon Pilgrim[X86][SSE] Merge PerformBLENDICombine into PerformShuff...
2016-01-05 Craig Topper[X86] Make MOV32ri64 a post-RA pseudo instead of a...
2016-01-05 Craig Topper[X86] Add OpSize32 to OR32mrLocked instruction to match...
2016-01-05 Craig Topper[AVX512] Add hasSideEffects=0 to kunpck instructions...
2016-01-05 David Majnemer[SimplifyCFG] Further improve our ability to remove...
2016-01-05 David Majnemer[SimplifyCFG] Remove redundant catchpads
2016-01-05 Matt ArsenaultAMDGPU: Remove redundant let mayLoad = 1
2016-01-05 Manuel Jacob[RS4GC] Simplify handling of Constants in findBaseDefin...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Tom StellardAMDGPU/SI: Select non-uniform constant addrspace loads...
2016-01-05 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Tom StellardAMDGPU/SI: Consolidate FLAT patterns
2016-01-05 Philip Reames[MDA] Don't be quite as conservative for noalias functions
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Nicolai HaehnleAMDGPU: add +xnack feature
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
2016-01-04 Eric ChristopherClarify that the bypassSlowDivision optimization operat...
2016-01-04 David Majnemer[LICM] Fix a small oversight introduced in r256763
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2016-01-04 Xinliang David Li[PGO] Simplify string parsing
2016-01-04 Xinliang David Li[PGO] Refactor string writer code
2016-01-04 Haicheng Wu[LIR] General refactoring to simplify code and the...
2016-01-04 Simon Pilgrim[X86][SSE] Ensure BLENDPD/BLENDPS/PBLEND inputs are...
2016-01-04 Xinliang David Li[PGO]: Use efficient 'join' API for uncompressed string
2016-01-04 Xinliang David Li[PGO]: reserve space for string to avoid excessive...
2016-01-04 Tom StellardAMDGPU/SI: Move VI SMEM pattern back into VIInstructions.td
2016-01-04 Aditya NandakumarRemove dead instructions before Redoing
2016-01-04 Geoff Berry[AArch64] Optimize some simple TBZ/TBNZ cases.
2016-01-04 Paul RobinsonClang-format my previous change (r256313)
2016-01-04 David Majnemer[LICM] Don't insert instructions after a catchswitch...
2016-01-04 Nick LewyckyFix comment in typo. NFC
2016-01-04 Joseph Tremoulet[WinEH] Update CoreCLR EH state numbering
2016-01-04 Nicolai HaehnleAMDGPU: Avoid assertions after SGPR spilling failed
2016-01-04 Michael Zuckerman[AVX512] add PSRAD and PSRAQ Intrinsic
2016-01-04 Michael Zuckerman[AVX512] add PSRAW Intrinsic
2016-01-04 Jeroen Ketema[MC] Fix file name in file header
2016-01-04 Michael Zuckerman[AVX512] add PSRLV Intrinsic
2016-01-04 Chandler CarruthFix a horrible infloop in value tracking in the face...
2016-01-04 Craig Topper[TableGen] Use some free space in Init to store the...
2016-01-04 David Majnemer[X86] Make hasFP constant time
2016-01-04 David Majnemer[LICM] Make instruction sinking funclet-aware
2016-01-04 Craig Topper[TableGen] Change TGParser::SetValue to take an ArrayRe...
2016-01-04 Craig Topper[TableGen] Fix a bug that caused the wrong name for...
2016-01-03 Craig TopperUse std::is_sorted and std::none_of instead of manual...
2016-01-03 Xinliang David Li[PGO] Cleanup: remove reduncant calls in lowering
2016-01-03 Xinliang David Li[PGO] Cleanup: Use covmap header definition in the...
2016-01-03 Xinliang David Li[PGO] Code refactoring to use header struct def /NFC
2016-01-03 Simon Pilgrim[SelectionDAG] Pulled out common code for CONCAT_VECTOR...
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2016-01-03 Craig TopperUse an ArrayRef to simplify repeated calculation of...
2016-01-03 Craig TopperUse std::is_sorted instead of manual loops. NFC
2016-01-03 Xinliang David Li[PGO] simple refactoring (NFC)
2016-01-03 NAKAMURA TakumiWinEHPrepare.cpp: Suppress a warning for -Asserts....
2016-01-02 Joseph Tremoulet[Verifier] Add braces to satisfy buildbots. NFC
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
next