summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Filtering IR printing for print-after-all/print-before-allWeiming Zhao7-9/+52
2016-01-06Fix option desc in FunctionAttrs; NFCWeiming Zhao1-1/+1
2016-01-06ScheduleDAGInstrs: Bug fix for missed memory dependency.Geoff Berry2-3/+34
2016-01-06[BasicAA] Extract WriteOnly predicate on parameters [NFC]Philip Reames1-5/+25
2016-01-06WebAssembly: add missing expected failures exposed by r256890JF Bastien1-0/+1
2016-01-06[WebAssembly] Add -asm-verbose=false to llc tests.Dan Gohman1-8/+8
2016-01-06WebAssembly: add new expected failures exposed by r256890JF Bastien1-0/+17
2016-01-06Add unittest for new CanReplace flag on MDNodesTeresa Johnson1-0/+14
2016-01-06[Hexagon] Add system instructions for cache manipulationKrzysztof Parzyszek2-0/+115
2016-01-06Revert "GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inac...Amaury Sechet4-83/+22
2016-01-06[LV] Avoid creating empty reduction entries (NFC)Matthew Simpson1-6/+6
2016-01-06PR25754: avoid generating UDIVREM8_ZEXT_HREG nodes with i64 resultArtyom Skrobov2-1/+21
2016-01-06Improve load/store to memcpy for aggregateAmaury Sechet2-9/+48
2016-01-06[X86][SSE] There is no zmm addsubpd/addsubps instruction.Simon Pilgrim2-10/+65
2016-01-06[X86][SSE] An empty target shuffle mask is always a failure.Simon Pilgrim1-7/+4
2016-01-06[X86] Use PS instead of TB for instructions that have PD/XS/XD variations. Us...Craig Topper3-6/+7
2016-01-06[X86] Fix an incorrect usage of In32BitMode that should have been Not64BitMode.Craig Topper1-1/+1
2016-01-06Fix a warning [NFC]Philip Reames1-1/+2
2016-01-06Add != to YAMLParser's basic_collection_iterator.Jordan Rose2-5/+90
2016-01-06[SimplifyLibCalls] Teach SimplifyLibCalls about operand bundlesDavid Majnemer2-23/+40
2016-01-06[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...Philip Reames4-13/+35
2016-01-06[BasicAA] Delete dead code related to memset/memcpy/memmove intrinsics [NFCI]Philip Reames1-3/+5
2016-01-06Extract helper function to merge MemoryOperand lists [NFC]Philip Reames5-44/+49
2016-01-06Delete trailing whitespace; NFCJunmo Park2-8/+8
2016-01-06Delete trailing whitespace; NFCJunmo Park1-4/+4
2016-01-06Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingwYunzhong Gao1-1/+0
2016-01-06Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am gettingYunzhong Gao1-4/+2
2016-01-06Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.Yunzhong Gao1-2/+3
2016-01-06[libFuzzer] extend the dictionary mutator to optionally overwrite data with t...Kostya Serebryany1-5/+12
2016-01-06Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not haveYunzhong Gao1-1/+5
2016-01-06More fix to coverage documentationXinliang David Li1-7/+19
2016-01-06Fixing PR25717: fatal IO error writing large outputs to console on Windows.Yunzhong Gao2-1/+34
2016-01-06rangify; NFCISanjay Patel1-24/+14
2016-01-06[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...Dan Gohman3-9/+250
2016-01-06use std::max ; NFCISanjay Patel1-3/+2
2016-01-06A (B + C) = A B + A C ; NFCISanjay Patel1-5/+2
2016-01-06fix typo; NFCSanjay Patel1-1/+1
2016-01-06[libfuzzer] print_new_cov_pcs experimental option.Mike Aizatsky5-1/+28
2016-01-06fix typos; NFCSanjay Patel1-7/+6
2016-01-06[libFuzzer] make trace-based fuzzing not crash in presence of threadsKostya Serebryany4-6/+46
2016-01-05[Statepoints] Check for the "gc-leaf-function" attribute on call sites as well.Manuel Jacob2-2/+13
2016-01-05[LibCallSimplfier] use instruction-level fast-math-flags for fmin/fmax transf...Sanjay Patel2-21/+18
2016-01-05AMDGPU/SI: Do not move scratch resource register on Tonga & IcelandNicolai Haehnle4-45/+71
2016-01-05Implement load to store => memcpy in MemCpyOpt for aggregatesAmaury Sechet2-11/+120
2016-01-05[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy3-7/+8
2016-01-05Correct my last commit (revision 256860).Manuel Jacob1-2/+2
2016-01-05[PlaceSafepoints] Add a test.Manuel Jacob1-0/+24
2016-01-05[InstCombine] insert a new shuffle before its uses (PR26015)Sanjay Patel2-8/+74
2016-01-05Add function for testing string attributes to InvokeInst and CallSite. NFC.Manuel Jacob3-15/+23
2016-01-05[X86] Determine if we have an OpaqueSPAdjustment earlierDavid Majnemer1-4/+12