aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24[SelectionDAG] set dereferenceable flag when expanding memcpy/memmoveupstream-mirrorHiroshi Inoue
2017-06-24Ensure backends available in 'opt' are also available in 'bugpoint'Tobias Grosser
2017-06-24[IR] Remove BinOp2_match and replace its usage with the more capable BinOpPre...Craig Topper
2017-06-24[IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co...Craig Topper
2017-06-24[ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFCCraig Topper
2017-06-24[Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a fe...Craig Topper
2017-06-24Simplify the processFixupValue interface. NFC.Rafael Espindola
2017-06-24Add comments for OrderedInstruction. NFCXin Tong
2017-06-24Remove a processFixupValue hack.Rafael Espindola
2017-06-24Add missing %s to RUN line.Rafael Espindola
2017-06-24Test the object file creation too.Rafael Espindola
2017-06-24[CODE_OWNERS] Add my other email address since my commits are now using my wo...Craig Topper
2017-06-24Test commit: update my emailAnton Korobeynikov
2017-06-24[InstCombine] Don't replace allocas with smaller globalsVitaly Buka
2017-06-24Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...)Vitaly Buka
2017-06-24Update constants in complex-return test to prevent reduction to smaller const...Nirav Dave
2017-06-24[WebAssembly] Fix build after r306177Derek Schuff
2017-06-24Remove redundant argument.Rafael Espindola
2017-06-24Fix use of uninitialized value.Rafael Espindola
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner
2017-06-23Move Value adjustment to applyFixup. NFC.Rafael Espindola
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23Reland r306095: [mips] Fix reg positions in the aui/daui instructionsPetar Jovanovic
2017-06-23[llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner
2017-06-23[AArch64][Falkor] Remove some non-existent opcodes from sched detail regexes....Geoff Berry
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko
2017-06-23[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.Lang Hames
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-23Revert "[LoopDeletion] NFC: Move phi node value setting into prepass"Anna Thomas
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner
2017-06-23[MSP430] Fix data layout string.Vadzim Dambrouski
2017-06-23Add bitcast store-merge test.Nirav Dave
2017-06-23[LoopDeletion] NFC: Move phi node value setting into prepassAnna Thomas
2017-06-23[APInt] Make the single word cases of isMaxSignedValue/isMinSignedValue just ...Craig Topper
2017-06-23[APInt] Use trailing bit counting methods instead of population count method ...Craig Topper
2017-06-23[APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...Craig Topper
2017-06-23[CorrelatedValuePropagation] Fix typo in comment sense->since. NFCCraig Topper
2017-06-23[CorrelatedValuePropagation] Remove comment about iterating switch cases in r...Craig Topper
2017-06-23[llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner
2017-06-23[opt-viewer] Remove positional arg checks (NFC)Brian Gesiak
2017-06-23[llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner
2017-06-23Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"Krzysztof Parzyszek
2017-06-23[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".Chad Rosier
2017-06-23[X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.whitequark
2017-06-23[llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner
2017-06-23[Hexagon] Remove call to printAndVerify from HexagonPassConfigKrzysztof Parzyszek