1. 35a6ebd [Legalizer] Only allocate the SetVectors once per function. by Quentin Colombet · 8 years ago
  2. 93f0e0c AMDGPU: Implement hasBitPreservingFPLogic by Matt Arsenault · 8 years ago
  3. 39ba348 LowerTypeTests: Give imported symbols a type with size 0 so that they are not assumed not to alias. by Peter Collingbourne · 8 years ago
  4. 7aa4aa6 [Reassociate] auto-generate better checks; NFC by Sanjay Patel · 8 years ago
  5. 212e51c [Hexagon] Avoid unused variable warnings in release builds. by Benjamin Kramer · 8 years ago
  6. b1763ab AMDGPU: Look for src mods before fp_extend by Matt Arsenault · 8 years ago
  7. 5cd5b63 [aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 use them. by Daniel Sanders · 8 years ago
  8. 937b560 [SmallPtrSet] Add iterator epoch tracking. by Benjamin Kramer · 8 years ago
  9. ab26bdd [InstCombine] move code to remove repeated constant check; NFCI by Sanjay Patel · 8 years ago
  10. 9a68752 AMDGPU: Implement isFPExtFoldable by Matt Arsenault · 8 years ago
  11. d9a915e [InstCombine] recycle adds for better efficiency by Sanjay Patel · 8 years ago
  12. e359034 DAG: Add opcode and source type to isFPExtFree by Matt Arsenault · 8 years ago
  13. 59d5964 [Hexagon] Minimize number of repeated constant extenders by Krzysztof Parzyszek · 8 years ago
  14. 0431295 Revert r315148 [TableGen] Avoid unnecessary std::string creations by Daniel Sanders · 8 years ago
  15. fb7d705 [InstCombine] use local var to reduce code duplication; NFCI by Sanjay Patel · 8 years ago
  16. 44b7735 [LLVMCore] fix description for OverflowingBinaryOperator; NFC by Sanjay Patel · 8 years ago
  17. b1021f3 [X86] Add initial skeleton support for knm cpu by Craig Topper · 8 years ago
  18. 0a54333 [IPSCCP] Move common functions to ValueLatticeUtils (NFC) by Matthew Simpson · 8 years ago
  19. a7bbf63 [InstCombine] add hasOneUse check to add-zext-add fold to prevent increasing instructions by Sanjay Patel · 8 years ago
  20. 5860eab [InstCombine] add tests for add (zext (add nuw X, C2)), C --> zext (add nuw X, C2 + C); NFC by Sanjay Patel · 8 years ago
  21. b1b02b7 [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler. by Matt Morehouse · 8 years ago
  22. 54a02eb [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence". by Max Moroz · 8 years ago
  23. ca020c7 [SCEV] Maintain and use a loop->loop invalidation dependency by Sanjoy Das · 8 years ago
  24. 3339ae5 [X86] Test scalar integer absolutes on 32-bit targets with/without CMOV by Simon Pilgrim · 8 years ago
  25. 7cb3268 Not all buildbots seem to dump the nuw flag in SDAG by Reid Kleckner · 8 years ago
  26. 963cef7 [InstCombine] use AddOne helper to reduce code; NFC by Sanjay Patel · 8 years ago
  27. 2f9a6e3 [X86] Updated scalar integer absolute tests to cover i8/i16/i32/i64 by Simon Pilgrim · 8 years ago
  28. b245b72 [InstCombine] rearrange code to remove repeated constant check; NFCI by Sanjay Patel · 8 years ago
  29. b22d64b [InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector types by Sanjay Patel · 8 years ago
  30. 13fcba8 [TableGen] : Simplify RegisterInfoEmitter by Javed Absar · 8 years ago
  31. b6cc4cb Update test to expect nuw flag in SDAG dump, fixes test after r315690 by Reid Kleckner · 8 years ago
  32. e9bafbf lit.py: Add new %{shared_output(LABEL)} substitution by Jordan Rose · 8 years ago
  33. b5a710d [X86] Fix some inconsistent formatting in the processor feature lists. by Craig Topper · 8 years ago
  34. 1747e96 [X86] Add ProcIntelBDW to BroadwellProc class not BDWFeatures class. by Craig Topper · 8 years ago
  35. 043ceff [RS4GC] Look through vector bitcasts when looking for base pointer by Daniel Neilson · 8 years ago
  36. 3f3b1a3 [llvm-cov] Temporary delete sources-specified.test, it is failing on some bots. by Max Moroz · 8 years ago
  37. cd6f7b1 [Hexagon] Add patterns for cmpb/cmph with immediate arguments by Krzysztof Parzyszek · 8 years ago
  38. 03d5e0b [llvm-cov] Fix sources-specified.test so it ignores the order of files printed. by Max Moroz · 8 years ago
  39. 0797a9c DAG: Add flags to dumps by Matt Arsenault · 8 years ago
  40. 98af377 [llvm-cov] An attempt to fix sources_specified.test failing on some buildbots. by Max Moroz · 8 years ago
  41. 483988c [X86] Stop creating CMOV nodes with a second MVT::Glue result by Craig Topper · 8 years ago
  42. b5d60b8 [llvm-cov] Generate "report" for given source paths if sources are specified. by Max Moroz · 8 years ago
  43. f16734c Re-land "[dsymutil] Timestmap verification for __swift_ast" by Jonas Devlieghere · 8 years ago
  44. 7f1eb15 [SCEV] Teach SCEV to find maxBECount when loop endbound is variant by Anna Thomas · 8 years ago
  45. 138989f [InstCombine] add tests for boolean extend + add; NFC by Sanjay Patel · 8 years ago
  46. e9712285 Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addressing mode" by Daniel Jasper · 8 years ago
  47. a0af046 [FileCheck] regexp doc update/fix by Sjoerd Meijer · 8 years ago
  48. 44847b2 Disable gcov instrumentation of functions using funclet-based exception handling by Marco Castelluccio · 8 years ago
  49. 18c35eb docs: Improve wording on building for fuzzing by Justin Bogner · 8 years ago
  50. 84540f4 [X86] Remove patterns that select unmasked vbroadcastf2x32/vbroadcasti2x32. Prefer vbroadcastsd/vpbroadcastq instead. by Craig Topper · 8 years ago
  51. ce7f87b [SCEV] Maintain loop use lists, and use them in forgetLoop by Sanjoy Das · 8 years ago
  52. 1a4f916 [SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in computeKnownBits. NFCI by Craig Topper · 8 years ago
  53. 8b8bd27 [SelectionDAG] Fix typo in comment. NFC by Craig Topper · 8 years ago
  54. c880526 docs: Improve the docs about llvm-isel-fuzzer on OSS Fuzz by Justin Bogner · 8 years ago
  55. 19a3d87 [X86] Add the test case for r315613 that I forgot to 'git add'. by Craig Topper · 8 years ago
  56. 8622917 [SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to work properly for vector types. by Craig Topper · 8 years ago
  57. 5cb6ac0 [llvm-isel-fuzzer] Use "--" as separator rather than '='. by Matt Morehouse · 8 years ago
  58. 7e667e4 llvm-isel-fuzzer: Use the right REQUIRES line for r315599 by Justin Bogner · 8 years ago
  59. 4d725c6 Removing default case statement from covered switch. by Keith Wyss · 8 years ago
  60. 18264d1 Add DK_Remark to SMDiagnostic by Adam Nemet · 8 years ago
  61. b0d6477 [SelectionDAG] Const-correct the DemandedMask argument to one of the overloads of SimplifyDemandedBits. NFC by Craig Topper · 8 years ago
  62. 8187e7e [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  63. 9385cf1 Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
  64. 3554690 Deprecate DwarfUnit::addBlockByrefAddress(). by Adrian Prantl · 8 years ago
  65. 959cfda [XRay][tools] Updated stacks tool with flamegraph output. by Keith Wyss · 8 years ago
  66. f157979 [CVP] Process binary operations even when def is local by Anna Thomas · 8 years ago
  67. a063107 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
  68. 8520e48 [cmake] Allow building fuzzers with OSS-Fuzz flags. by Matt Morehouse · 8 years ago
  69. fcc479b [SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND handling to use less temporary APInts by counting bits instead. NFCI by Craig Topper · 8 years ago
  70. 9eddd8e [lit] Raise the logic for enabling clang & lld substitutions to llvm. by Zachary Turner · 8 years ago
  71. 2a07913 [LoopPredication] Check whether the loop is already guarded by the first iteration check condition by Artur Pilipenko · 8 years ago
  72. 4d6b50c [DWARF] Fix bad comparator in sortGlobalExprs. by Eli Friedman · 8 years ago
  73. f392c19 Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP."" by Bruno Cardoso Lopes · 8 years ago
  74. 946dd32 [LoopPredication] Support ule, sle latch predicates by Artur Pilipenko · 8 years ago
  75. 0aacd96 [X86] Add CLWB intrinsic. llvm part by Craig Topper · 8 years ago
  76. 29de9d7 Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ. by Wei Ding · 8 years ago
  77. fb0b5f5 AMDGPU/NFC: Move AMDGPU specific note types to ELF.h by Konstantin Zhuravlyov · 8 years ago
  78. 6beab2e [X86] Add a bunch of -mcpu strings to the cpus.ll test. by Craig Topper · 8 years ago
  79. a187b48 [NVPTX] Implemented wmma intrinsics and instructions. by Artem Belevich · 8 years ago
  80. f00e161 [codeview] Don't emit FPO data in funclet prologues by Reid Kleckner · 8 years ago
  81. c209885 llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues by Justin Bogner · 8 years ago
  82. 3df0d5d [TableGen] Allow intrinsics to have up to 8 return values. by Artem Belevich · 8 years ago
  83. 7e51356 Work around lack of Wine support for SetFileInformationByHandle harder by Hans Wennborg · 8 years ago
  84. 499a404 AMDGPU: Fix warnings introduced in r315526 by Konstantin Zhuravlyov · 8 years ago
  85. dc813cc [ValueTracking] return zero when there's conflict in known bits of a shift (PR34838) by Sanjay Patel · 8 years ago
  86. 3bbc1ee Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP." by Bruno Cardoso Lopes · 8 years ago
  87. 818cdb5 [PowerPC] Add profitablilty check for conversion to mtctr loops by Lei Huang · 8 years ago
  88. fadd83b [AMDGPU] For amdpal, widen interpolation mode workaround by Tim Renouf · 8 years ago
  89. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  90. eb99827 [x86] replace isEqualTo with == for efficiency by Sanjay Patel · 8 years ago
  91. 40ec2ef [X86][SSE] Pull out repeated INSERT_VECTOR_ELT code from LowerBUILD_VECTOR v16i8/v8i16 insertion. NFCI. by Simon Pilgrim · 8 years ago
  92. e8c3c21 [cfi-verify] Fix typo, actually check X86 target by Vlad Tsyrklevich · 8 years ago
  93. 109da1d MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago
  94. a7f8fe7 Reinstantiate old/bad deduplication logic that was removed in r315279. by Daniel Jasper · 8 years ago
  95. f41d230 Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  96. b5e990c [AsmParser] Suppress compile warning for targets with no register diags by Oliver Stannard · 8 years ago
  97. 0f48afc [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
  98. f799d90 [RegisterCoalescer] Don't set read-undef in pruneValues, only clear by Mikael Holmen · 8 years ago
  99. 58658af Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" by Justin Bogner · 8 years ago
  100. fff82ff [cfi-verify] Fix unittest failures w/o x86 target by Vlad Tsyrklevich · 8 years ago