1. a0af046 [FileCheck] regexp doc update/fix by Sjoerd Meijer · 8 years ago
  2. 44847b2 Disable gcov instrumentation of functions using funclet-based exception handling by Marco Castelluccio · 8 years ago
  3. 18c35eb docs: Improve wording on building for fuzzing by Justin Bogner · 8 years ago
  4. 84540f4 [X86] Remove patterns that select unmasked vbroadcastf2x32/vbroadcasti2x32. Prefer vbroadcastsd/vpbroadcastq instead. by Craig Topper · 8 years ago
  5. ce7f87b [SCEV] Maintain loop use lists, and use them in forgetLoop by Sanjoy Das · 8 years ago
  6. 1a4f916 [SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in computeKnownBits. NFCI by Craig Topper · 8 years ago
  7. 8b8bd27 [SelectionDAG] Fix typo in comment. NFC by Craig Topper · 8 years ago
  8. c880526 docs: Improve the docs about llvm-isel-fuzzer on OSS Fuzz by Justin Bogner · 8 years ago
  9. 19a3d87 [X86] Add the test case for r315613 that I forgot to 'git add'. by Craig Topper · 8 years ago
  10. 8622917 [SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to work properly for vector types. by Craig Topper · 8 years ago
  11. 5cb6ac0 [llvm-isel-fuzzer] Use "--" as separator rather than '='. by Matt Morehouse · 8 years ago
  12. 7e667e4 llvm-isel-fuzzer: Use the right REQUIRES line for r315599 by Justin Bogner · 8 years ago
  13. 4d725c6 Removing default case statement from covered switch. by Keith Wyss · 8 years ago
  14. 18264d1 Add DK_Remark to SMDiagnostic by Adam Nemet · 8 years ago
  15. b0d6477 [SelectionDAG] Const-correct the DemandedMask argument to one of the overloads of SimplifyDemandedBits. NFC by Craig Topper · 8 years ago
  16. 8187e7e [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  17. 9385cf1 Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
  18. 3554690 Deprecate DwarfUnit::addBlockByrefAddress(). by Adrian Prantl · 8 years ago
  19. 959cfda [XRay][tools] Updated stacks tool with flamegraph output. by Keith Wyss · 8 years ago
  20. f157979 [CVP] Process binary operations even when def is local by Anna Thomas · 8 years ago
  21. a063107 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
  22. 8520e48 [cmake] Allow building fuzzers with OSS-Fuzz flags. by Matt Morehouse · 8 years ago
  23. 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
  24. 9eddd8e [lit] Raise the logic for enabling clang & lld substitutions to llvm. by Zachary Turner · 8 years ago
  25. 2a07913 [LoopPredication] Check whether the loop is already guarded by the first iteration check condition by Artur Pilipenko · 8 years ago
  26. 4d6b50c [DWARF] Fix bad comparator in sortGlobalExprs. by Eli Friedman · 8 years ago
  27. f392c19 Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP."" by Bruno Cardoso Lopes · 8 years ago
  28. 946dd32 [LoopPredication] Support ule, sle latch predicates by Artur Pilipenko · 8 years ago
  29. 0aacd96 [X86] Add CLWB intrinsic. llvm part by Craig Topper · 8 years ago
  30. 29de9d7 Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ. by Wei Ding · 8 years ago
  31. fb0b5f5 AMDGPU/NFC: Move AMDGPU specific note types to ELF.h by Konstantin Zhuravlyov · 8 years ago
  32. 6beab2e [X86] Add a bunch of -mcpu strings to the cpus.ll test. by Craig Topper · 8 years ago
  33. a187b48 [NVPTX] Implemented wmma intrinsics and instructions. by Artem Belevich · 8 years ago
  34. f00e161 [codeview] Don't emit FPO data in funclet prologues by Reid Kleckner · 8 years ago
  35. c209885 llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues by Justin Bogner · 8 years ago
  36. 3df0d5d [TableGen] Allow intrinsics to have up to 8 return values. by Artem Belevich · 8 years ago
  37. 7e51356 Work around lack of Wine support for SetFileInformationByHandle harder by Hans Wennborg · 8 years ago
  38. 499a404 AMDGPU: Fix warnings introduced in r315526 by Konstantin Zhuravlyov · 8 years ago
  39. dc813cc [ValueTracking] return zero when there's conflict in known bits of a shift (PR34838) by Sanjay Patel · 8 years ago
  40. 3bbc1ee Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP." by Bruno Cardoso Lopes · 8 years ago
  41. 818cdb5 [PowerPC] Add profitablilty check for conversion to mtctr loops by Lei Huang · 8 years ago
  42. fadd83b [AMDGPU] For amdpal, widen interpolation mode workaround by Tim Renouf · 8 years ago
  43. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  44. eb99827 [x86] replace isEqualTo with == for efficiency by Sanjay Patel · 8 years ago
  45. 40ec2ef [X86][SSE] Pull out repeated INSERT_VECTOR_ELT code from LowerBUILD_VECTOR v16i8/v8i16 insertion. NFCI. by Simon Pilgrim · 8 years ago
  46. e8c3c21 [cfi-verify] Fix typo, actually check X86 target by Vlad Tsyrklevich · 8 years ago
  47. 109da1d MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago
  48. a7f8fe7 Reinstantiate old/bad deduplication logic that was removed in r315279. by Daniel Jasper · 8 years ago
  49. f41d230 Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  50. b5e990c [AsmParser] Suppress compile warning for targets with no register diags by Oliver Stannard · 8 years ago
  51. 0f48afc [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
  52. f799d90 [RegisterCoalescer] Don't set read-undef in pruneValues, only clear by Mikael Holmen · 8 years ago
  53. 58658af Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" by Justin Bogner · 8 years ago
  54. fff82ff [cfi-verify] Fix unittest failures w/o x86 target by Vlad Tsyrklevich · 8 years ago
  55. fba3ac1 Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the executable name" by Hans Wennborg · 8 years ago
  56. e1cafb1 [SimplifyIndVar] Replace IVUsers with loop invariant whenever possible by Hongbin Zheng · 8 years ago
  57. 68b5d4b docs: Add some links to OSS Fuzz by Justin Bogner · 8 years ago
  58. 997df9e docs: Try to fix sphinx build by Justin Bogner · 8 years ago
  59. 58e4a84 llvm-isel-fuzzer: Handle a subset of backend flags in the executable name by Justin Bogner · 8 years ago
  60. 89b77ce docs: Add some information about Fuzzing LLVM itself by Justin Bogner · 8 years ago
  61. 949e6fe Speculative build fix 2 by Reid Kleckner · 8 years ago
  62. 44764ec Revert r307036 because of PR34919. by Wei Mi · 8 years ago
  63. 00c6511 Speculative build fix, apparently I built llc without my patch applied to test it by Reid Kleckner · 8 years ago
  64. 8745c21 [codeview] Disable FPO in functions using EH funclets by Reid Kleckner · 8 years ago
  65. d411842 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
  66. 1c59d02 Fix AMDGPU build issue by Reid Kleckner · 8 years ago
  67. b0c6801 [X86] Sink X86AsmPrinter ctor into .cpp file, NFC by Reid Kleckner · 8 years ago
  68. 806f68b [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  69. dc62a47 [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
  70. 3a5178e MC Helpers for llvm-cfi-verify. by Vlad Tsyrklevich · 8 years ago
  71. 8f9dd89 MachineOptimizationRemarkEmitter.h: Appease g++-4.8.2. See also rL313715. by NAKAMURA Takumi · 8 years ago
  72. 6eb80ad AMDGPU/NFC: Minor clean ups in HSA metadata by Konstantin Zhuravlyov · 8 years ago
  73. 2578287 AMDGPU/NFC: Minor clean ups in PAL metadata by Konstantin Zhuravlyov · 8 years ago
  74. 44bc30d AMDGPU/NFC: Rename code object metadata as HSA metadata by Konstantin Zhuravlyov · 8 years ago
  75. b4627db Support: Work around missing SetFileInformationByHandle on Wine by Hans Wennborg · 8 years ago
  76. c678686 [Transforms] Revert r315516 changes in PredicateInfo to fix Windows build bots (NFC). by Eugene Zelenko · 8 years ago
  77. 761e543 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  78. 6ac6915 Really fix llvm-rc include-paths.test by Reid Kleckner · 8 years ago
  79. 9150451 Attempt to fix failing llvm-rc include-paths.text by Reid Kleckner · 8 years ago
  80. 7d539ce [codeview] Implement FPO data assembler directives by Reid Kleckner · 8 years ago
  81. bdeacd1 [Hexagon] Make sure that new-value jump is packetized with producer by Krzysztof Parzyszek · 8 years ago
  82. 9c28c0a Reland 'Classify llvm-cfi-verify.' by Vlad Tsyrklevich · 8 years ago
  83. 0782618 [MachineCombiner] Fix initialisation of LastUpdate for incremental update. by Florian Hahn · 8 years ago
  84. a398a71 Fix incorrect integer literal suffix. by Zachary Turner · 8 years ago
  85. d5b4248 [PowerPC] Utilize DQ-Form instructions for spill/restore and fix FrameIndex elimination to only use `lis/addi` if necessary. by Lei Huang · 8 years ago
  86. e315d73 [llvm-rc] Use proper search algorithm for finding resources. by Zachary Turner · 8 years ago
  87. 7d7645f [SCEV] Properly handle the case of a non-constant start with a zero accum in ScalarEvolution::createAddRecFromPHIWithCastsImpl by Daniel Neilson · 8 years ago
  88. b6e79fc [x86] avoid infinite loop from SoftenFloatOperand (PR34866) by Sanjay Patel · 8 years ago
  89. 233a053 Reland "[llvm-objcopy] Add support for --strip-sections to remove all section headers leaving only program headers and loadable segment data" by Jake Ehrlich · 8 years ago
  90. f45980e Convert the last uses of ErrorOr in include/llvm/Object. by Rafael Espindola · 8 years ago
  91. e7c6ff0 [NFC] update test case so checks are not order dependent when not needed by Lei Huang · 8 years ago
  92. 3e47036 Remove unused include. by Rafael Espindola · 8 years ago
  93. 7848ae3 Convert the last uses of ErrorOr in COFF.h. by Rafael Espindola · 8 years ago
  94. a8a175e Convert a few ErrorOr to Expected. by Rafael Espindola · 8 years ago
  95. 2540c74 [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure by Vivek Pandya · 8 years ago
  96. 0aed7ae Convert a couple of ErrorOr to Expected. NFC. by Rafael Espindola · 8 years ago
  97. a160c45 Remove an unused include. by Rafael Espindola · 8 years ago
  98. 86ab1f5 Convert an ErrorOr to Expected. by Rafael Espindola · 8 years ago
  99. 8a5a3a8 [Hexagon] Handle non-immediate operands to A2_addi in getIncrementValue by Krzysztof Parzyszek · 8 years ago
  100. bdef5c4 Spelling mistake in comment. NFCI. by Simon Pilgrim · 8 years ago