1. 68dc5fa [BranchProbability] Manually round the floating point output. by Benjamin Kramer · 10 years ago
  2. 5775e77 AMDGPU: Remove hasPostISelHook from most instructions by Matt Arsenault · 10 years ago
  3. 4d6cb93 AMDGPU: Switch over reg class size instead of checking all super classes by Matt Arsenault · 10 years ago
  4. 0a8ee14 AMDGPU: Don't handle invalid reg classes in helper functions by Matt Arsenault · 10 years ago
  5. 1af10eb AMDGPU: address -Winconsistent-missing-override by Saleem Abdulrasool · 10 years ago
  6. 32c69da AMDGPU: Set CopyCost of register classes by Matt Arsenault · 10 years ago
  7. 9cc82f0 [Bug 24848] Use range metadata to constant fold comparisons between two values by Chen Li · 10 years ago
  8. c03102a AMDGPU: VOP3b definition cleanups by Matt Arsenault · 10 years ago
  9. 23663b8 AMDGPU: Fix sched model for VOP2b instructions by Matt Arsenault · 10 years ago
  10. 24b507c [WebAssembly] Rename several functions and types according to the new spec. by Dan Gohman · 10 years ago
  11. 8e43417 [ARM] Don't generate clrex for pre-v7 targets. by Ahmed Bougacha · 10 years ago
  12. fe14a33 [SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts' by Sanjoy Das · 10 years ago
  13. f0841dc [SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when possible' by Sanjoy Das · 10 years ago
  14. a882dfa LivePhysRegs: Fix live-outs of return blocks by Matthias Braun · 10 years ago
  15. 358e408 [InstCombine] match De Morgan's Law hidden by zext ops (PR22723) by Sanjay Patel · 10 years ago
  16. fed6bd8 Use fixed-point representation for BranchProbability. by Cong Hou · 10 years ago
  17. 0146367 SelectionDAGDumper: Print simple operands inline. by Matthias Braun · 10 years ago
  18. 728cde2 AMDGPU: Construct new buffer instruction when moving SMRD by Matt Arsenault · 10 years ago
  19. 476be37 DAGCombiner: Check if store is volatile first by Matt Arsenault · 10 years ago
  20. 86ac1df TargetRegisterInfo: Introduce PrintLaneMask. by Matthias Braun · 10 years ago
  21. dfc5b65 TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropriate; NFC by Matthias Braun · 10 years ago
  22. f776100 merge vector stores into wider vector stores and fix AArch64 misaligned access TLI hook (PR21711) by Sanjay Patel · 10 years ago
  23. 7aa5b69 PrologueEpilogInserter: Fix missing live-ins when savepoint equals restorepoint by Matthias Braun · 10 years ago
  24. 1566e71 AMDGPU/SI: Use .hsatext section instead of .text for HSA by Tom Stellard · 10 years ago
  25. 68f9d1c MCAsmInfo: Allow targets to specify when the .section directive should be omitted by Tom Stellard · 10 years ago
  26. 63daa14 MachineBasicBlock: Factor out common code into isReturnBlock() by Matthias Braun · 10 years ago
  27. 34fd05d Revert two SCEV changes that caused test failures in clang. by Sanjoy Das · 10 years ago
  28. ec5f6e8 ADCE: Fix typo in file comment. NFC by Justin Bogner · 10 years ago
  29. 0a70893 PeepholeOptimizer: Remove redundant copies by Matt Arsenault · 10 years ago
  30. de51d0d Simplify code. NFC. by Chad Rosier · 10 years ago
  31. d8f2872 more space; NFC by Sanjay Patel · 10 years ago
  32. 9026ca1 [SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts. by Sanjoy Das · 10 years ago
  33. f5a027d [SCEV] Extract helper function from isImpliedCond; NFC by Sanjoy Das · 10 years ago
  34. dab86b5 [SCEV] Exploit A < B => (A+K) < (B+K) when possible by Sanjoy Das · 10 years ago
  35. b10f8d4 AMDGPU: Add some more tests for literal operands by Matt Arsenault · 10 years ago
  36. b95c6df AMDGPU: Make getNamedOperandIdx declaration readonly by Matt Arsenault · 10 years ago
  37. a43aca4 [AArch64] Add support for generating pre- and post-index load/store pairs. by Chad Rosier · 10 years ago
  38. a481a61 AMDGPU: Disable some passes that are not meaningful by Matt Arsenault · 10 years ago
  39. 9225f01 AMDGPU: Handle i64->v2i32 loads/stores in PreprocessISelDAG by Matt Arsenault · 10 years ago
  40. 7a6a7f2 AMDGPU: Fix recomputing dominator tree unnecessarily by Matt Arsenault · 10 years ago
  41. 323c9fb AMDGPU: Re-justify workaround and fix worked around problem by Matt Arsenault · 10 years ago
  42. 7ba1878 AMDGPU: Don't create REG_SEQUENCE with SGPR dest and VGPR sources by Matt Arsenault · 10 years ago
  43. 88ba582 AMDGPU: Fix not adding exec to defs of cmpx instruction pseudos by Matt Arsenault · 10 years ago
  44. 4fc498f AMDGPU: Improve accuracy of instruction rates for VOPC by Matt Arsenault · 10 years ago
  45. 2b27648 [GlobalsAA] Teach GlobalsAA about nocapture by James Molloy · 10 years ago
  46. 054da58 ARM: make -Asserts,-Werror=unused-variable build happy by Saleem Abdulrasool · 10 years ago
  47. 64ed61c ARM: address WoA division limitation by Saleem Abdulrasool · 10 years ago
  48. 29c29e1 AMDGPU: Remove unused includes by Matt Arsenault · 10 years ago
  49. cfca9be [LangRef] Unbreak the docs Sphinx build. by Sanjoy Das · 10 years ago
  50. f70eb72 [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  51. 5f57fe0 Restore test coverage for other than ELFOSABI_NONE by Ed Maste · 10 years ago
  52. 807d5e0 Fix typo by Matt Arsenault · 10 years ago
  53. 099f1dc [AArch64] Improve the readability of the ld/st optimization pass. NFC. by Chad Rosier · 10 years ago
  54. 5769b61 [X86][SSE2] Fix zero/any extension shuffles that don't start from the first element by Simon Pilgrim · 10 years ago
  55. 5c37d16 Use ELFOSABI_NONE instead of ELFOSABI_LINUX. by Rafael Espindola · 10 years ago
  56. d0edb1f7 AMDGPU: Add s_dcache_* instructions by Matt Arsenault · 10 years ago
  57. 1348e9d AMDGPU: Add cache invalidation instructions. by Matt Arsenault · 10 years ago
  58. a16e3ad AMDGPU: Run mubuf assembler test for CI by Matt Arsenault · 10 years ago
  59. 76d7ac2e [AArch64] The paired post-increment store instruction has an output register. by Chad Rosier · 10 years ago
  60. 5b674c0 [IR] Add operand bundles to CallInst and InvokeInst. by Sanjoy Das · 10 years ago
  61. c848236 [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  62. c10a184 dsymutil: Fix the condition to distinguish module imports form definitions. by Adrian Prantl · 10 years ago
  63. d44ba4a [ValueTracking] Teach isKnownNonZero a new trick by James Molloy · 10 years ago
  64. cdac331 [objdump] Make iterator operator* return a reference. by Benjamin Kramer · 10 years ago
  65. b27b740 Regression Test: Deletes redundant/invalid test. by Mohammad Shahid · 10 years ago
  66. 7cf693a [mips] Use PredicateControl for the MSA ASE instructions. NFC. by Daniel Sanders · 10 years ago
  67. f586dec Codegen: Fix llvm.*absdiff semantic. by Mohammad Shahid · 10 years ago
  68. 424da54 [InstCombine] Recognize another bswap idiom. by Charlie Turner · 10 years ago
  69. b10121b Introduce target hook for optimizing register copies by Matt Arsenault · 10 years ago
  70. a5e772e AMDGPU: Return after instruction is processed. by Matt Arsenault · 10 years ago
  71. e7de900 AMDGPU: Remove another unnecessary check from commuteInstruction by Matt Arsenault · 10 years ago
  72. f248cd4 AMDGPU: Add readonly to InstrMapping functions by Matt Arsenault · 10 years ago
  73. a7a0014 TableGen: Add LLVM_READONLY to generated InstrMapping functions by Matt Arsenault · 10 years ago
  74. 809a684 AMDGPU: Fix printing trailing whitespace for mubuf atomics by Matt Arsenault · 10 years ago
  75. 0c5ce28 Remove dead declaration by Matt Arsenault · 10 years ago
  76. fc091f4 Use new TokenFactor chain when merging stores by Matt Arsenault · 10 years ago
  77. bb9c0af AMDGPU: Reduce number of copies emitted by Matt Arsenault · 10 years ago
  78. 71c9e7e Fix a think-o in which functions these should surround by Justin Bogner · 10 years ago
  79. 158e973 Add some NDEBUG checks I accidentally dropped in r248462 by Justin Bogner · 10 years ago
  80. f790439 BasicAA: Move BasicAAResult::alias out-of-line. NFC by Justin Bogner · 10 years ago
  81. b084468 Add CFG Simplification pass after Loop Unswitching. by Michael Zolotukhin · 10 years ago
  82. b7afd4e [safestack] Fix compiler crash in the presence of stack restores. by Evgeniy Stepanov · 10 years ago
  83. 4769a74 [IR] Teach `llvm::User` to co-allocate a descriptor. by Sanjoy Das · 10 years ago
  84. d4d53a5 Add REQUIRES: default_triple to these testcases. by Adrian Prantl · 10 years ago
  85. e81b32f Remove iterator_range::end. by Rui Ueyama · 10 years ago
  86. d25f78f Add iterator_range::end() predicate. by Rui Ueyama · 10 years ago
  87. 90ef438 [Unroll] When completely unrolling the loop, replace conditinal branches with unconditional. by Michael Zolotukhin · 10 years ago
  88. 2f1d7a4 Put profile variables of COMDAT functions to it's own COMDAT group. by Wei Mi · 10 years ago
  89. dbd50ce set div/rem default values to 'expensive' in TargetTransformInfo's cost model by Sanjay Patel · 10 years ago
  90. cdc6a8e ARM: fix folding stack adjustment (again again again...) by Tim Northover · 10 years ago
  91. 54a3f63 dsymutil: Don't prune forward declarations inside a module definition. by Adrian Prantl · 10 years ago
  92. 557aebc Fix this dsymutil testcase by not passing in a path to the modulemap file, by Adrian Prantl · 10 years ago
  93. f29442d Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets by Philip Reames · 10 years ago
  94. ff25c07 by Lawrence Hu · 10 years ago
  95. 84e1461 [InstCombine] Preserve metadata when merging loads that are phi arguments. by Akira Hatanaka · 10 years ago
  96. 710fde8 [docs] Update DominatorTree docs to clarify expectations around unreachable blocks by Philip Reames · 10 years ago
  97. ffafbd3 [x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating on FP scalars by Sanjay Patel · 10 years ago
  98. dfa2ab0 [x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars by Sanjay Patel · 10 years ago
  99. 0769c6a Fix the order of operations. by Adrian Prantl · 10 years ago
  100. d4052cf Android support for SafeStack. by Evgeniy Stepanov · 10 years ago