summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14Dummy commit.Jan Sjodin
2016-12-14[LTO] Add the missing datalayout in a test.Davide Italiano
2016-12-14[LTO] Reject modules without datalayout.Davide Italiano
2016-12-14[asan] Don't skip instrumentation of masked load/store unless we've seen a fu...Filipe Cabecinhas
2016-12-14[asan] Hook ClInstrumentWrites and ClInstrumentReads to masked operation inst...Filipe Cabecinhas
2016-12-14Create SampleProfileLoader pass in llvm instead of clangDehao Chen
2016-12-14[ARM] Split 128-bit vectors in BUILD_VECTOR loweringEli Friedman
2016-12-14fix gcc warning about a superfluous ;Nico Weber
2016-12-14[InstCombine] Folding of a compare with RHS const should merge debug locationsRobert Lougher
2016-12-14[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.Eli Friedman
2016-12-14[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud
2016-12-14Fix build failure due to r289674 on certain systemsYaxun Liu
2016-12-14[InstCombine] Folding of a binop with RHS const should merge the debug locationsRobert Lougher
2016-12-14DebugInfo: Improve type safety and simplify some subprogram finalization codeDavid Blaikie
2016-12-14[GVNHoist] Move GVNHoist to function simplification part of pipeline.Geoff Berry
2016-12-14[WinEH] Avoid holding references to BlockColor (DenseMap) entries while inser...Andrew Kaylor
2016-12-14[InstCombine] When folding casts through a phi node merge the debug locationsRobert Lougher
2016-12-14Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots.Sean Callanan
2016-12-14Prepare PrettyStackTrace for LLDB adoptionSean Callanan
2016-12-14[InstCombine] Folding loads through a phi node should merge the debug locationsRobert Lougher
2016-12-14[InstCombine] When folding GEP through a phi node merge the debug locationsRobert Lougher
2016-12-14This change does two things:Eric Christopher
2016-12-14[InstCombine] Merge debug locations when folding through a phi nodeRobert Lougher
2016-12-14[libFuzzer] disable msan for one more hook that reads target's data that migh...Kostya Serebryany
2016-12-14[InstCombine] Merge debug locations when folding through a phi nodeRobert Lougher
2016-12-14revert r289669 which breaks botsDehao Chen
2016-12-14AMDGPU: Emit runtime metadata version 2 as YAMLYaxun Liu
2016-12-14lit.cfg: Check value of build config rather than converting to booleanDerek Schuff
2016-12-14AMDGPU: Make AllocationPriority of SGPRs higher than VGPRsMatt Arsenault
2016-12-14Create SampleProfileLoader pass in llvm instead of clangDehao Chen
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14AMDGPU: Change vintrp printingMatt Arsenault
2016-12-14Revert gold part of change, just libltoDerek Schuff
2016-12-14Disable libLTO tests when libLTO is not builtDerek Schuff
2016-12-14New API for merging debug locations. NFC.Robert Lougher
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-14Wdocumentation fixSimon Pilgrim
2016-12-14[DAGCombiner] Try to use SelectionDAG::isKnownToBeAPowerOfTwo instead of just...Simon Pilgrim
2016-12-14Fix bug 30945- [AVX512] Failure to flip vector comparison to remove not mask ...Michael Zuckerman
2016-12-14[X86][SSE] Add AVX1 tests to sdiv/udiv srem/urem combine testsSimon Pilgrim
2016-12-14Revert "[AVR] Add the very first on-target test"Renato Golin
2016-12-14Adapt to recent APFloat changeStephan Bergmann
2016-12-14[AVR] Add the very first on-target testDylan McKay
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-12-14Add a couple of assertions to the load combine code introduced by r289538Artur Pilipenko
2016-12-14[AVR] Add the integrated testing tool to the .gitignoreDylan McKay
2016-12-14[Assembler] Better error messages for .org directiveOliver Stannard
2016-12-14[AVR] Add a function instrumentation passDylan McKay
2016-12-14[X86][InstCombine] Handle demanded elements for operand of AVX-512 scalar flo...Craig Topper
2016-12-14[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)Hal Finkel