- 61b5c7b [X86][SSE] Remove unused memopfsf32_128/memopfsf64_128 scalar memops by Simon Pilgrim · 8 years ago
- 90dbf3c Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
- d33969c [X86] Add test case for PR15705 by Simon Pilgrim · 8 years ago
- 1e95676 [InstCombine] add (sext i1 X), 1 --> zext (not X) by Sanjay Patel · 8 years ago
- e8c8f15 AVX-512: Fixed a crash during legalization of <3 x i8> type by Elena Demikhovsky · 8 years ago
- 5b97b27 [AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown instructions in the alias set and the instruction interested in. by Xin Tong · 8 years ago
- 17d822b [GlobalISel][X86] Support vector type G_EXTRACT selection. by Igor Breger · 8 years ago
- 65b3f67 [AVX2] [TTI CostModel] Add cost of interleaved loads/stores for AVX2 by Dorit Nuzman · 8 years ago
- fc7d8c4 Add support for Ananas platform by Ed Schouten · 8 years ago
- 750feae [PatternMatch] Just check if value is a Constant before calling isAllOnesValue for not_match. We don't really need to check for a specific subclass of Constant. NFC by Craig Topper · 8 years ago
- e7f7e6d7 [pdb] Fix reading of llvm-generated PDBs by cvdump. by Zachary Turner · 8 years ago
- 0a14fbb [PGO] Implementate profile counter regiser promotion by Xinliang David Li · 8 years ago
- f33ec6f [Support] Don't use std::iterator, it's deprecated in C++17. by Zachary Turner · 8 years ago
- 5e4b09c [SCEV] Avoid copying ConstantRange just to get the min/max value by Craig Topper · 8 years ago
- 456b664 [PatternMatch] Use ConstantFP::isNan instead of getting the APFloat and calling isNaN on that. NFC by Craig Topper · 8 years ago
- 96479ada [IR] Implement commutable matchers without using combineOr by Craig Topper · 8 years ago
- 472c4c7 Another test commit by Anton Korobeynikov · 8 years ago
- 62a29da Remove test commit change. by Tanya Lattner · 8 years ago
- 0663649 test commit by Tanya Lattner · 8 years ago
- 0d6b8a0 Still debugging by Anton Korobeynikov · 8 years ago
- 9461789 Still test commit by Anton Korobeynikov · 8 years ago
- 90c358f Another test commit by Anton Korobeynikov · 8 years ago
- 4ec00d2 Another test commit by Anton Korobeynikov · 8 years ago
- a13c359 Test commit by Anton Korobeynikov · 8 years ago
- d64f8eb fix trivial typos in comment, NFC by Hiroshi Inoue · 8 years ago
- aa970ef fix trivial typos in comment, NFC by Hiroshi Inoue · 8 years ago
- 059bd0e [SelectionDAG] set dereferenceable flag when expanding memcpy/memmove by Hiroshi Inoue · 8 years ago
- 7f3bf01 Ensure backends available in 'opt' are also available in 'bugpoint' by Tobias Grosser · 8 years ago
- d68b29a [IR] Remove BinOp2_match and replace its usage with the more capable BinOpPred_match. by Craig Topper · 8 years ago
- 82dfc83 [IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a couple m_CombineOr by Craig Topper · 8 years ago
- 5f53d1d [ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC by Craig Topper · 8 years ago
- bd1a80d [Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a few places. NFC by Craig Topper · 8 years ago
- 64b68b3 Simplify the processFixupValue interface. NFC. by Rafael Espindola · 8 years ago
- 718bab7 Add comments for OrderedInstruction. NFC by Xin Tong · 8 years ago
- 3a48f33 Remove a processFixupValue hack. by Rafael Espindola · 8 years ago
- c88c363 Add missing %s to RUN line. by Rafael Espindola · 8 years ago
- 82693db Test the object file creation too. by Rafael Espindola · 8 years ago
- a887b09 [CODE_OWNERS] Add my other email address since my commits are now using my work email. by Craig Topper · 8 years ago
- 9210f44 Test commit: update my email by Anton Korobeynikov · 8 years ago
- 739f0de [InstCombine] Don't replace allocas with smaller globals by Vitaly Buka · 8 years ago
- 2587e3e Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...) by Vitaly Buka · 8 years ago
- 5c10c24 Update constants in complex-return test to prevent reduction to smaller constants by Nirav Dave · 8 years ago
- 39844e0 [WebAssembly] Fix build after r306177 by Derek Schuff · 8 years ago
- bfb1e6d Remove redundant argument. by Rafael Espindola · 8 years ago
- 8eec1b8 Fix use of uninitialized value. by Rafael Espindola · 8 years ago
- 72786af [ORC] Re-apply r306166 and r306168 with fix for regression test. by Lang Hames · 8 years ago
- 554302a [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks. by Zachary Turner · 8 years ago
- 3745923 Move Value adjustment to applyFixup. NFC. by Rafael Espindola · 8 years ago
- 3d8b65f ARM: move some logic from processFixupValue to applyFixup. by Rafael Espindola · 8 years ago
- 51e4b46 This reverts commit r306166 and r306168. by Rafael Espindola · 8 years ago
- b1a9f25 Reland r306095: [mips] Fix reg positions in the aui/daui instructions by Petar Jovanovic · 8 years ago
- d24edfe [llvm-readobj] Fix COFF RVA table dumping bug by Reid Kleckner · 8 years ago
- bebeb6f [AArch64][Falkor] Remove some non-existent opcodes from sched detail regexes. NFC. by Geoff Berry · 8 years ago
- 84310ab [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 6a1d3e9 [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses. by Lang Hames · 8 years ago
- 5d2c917 [llvm-pdbutil] Dump raw bytes of type and id records. by Zachary Turner · 8 years ago
- a5b1998 [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the by Lang Hames · 8 years ago
- 48d560b Revert "[LoopDeletion] NFC: Move phi node value setting into prepass" by Anna Thomas · 8 years ago
- 777bbb5 [llvm-pdbutil] Dump raw bytes of various DBI stream subsections. by Zachary Turner · 8 years ago
- 66f026b [MSP430] Fix data layout string. by Vadzim Dambrouski · 8 years ago
- 309f49b Add bitcast store-merge test. by Nirav Dave · 8 years ago
- 93ca10c [LoopDeletion] NFC: Move phi node value setting into prepass by Anna Thomas · 8 years ago
- c8bc59b [APInt] Make the single word cases of isMaxSignedValue/isMinSignedValue just compare with the expected value rather than counting bits. NFCI by Craig Topper · 8 years ago
- 1a9610b [APInt] Use trailing bit counting methods instead of population count method in isAllOnesValue, isMaxSigendValue, and isMinSignedValue. NFCI by Craig Topper · 8 years ago
- 7584e45 [APInt] Move the single word cases of countTrailingZeros and countLeadingOnes inline for consistency with countTrailingOnes and countLeadingZeros. NFCI by Craig Topper · 8 years ago
- a8f03fa [CorrelatedValuePropagation] Fix typo in comment sense->since. NFC by Craig Topper · 8 years ago
- 5c4dd22 [CorrelatedValuePropagation] Remove comment about iterating switch cases in reverse order. This is no longer being done after r298791. NFC by Craig Topper · 8 years ago
- 055ae72 [llvm-pdbutil] Show what blocks a stream occupies. by Zachary Turner · 8 years ago
- a77c3fd [llvm-pdbutil] Dump raw bytes of pdb name map. by Zachary Turner · 8 years ago
- ddb4efa [opt-viewer] Remove positional arg checks (NFC) by Brian Gesiak · 8 years ago
- 87f3ec2 [llvm-pdbutil] Add the ability to dump raw bytes from the file. by Zachary Turner · 8 years ago
- 0804de0 Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering" by Krzysztof Parzyszek · 8 years ago
- 74854f1 [AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free". by Chad Rosier · 8 years ago
- 2624197 [X86] Fix SP adjustment in stack probes emitted on 32-bit Windows. by whitequark · 8 years ago
- 35abb61 [llvm-pdbutil] Add a function for formatting MSF data. by Zachary Turner · 8 years ago
- 5c1e116 [Hexagon] Remove call to printAndVerify from HexagonPassConfig by Krzysztof Parzyszek · 8 years ago
- 243c5c1 [x86] fix value types for SBB transform (PR33560) by Sanjay Patel · 8 years ago
- 34c8eeb [X86][AVX] Regenerate i256 bitcasted store test by Simon Pilgrim · 8 years ago
- c7c5bca Fix Wdocumentation warning. by Simon Pilgrim · 8 years ago
- cc9f39b Regenerate extract-store.ll tests by Simon Pilgrim · 8 years ago
- 5a653c2 Fix a misleading indentation warning. by Peter Collingbourne · 8 years ago
- 5974d48 Make the size specification for cache_size_bytes case insensitive. by Peter Collingbourne · 8 years ago
- 5cc49a2 Add a ThinLTO cache policy for controlling the maximum cache size in bytes. by Peter Collingbourne · 8 years ago
- 1e5c31d [Hexagon] Handle decreasing of stack alignment in frame lowering by Krzysztof Parzyszek · 8 years ago
- 36e5ba3 Add a BinarySubstreamRef, and a method to read one. by Zachary Turner · 8 years ago
- d9be98a Remove trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
- 7d0b44e GlobalISel: remove G_SEQUENCE instruction. by Tim Northover · 8 years ago
- 5e24d2f GlobalISel: convert buildSequence to use non-deprecated instructions. by Tim Northover · 8 years ago
- 910c8cc [InlineCost] Do not take INT_MAX when Cost is negative by Jun Bum Lim · 8 years ago
- dd1f27e [SystemZ] Remove unnecessary serialization before volatile loads by Ulrich Weigand · 8 years ago
- 45dca99 [x86] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- c559664 [x86] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- 111d1b3 AMDGPU/GlobalISel: Mark 32-bit G_AND as legal by Tom Stellard · 8 years ago
- 1963676 [x86] remove overridden target settings in test; NFC by Sanjay Patel · 8 years ago
- 65b4874 [x86] rename test file and auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- 47b190d [X86][AVX] Extended vector average tests by Simon Pilgrim · 8 years ago
- a550fda [SystemZ] Fix trap issue and enable expensive checks. by Jonas Paulsson · 8 years ago
- 5b66dfb [RuntimeLoopUnrolling] Rename exit block and move assert earlier. NFC by Anna Thomas · 8 years ago
- 6ae9f20 [X86][SSE] Dropped -mcpu from vector average tests by Simon Pilgrim · 8 years ago
- 5cb7c56 [docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, represent this in docs by Ekaterina Vaartis · 8 years ago