1. 6beab2e [X86] Add a bunch of -mcpu strings to the cpus.ll test. by Craig Topper · 8 years ago
  2. a187b48 [NVPTX] Implemented wmma intrinsics and instructions. by Artem Belevich · 8 years ago
  3. f00e161 [codeview] Don't emit FPO data in funclet prologues by Reid Kleckner · 8 years ago
  4. c209885 llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues by Justin Bogner · 8 years ago
  5. 3df0d5d [TableGen] Allow intrinsics to have up to 8 return values. by Artem Belevich · 8 years ago
  6. 7e51356 Work around lack of Wine support for SetFileInformationByHandle harder by Hans Wennborg · 8 years ago
  7. 499a404 AMDGPU: Fix warnings introduced in r315526 by Konstantin Zhuravlyov · 8 years ago
  8. dc813cc [ValueTracking] return zero when there's conflict in known bits of a shift (PR34838) by Sanjay Patel · 8 years ago
  9. 3bbc1ee Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP." by Bruno Cardoso Lopes · 8 years ago
  10. 818cdb5 [PowerPC] Add profitablilty check for conversion to mtctr loops by Lei Huang · 8 years ago
  11. fadd83b [AMDGPU] For amdpal, widen interpolation mode workaround by Tim Renouf · 8 years ago
  12. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  13. eb99827 [x86] replace isEqualTo with == for efficiency by Sanjay Patel · 8 years ago
  14. 40ec2ef [X86][SSE] Pull out repeated INSERT_VECTOR_ELT code from LowerBUILD_VECTOR v16i8/v8i16 insertion. NFCI. by Simon Pilgrim · 8 years ago
  15. e8c3c21 [cfi-verify] Fix typo, actually check X86 target by Vlad Tsyrklevich · 8 years ago
  16. 109da1d MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago
  17. a7f8fe7 Reinstantiate old/bad deduplication logic that was removed in r315279. by Daniel Jasper · 8 years ago
  18. f41d230 Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  19. b5e990c [AsmParser] Suppress compile warning for targets with no register diags by Oliver Stannard · 8 years ago
  20. 0f48afc [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
  21. f799d90 [RegisterCoalescer] Don't set read-undef in pruneValues, only clear by Mikael Holmen · 8 years ago
  22. 58658af Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" by Justin Bogner · 8 years ago
  23. fff82ff [cfi-verify] Fix unittest failures w/o x86 target by Vlad Tsyrklevich · 8 years ago
  24. fba3ac1 Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the executable name" by Hans Wennborg · 8 years ago
  25. e1cafb1 [SimplifyIndVar] Replace IVUsers with loop invariant whenever possible by Hongbin Zheng · 8 years ago
  26. 68b5d4b docs: Add some links to OSS Fuzz by Justin Bogner · 8 years ago
  27. 997df9e docs: Try to fix sphinx build by Justin Bogner · 8 years ago
  28. 58e4a84 llvm-isel-fuzzer: Handle a subset of backend flags in the executable name by Justin Bogner · 8 years ago
  29. 89b77ce docs: Add some information about Fuzzing LLVM itself by Justin Bogner · 8 years ago
  30. 949e6fe Speculative build fix 2 by Reid Kleckner · 8 years ago
  31. 44764ec Revert r307036 because of PR34919. by Wei Mi · 8 years ago
  32. 00c6511 Speculative build fix, apparently I built llc without my patch applied to test it by Reid Kleckner · 8 years ago
  33. 8745c21 [codeview] Disable FPO in functions using EH funclets by Reid Kleckner · 8 years ago
  34. d411842 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
  35. 1c59d02 Fix AMDGPU build issue by Reid Kleckner · 8 years ago
  36. b0c6801 [X86] Sink X86AsmPrinter ctor into .cpp file, NFC by Reid Kleckner · 8 years ago
  37. 806f68b [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  38. dc62a47 [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
  39. 3a5178e MC Helpers for llvm-cfi-verify. by Vlad Tsyrklevich · 8 years ago
  40. 8f9dd89 MachineOptimizationRemarkEmitter.h: Appease g++-4.8.2. See also rL313715. by NAKAMURA Takumi · 8 years ago
  41. 6eb80ad AMDGPU/NFC: Minor clean ups in HSA metadata by Konstantin Zhuravlyov · 8 years ago
  42. 2578287 AMDGPU/NFC: Minor clean ups in PAL metadata by Konstantin Zhuravlyov · 8 years ago
  43. 44bc30d AMDGPU/NFC: Rename code object metadata as HSA metadata by Konstantin Zhuravlyov · 8 years ago
  44. b4627db Support: Work around missing SetFileInformationByHandle on Wine by Hans Wennborg · 8 years ago
  45. c678686 [Transforms] Revert r315516 changes in PredicateInfo to fix Windows build bots (NFC). by Eugene Zelenko · 8 years ago
  46. 761e543 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  47. 6ac6915 Really fix llvm-rc include-paths.test by Reid Kleckner · 8 years ago
  48. 9150451 Attempt to fix failing llvm-rc include-paths.text by Reid Kleckner · 8 years ago
  49. 7d539ce [codeview] Implement FPO data assembler directives by Reid Kleckner · 8 years ago
  50. bdeacd1 [Hexagon] Make sure that new-value jump is packetized with producer by Krzysztof Parzyszek · 8 years ago
  51. 9c28c0a Reland 'Classify llvm-cfi-verify.' by Vlad Tsyrklevich · 8 years ago
  52. 0782618 [MachineCombiner] Fix initialisation of LastUpdate for incremental update. by Florian Hahn · 8 years ago
  53. a398a71 Fix incorrect integer literal suffix. by Zachary Turner · 8 years ago
  54. 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
  55. e315d73 [llvm-rc] Use proper search algorithm for finding resources. by Zachary Turner · 8 years ago
  56. 7d7645f [SCEV] Properly handle the case of a non-constant start with a zero accum in ScalarEvolution::createAddRecFromPHIWithCastsImpl by Daniel Neilson · 8 years ago
  57. b6e79fc [x86] avoid infinite loop from SoftenFloatOperand (PR34866) by Sanjay Patel · 8 years ago
  58. 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
  59. f45980e Convert the last uses of ErrorOr in include/llvm/Object. by Rafael Espindola · 8 years ago
  60. e7c6ff0 [NFC] update test case so checks are not order dependent when not needed by Lei Huang · 8 years ago
  61. 3e47036 Remove unused include. by Rafael Espindola · 8 years ago
  62. 7848ae3 Convert the last uses of ErrorOr in COFF.h. by Rafael Espindola · 8 years ago
  63. a8a175e Convert a few ErrorOr to Expected. by Rafael Espindola · 8 years ago
  64. 2540c74 [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure by Vivek Pandya · 8 years ago
  65. 0aed7ae Convert a couple of ErrorOr to Expected. NFC. by Rafael Espindola · 8 years ago
  66. a160c45 Remove an unused include. by Rafael Espindola · 8 years ago
  67. 86ab1f5 Convert an ErrorOr to Expected. by Rafael Espindola · 8 years ago
  68. 8a5a3a8 [Hexagon] Handle non-immediate operands to A2_addi in getIncrementValue by Krzysztof Parzyszek · 8 years ago
  69. bdef5c4 Spelling mistake in comment. NFCI. by Simon Pilgrim · 8 years ago
  70. 5075a9b [X86] Remove MVT::i1 handling code from LowerTRUNCATE by Craig Topper · 8 years ago
  71. e9c467f [Pipeliner] Fix offset value for instrs dependent on post-inc load/stores by Krzysztof Parzyszek · 8 years ago
  72. 9f806a0 [Pipeliner] Improve serialization order for post-increments by Krzysztof Parzyszek · 8 years ago
  73. 143ffeb [InstCombine] add baseline tests for D38531; NFC by Sanjay Patel · 8 years ago
  74. 3c2898c [DAGCombiner] convert insertelement of bitcasted vector into shuffle by Sanjay Patel · 8 years ago
  75. 35e0e29 Revert "[dsymutil] Timestmap verification for __swift_ast" by Jonas Devlieghere · 8 years ago
  76. a951eff [TargetLowering] Correctly track NumFixedArgs field of CallLoweringInfo by Alex Bradbury · 8 years ago
  77. d486e90 [dsymutil] Timestmap verification for __swift_ast by Jonas Devlieghere · 8 years ago
  78. 804feef [RISCV] Fix build after r315327 by Alex Bradbury · 8 years ago
  79. 4dacf84 [mips] Add missing tests from rL315451 by Simon Dardis · 8 years ago
  80. 2b88f18 [mips] Add support for parsing target specific flags for MIR by Simon Dardis · 8 years ago
  81. 7c1fbc0 llvm/module.modulemap: Create LLVM_MC_TableGen. It is used by llvm-tblgen. by NAKAMURA Takumi · 8 years ago
  82. 933d4a5 llvm/module.modulemap: Move Support_TargetRegistry to let LLVMSupport free from MC. by NAKAMURA Takumi · 8 years ago
  83. 0b9ad07 [NFC] Fix variables used only for assert in GVN by Max Kazantsev · 8 years ago
  84. f60024e [llvm-rc] Fix spelling in message by Simon Dardis · 8 years ago
  85. d138a57 [TableGen] Tidy up CodeGenSchedule.cpp by Javed Absar · 8 years ago
  86. e2711b8 [Asm] Add debug tracing in table-generated assembly matcher by Oliver Stannard · 8 years ago
  87. 96eb407 [X86] Added tests for TESTM and TESTNM (NFC) by Uriel Korach · 8 years ago
  88. 7a02b70 [GVN] Prevent LoadPRE from hoisting across instructions that don't pass control flow to successors by Max Kazantsev · 8 years ago
  89. ffec787 [LICM] Disallow sinking of unordered atomic loads into loops by Max Kazantsev · 8 years ago
  90. 168a823 [IRCE] Do not process empty safe ranges by Max Kazantsev · 8 years ago
  91. c65eb3a [GVN] Don't replace constants with constants. by Davide Italiano · 8 years ago
  92. 9f81bdc Revert "[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
  93. 6298944 WIN32_FIND_DATA -> WIN32_FIND_DATAW. by Peter Collingbourne · 8 years ago
  94. 0ac357a [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
  95. 445025a [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  96. 061e701 Silence MSVC warnings about unsigned wrapping without UB by Reid Kleckner · 8 years ago
  97. a667643 [X86] Remove temporary std::string creation from shuffle comment printing. We can just write directly to the raw_ostream. by Craig Topper · 8 years ago
  98. 194d219 [X86] Add 128-bit version of vbroadcasti32x2 to shuffle comment decoding. by Craig Topper · 8 years ago
  99. 1842f4a CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  100. 9c03aa5 CodeGen: Add MachineInstr::getMF(). NFC by Justin Bogner · 8 years ago