oota-llvm.git
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 Andrew Wilkinstools/llvm-config: improve shared library support
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 Vedant Kumar[Bitcode] Remove superflous compatibility tests
2016-01-06 Justin BognerBitcode: Move these tests into compatibility.ll
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 Dan Gohman[WebAssembly] Add -asm-verbose=false to llc tests.
2016-01-06 JF BastienWebAssembly: add new expected failures exposed by r256890
2016-01-06 Teresa JohnsonAdd unittest for new CanReplace flag on MDNodes
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 Jordan RoseAdd != to YAMLParser's basic_collection_iterator.
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 Xinliang David LiMore fix to coverage documentation
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 Manuel JacobCorrect my last commit (revision 256860).
2016-01-05 Manuel Jacob[PlaceSafepoints] Add a test.
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 Aaron BallmanReverting r256836; it causes a build bot failure: lab...
2016-01-05 Aaron BallmanEnable more strict standards conformance in MSVC for...
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 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 BraunX86: Add a testcase for PR25951
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-05 Matthias BraunFix typo in comment
next