summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-24fix trivial typos in comment, NFCHiroshi Inoue
2017-06-24fix trivial typos in comment, NFCHiroshi Inoue
2017-06-24[SelectionDAG] set dereferenceable flag when expanding memcpy/memmoveHiroshi Inoue
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-24Remove a processFixupValue hack.Rafael Espindola
2017-06-24[InstCombine] Don't replace allocas with smaller globalsVitaly Buka
2017-06-24Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...)Vitaly Buka
2017-06-24[WebAssembly] Fix build after r306177Derek Schuff
2017-06-24Remove redundant argument.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[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-23[LoopDeletion] NFC: Move phi node value setting into prepassAnna Thomas
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] Dump raw bytes of pdb name map.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
2017-06-23[x86] fix value types for SBB transform (PR33560)Sanjay Patel
2017-06-23Fix a misleading indentation warning.Peter Collingbourne
2017-06-23Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne
2017-06-23Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne
2017-06-23[Hexagon] Handle decreasing of stack alignment in frame loweringKrzysztof Parzyszek
2017-06-23Add a BinarySubstreamRef, and a method to read one.Zachary Turner
2017-06-23Remove trailing whitespace. NFCI.Simon Pilgrim
2017-06-23GlobalISel: remove G_SEQUENCE instruction.Tim Northover
2017-06-23GlobalISel: convert buildSequence to use non-deprecated instructions.Tim Northover
2017-06-23[InlineCost] Do not take INT_MAX when Cost is negativeJun Bum Lim
2017-06-23[SystemZ] Remove unnecessary serialization before volatile loadsUlrich Weigand
2017-06-23AMDGPU/GlobalISel: Mark 32-bit G_AND as legalTom Stellard
2017-06-23[SystemZ] Fix trap issue and enable expensive checks.Jonas Paulsson
2017-06-23[RuntimeLoopUnrolling] Rename exit block and move assert earlier. NFCAnna Thomas