1. f66532b [CodeGen] Unify the syntax of MBB successors in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  2. 331b6f3 [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
  3. 5c4660b [Lanai] Code model dictates section selection. by Jacques Pienaar · 8 years ago
  4. cde943d [x86] consolidate and add tests for undef binop folds; NFC by Sanjay Patel · 8 years ago
  5. 980f103 Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE() by Adrian Prantl · 8 years ago
  6. 7fa9b1f Minor tweak to test case. by Dmitry Mikulin · 8 years ago
  7. f0574ca [DWARFv5] Fix dumper to show the file table starts at index 0. by Paul Robinson · 8 years ago
  8. c9ae4f9 AMDGPU: Process SDWA block at a time by Matt Arsenault · 8 years ago
  9. 7913bcd AMDGPU: Minor cleanups by Matt Arsenault · 8 years ago
  10. cbd9100 [GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775 by Alexander Ivchenko · 8 years ago
  11. 6a919aa [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal by Alexander Ivchenko · 8 years ago
  12. 1a2742d [X86] Improve combineCastedMaskArithmetic to fold (bitcast (vXi1 (and/or/xor X, C)))->(vXi1 (and/or/xor (bitcast X), (bitcast C)) where C is a constant build_vector. by Craig Topper · 8 years ago
  13. e4e4fc4 [X86] Add DAG combine to constant fold a bitcast of a vXi1 constant build_vector into a scalar integer. by Craig Topper · 8 years ago
  14. f7664e8 CMake: Explicitly #undef LLVM_REVISION rather than using a blank file by Justin Bogner · 8 years ago
  15. 1d564e0 [ThinLTO] Skip BlockAddresses while replacing uses in function import. by Dmitry Mikulin · 8 years ago
  16. e5fa4fc Parameterize a test. by Paul Robinson · 8 years ago
  17. 0745d95 [DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC) by Daniel Neilson · 8 years ago
  18. 66bf8e6 [ASan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
  19. 5309a7b Revert "WIP: [DAGCombiner] Assert that debug info is preserved" by Vedant Kumar · 8 years ago
  20. 0f1e6f8 [bugpoint] Simplify the global initializer reducer, NFC by Vedant Kumar · 8 years ago
  21. deeff3d WIP: [DAGCombiner] Assert that debug info is preserved by Vedant Kumar · 8 years ago
  22. 2206986 [X86] Remove kortest intrinsics and replace with native IR. by Craig Topper · 8 years ago
  23. 43849be [X86] Support 'V' register operand modifier by David Woodhouse · 8 years ago
  24. fa797f4 Fix missing field initializer warning in TableGen SubtargetEmitter by David Blaikie · 8 years ago
  25. 3c8d6c5 [MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
  26. 16273d2 Regenerate test by Simon Pilgrim · 8 years ago
  27. 3a4a268 [X86] Add common CHECK prefix to shift combine tests by Simon Pilgrim · 8 years ago
  28. 7fa8106 [X86] Add shift undef, %X tests by Simon Pilgrim · 8 years ago
  29. 7adf52c [InstCombine] visitSRem - use m_Negative(APInt) helper. NFCI. by Simon Pilgrim · 8 years ago
  30. a5944e5 [InstCombine] Add vector udiv tests by Simon Pilgrim · 8 years ago
  31. d366385 [SelectionDAG] Add a helper function for creating a boolean constant based on the target's boolean content by Craig Topper · 8 years ago
  32. 2675789 Simplify function prototypes in bugpoint, NFC by Vedant Kumar · 8 years ago
  33. cc227f8 Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows. by Douglas Yung · 8 years ago
  34. 28a96ee [InstCombine] Add m_Negative pattern matching by Simon Pilgrim · 8 years ago
  35. 90222ff [X86] Add a few new test cases for shrunkblend combine by Craig Topper · 8 years ago
  36. 934bc50 [InstCombine] Add vector urem tests. by Simon Pilgrim · 8 years ago
  37. 74894cd Use ranged for loops in TypeFinder.cpp, NFC by Vedant Kumar · 8 years ago
  38. 0ec6e0c [InstCombine] Regenerate vector mul tests. by Simon Pilgrim · 8 years ago
  39. b9a5c1a [LoopIdiom] Be more aggressive when setting alignment in memcpy by Daniel Neilson · 8 years ago
  40. 3d5f329 Fix signed/unsigned compare warning I introduced by Erich Keane · 8 years ago
  41. da8116f [ARM] Add 'fillValidCPUArchList' to ARM targets by Erich Keane · 8 years ago
  42. 0648dd9 [dsymutil] Use llvm::sys::path to join bundle path. by Jonas Devlieghere · 8 years ago
  43. f1567ab [dwarfdump] Normalize input path. by Jonas Devlieghere · 8 years ago
  44. a43548c [AMDGPU] Updae documentation about address space by Yaxun Liu · 8 years ago
  45. 86517c4 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  46. 6412c37 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  47. 306ada1 [SLPVectorizer] move RUN line to top-of-file; NFC by Sanjay Patel · 8 years ago
  48. 0a5886c [InstCombine] Fix issue with X udiv (POW2_C1 << N) for non-splat constant vectors by Simon Pilgrim · 8 years ago
  49. 24f7956 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  50. a69986c [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  51. ce8aaf3 [ValueTracking] don't crash when assumptions conflict (PR36270) by Sanjay Patel · 8 years ago
  52. a53fc2e [InstCombine] Fix issue with X udiv 2^C -> X >> C for non-splat constant vectors by Simon Pilgrim · 8 years ago
  53. 75f7e7d [ARM] Re-commit r324600 with fixed LLVMBuild.txt by Oliver Stannard · 8 years ago
  54. 78c0953 Fix unused variable warning. by Simon Pilgrim · 8 years ago
  55. 35aa696 Revert r324600 as it breaks a buildbot by Oliver Stannard · 8 years ago
  56. 879372e [InstCombine] Improve mul(x, pow2) -> shl combine for vector constants by Simon Pilgrim · 8 years ago
  57. 03662ff [x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC. by Alexander Ivchenko · 8 years ago
  58. 8cc6281 [ARM] Fix disassembly of invalid banked register moves by Oliver Stannard · 8 years ago
  59. fd8aee0 [test][dsymutil] Fix tests for Windows bots. by Jonas Devlieghere · 8 years ago
  60. aca8af8 Add missed PostDominatorTree analysis dependency to GVN hoist pass. by Alexander Ivchenko · 8 years ago
  61. fad5733 [X86][MC]: Adding test coverage of MC encoding for several small extensions.<NFC> by Gadi Haber · 8 years ago
  62. 6169346 Re-land [dsymutil] Upstream update feature by Jonas Devlieghere · 8 years ago
  63. 91a90a2 [Loop Predication] Teach LP about reverse loops with uge and sge latch conditions by Serguei Katkov · 8 years ago
  64. 6656160 [X86] Fix compilation of r324580. by Clement Courbet · 8 years ago
  65. 33f35fb Revert accidental changes that snuck in r324584 by Stefan Maksimovic · 8 years ago
  66. c61c2f0 [mips] Define certain instructions in microMIPS32r3 by Stefan Maksimovic · 8 years ago
  67. 80d11db [AVR] Fix the testsuite after '%' changed to '$' in MIR by Dylan McKay · 8 years ago
  68. ee765a1 [TargetSchedule] Expose sub-units of a ProcResGroup in MCProcResourceDesc. by Clement Courbet · 8 years ago
  69. ca1a7d0 [AArch64] Don't materialize 0 with "fmov h0, .." when FullFP16 is not supported by Sjoerd Meijer · 8 years ago
  70. cf087c1 [X86] Support folding in a k-register OR when creating KORTEST from scalar compare of a bitcast from vXi1. by Craig Topper · 8 years ago
  71. 3b77e6e [X86] Allow KORTEST instruction to be used for testing if a mask is all ones by Craig Topper · 8 years ago
  72. 181057e [X86] Don't emit KTEST instructions unless only the Z flag is being used by Craig Topper · 8 years ago
  73. 97f86a9 Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter." by George Rimar · 8 years ago
  74. 4c64dfe [SimplifyCFG] Re-apply Relax restriction for folding unconditional branches by Serguei Katkov · 8 years ago
  75. 62cd19d CMAKE: apply -O3 for mingw clang by Martell Malone · 8 years ago
  76. f198033 [DAGCombiner] Fix a couple mistakes from r324311 by really passing the original load to ExtendSetCCUses. by Craig Topper · 8 years ago
  77. d758b76 [DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload x) and similar folds. NFCI by Craig Topper · 8 years ago
  78. 3328d97 ARM: Remove dead code. NFCI. by Peter Collingbourne · 8 years ago
  79. 530107f [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
  80. 1176aed [DAGCombiner] Avoid creating truncate nodes in (zext (and (load)))->(and (zextload)) fold until we know for sure we're going to need it. NFCI by Craig Topper · 8 years ago
  81. 4892373 [DAGCombiner] Rename variable to be slightly better. NFC by Craig Topper · 8 years ago
  82. 37962a3 bpf: Improve expanding logic in LowerSELECT_CC by Yonghong Song · 8 years ago
  83. b07c392 gold-plugin: Do not set codegen opt level based on LTO opt level. by Peter Collingbourne · 8 years ago
  84. 6879e4b AMDGPU: Fix incorrect reordering when inline asm defines LDS address by Matt Arsenault · 8 years ago
  85. ba4bd09 Fix PR36268. by Rafael Espindola · 8 years ago
  86. 0bd3ade AMDGPU: Don't crash when trying to fold implicit operands by Matt Arsenault · 8 years ago
  87. b712efa [NVPTX] When dying due to a bad address space value, print out the value. by Justin Lebar · 8 years ago
  88. 84f9e04 [AMDGPU] Fixed wait count reuse by Stanislav Mekhanoshin · 8 years ago
  89. 6e5a650 [x86] Fix nasty bug in the x86 backend that is essentially impossible to by Chandler Carruth · 8 years ago
  90. 19265c9 Verify profile data confirms large loop trip counts. by Mircea Trofin · 8 years ago
  91. 4777e1f [X86] Prune some unreachable 'return SDValue()' paths from LowerSIGN_EXTEND/LowerZERO_EXTEND/LowerANY_EXTEND. by Craig Topper · 8 years ago
  92. 49ae5ea [X86] Remove dead code from EmitTest that looked for an i1 type which should have already been type legalized away. NFC by Craig Topper · 8 years ago
  93. fb775f9 [X86] When doing callee save/restore for k-registers make sure we don't use KMOVQ on non-BWI targets by Craig Topper · 8 years ago
  94. cb2b332 [X86] Auto-generate complete checks. NFC by Craig Topper · 8 years ago
  95. 0b268d6 Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
  96. 3750e6f [SLP] Add a tests for PR36280, NFC. by Alexey Bataev · 8 years ago
  97. f45b60f Generate PDB files for profiling even in Release build. by Zachary Turner · 8 years ago
  98. 00812da [X86] Regenerate test using update_mir_test_checks.py. NFC by Craig Topper · 8 years ago
  99. c952538 Revert "AMDGPU: Add 32-bit constant address space" by Rafael Espindola · 8 years ago
  100. 6bac809 Revert dsymutil -update commits by Jonas Devlieghere · 8 years ago