1. ef8457f [MachineInstrBuilder] Support for adding a ConstantPoolIndex MO with an additional offset. by Simon Pilgrim · 10 years ago
  2. bf390b0 Hexagon V60/HVX DFA scheduler support by Krzysztof Parzyszek · 10 years ago
  3. 9ea618e Use modulo operator instead of multiplying result of a divide and subtracting from the original dividend. NFC. by Craig Topper · 10 years ago
  4. a00b4f6 Revert r253790: it breaks all builds for some reason. by Krzysztof Parzyszek · 10 years ago
  5. c7fdae2 Hexagon V60/HVX DFA scheduler support by Krzysztof Parzyszek · 10 years ago
  6. 0b4392a use ternary ops; NFC by Sanjay Patel · 10 years ago
  7. 56739f0 remove unnecessary temp variables; NFC by Sanjay Patel · 10 years ago
  8. 8c4c988 fix typo; NFC by Sanjay Patel · 10 years ago
  9. 5491213 move a single test case to where most other instcombine shuffle bug test cases exist by Sanjay Patel · 10 years ago
  10. 9ef65a8 [X86][SSE] Added SSE2 PSUBUS tests by Simon Pilgrim · 10 years ago
  11. 9ad46738 [X86][SSE] Regenerate TRUNC-SEXT tests by Simon Pilgrim · 10 years ago
  12. efd23fe [X86][SSE] Regenerate MINMAX tests by Simon Pilgrim · 10 years ago
  13. 096191f [X86][SSE] Regenerate PSUBUS tests by Simon Pilgrim · 10 years ago
  14. 546611e [DAGCombiner] Bugfix for lost chain depenedency. by Jonas Paulsson · 10 years ago
  15. 26398a7 [X86][AVX] Regenerate AVX splat tests by Simon Pilgrim · 10 years ago
  16. 182b10a [X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle decode comments. by Simon Pilgrim · 10 years ago
  17. 1f6252f [X86][SSE] Legal XMM Register Class ordering for SSE1 by Simon Pilgrim · 10 years ago
  18. 0977d4d [docs] Minor fixes to the operand bundle section by Sanjoy Das · 10 years ago
  19. 0358673 Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags. by Yaron Keren · 10 years ago
  20. 0bf5b5c [SimplifyLibCalls] Removed some TODOs which are already implemented. NFC. by Weiming Zhao · 10 years ago
  21. 82d9366 [llvm-rtdyld] Fail early if we can't load dynamic libraries. by Davide Italiano · 10 years ago
  22. 9fed20c [llvm-rtdyld] Turn assertion into errors, it seems more appropriate. by Davide Italiano · 10 years ago
  23. 87daa91 [llvm-rtdyld] Improve error handling, use Error(). by Davide Italiano · 10 years ago
  24. 7988926 Move new assert to correct location by Teresa Johnson · 10 years ago
  25. 45ac8bc [libFuzzer] don't crash when reporting a leak in test_single_input mode by Kostya Serebryany · 10 years ago
  26. ea83f22 [llvm-rtdyld] Use report_fatal_error(). by Davide Italiano · 10 years ago
  27. ffed66f ARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC by Matthias Braun · 10 years ago
  28. 9f474a0 llvm-link option and test for recent metadata mapping bug by Teresa Johnson · 10 years ago
  29. eb9a1dc Test commit by Vinicius Tinti · 10 years ago
  30. c25aec1 [llvm-rtdyld] Message() is used only once. Inline. NFC. by Davide Italiano · 10 years ago
  31. ba29cc3 Add some constantness to GetSuccessorNumber(). by Rong Xu · 10 years ago
  32. 2bdcd86 Move free-zext.ll to llvm/test/Transforms/CodeGenPrepare/AArch64/ by NAKAMURA Takumi · 10 years ago
  33. 3b206a4 Power8 and later support fusing addis/addi and addis/ld instruction by Eric Christopher · 10 years ago
  34. 108258a Fix another infinite loop in Reassociate caused by Constant::isZero(). by Owen Anderson · 10 years ago
  35. 2d2aadf [CodeGenPrepare] Create more extloads and fewer ands by Geoff Berry · 10 years ago
  36. d43d18c [CMake] Fix handling of passing through semi-colon separated lists. by Chris Bieneman · 10 years ago
  37. 8ba4bf9 [ShrinkWrap] Teach ShrinkWrap to handle targets requiring a register scavenger. by Arnaud A. de Grandmaison · 10 years ago
  38. 15d2198 SamplePGO - Tweak RUN command for a test. NFC. by Diego Novillo · 10 years ago
  39. ddec40b SamplePGO - Do not count never-executed inlined functions when computing coverage. by Diego Novillo · 10 years ago
  40. c8ef580 [AArch64]Merge narrow zero stores to a wider store by Jun Bum Lim · 10 years ago
  41. 3de08c6 Weak non-function symbols were being accessed directly, which is by Eric Christopher · 10 years ago
  42. 177d040 [Hexagon] Fix the return value from HexagonGenInsert::runOnMachineFunction by Krzysztof Parzyszek · 10 years ago
  43. 89c83dc Fix test case label check by Bill Seurer · 10 years ago
  44. 368c7cb Fix the Windows build, include <tuple> for std::tie by Reid Kleckner · 10 years ago
  45. 73a482f Revert "[FunctionAttrs] Remove redundant assignment." by Tilmann Scheller · 10 years ago
  46. e0a7f28 [llvm-profdata] Add merge() to InstrProfRecord by Nathan Slingerland · 10 years ago
  47. c9180bf Avoid duplicate entry for cortex-a7 in the TargetParser (NFC) by Artyom Skrobov · 10 years ago
  48. 7cbf72b Handle ARMv6-J as an alias, instead of fake architecture by Artyom Skrobov · 10 years ago
  49. c6b24c2 SamplePGO - Add line offset and discriminator information to sample reports. by Diego Novillo · 10 years ago
  50. 086ed79 [ThinLTO] Add MODULE_CODE_METADATA_VALUES record by Teresa Johnson · 10 years ago
  51. 72bf3d3 [Hexagon] Remove redundant assignment. by Tilmann Scheller · 10 years ago
  52. d498a1b Partially revert r253662: some unrelated work was accidentally committed with it. by Daniel Sanders · 10 years ago
  53. 0bee4ed Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures. by Daniel Sanders · 10 years ago
  54. e4b48cd [FunctionAttrs] Remove redundant assignment. by Tilmann Scheller · 10 years ago
  55. cf042f8 [Hexagon] Remove redundant local variable. by Tilmann Scheller · 10 years ago
  56. 0a3cc8f Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. by Daniel Sanders · 10 years ago
  57. 3f9c290 Fix a pair of issues that caused an infinite loop in reassociate. by Owen Anderson · 10 years ago
  58. 6be7f00 Use range-based for loops. NFC by Craig Topper · 10 years ago
  59. 63e0cbe [mips][microMIPS] Implement MUL[_S].PH, MULEQ_S.W.PHL, MULEQ_S.W.PHR, MULEU_S.PH.QBL, MULEU_S.PH.QBR, MULQ_RS.PH, MULQ_RS.W, MULQ_S.PH and MULQ_S.W instructions by Hrvoje Varga · 10 years ago
  60. 697df03 [WebAssembly] Remove the AsmPrinter code for printing physical registers. by Dan Gohman · 10 years ago
  61. 4088342 [WebAssembly] Add a few open tasks to the target README.txt. by Dan Gohman · 10 years ago
  62. b2e21a2 [WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in the spec. by Dan Gohman · 10 years ago
  63. a90cea2 [WebAssembly] Remove done items from the README.txt. by Dan Gohman · 10 years ago
  64. 74a3441 [WebAssembly] Add asserts that the expression stack is used in stack order. by Dan Gohman · 10 years ago
  65. 8300bfc [WebAssemby] Enforce FIFO ordering for instructions using stackified registers. by Dan Gohman · 10 years ago
  66. 5178bc9 ScalarEvolution: do not set nuw when creating exprs of form <expr> + <all-ones>. by Peter Collingbourne · 10 years ago
  67. 77072b3 Split the argument unscheduling loop in the WebAssembly register by Eric Christopher · 10 years ago
  68. cbf870d [LTO] Add options to llvm-lto to select output format and dump merged module by Tobias Edler von Koch · 10 years ago
  69. 5b01c01 [LTO] Add option to emit assembly from LTOCodeGenerator by Tobias Edler von Koch · 10 years ago
  70. a073479 Fix a [-Werror,-Wcovered-switch-default] warning by removing the by Eric Christopher · 10 years ago
  71. d1d6f53 [WinEH] Disable most forms of demotion by Reid Kleckner · 10 years ago
  72. 0426ad4 [WebAssembly] Implement isCheapToSpeculateCtlz and isCheapToSpeculateCttz. by Dan Gohman · 10 years ago
  73. ab94993 Cleanup some -Wundef warnings in include/llvm/Support/MathExtras.h by Arch D. Robison · 10 years ago
  74. 8003b38 SamplePGO - Tweak debugging output for function samples. NFC. by Diego Novillo · 10 years ago
  75. 3f1dbfd [X86][SSE4A] Fix issue with EXTRQI shuffles not starting at the correct start index. by Simon Pilgrim · 10 years ago
  76. 272898a [InstCombine] add tests to show missing trunc optimizations by Sanjay Patel · 10 years ago
  77. eaaa0ed Fix UMRs in Mips disassembler on invalid instruction streams by Reid Kleckner · 10 years ago
  78. aebdd5b [X86] Use existing MachineInstrBuilder::addDisp to create offseted pointer. NFC. by Simon Pilgrim · 10 years ago
  79. 38e5db6 Follow up to r253591. Turn into an assertion. by Davide Italiano · 10 years ago
  80. cdbb6a4 [LIR] Update some comments. NFC. by Chad Rosier · 10 years ago
  81. 634e1cb [InstCombine] add tests to show missing bitcast optimizations by Sanjay Patel · 10 years ago
  82. cff5fab Expand subregisters in MachineFrameInfo::getPristineRegs by Krzysztof Parzyszek · 10 years ago
  83. 564e87c Fix the debug build breakage that getDiscriminator is called by mistake. by Dehao Chen · 10 years ago
  84. ffe3b43 Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when possible." by Michael Zolotukhin · 10 years ago
  85. 0a7baaf Reimplement discriminator assignment algorithm. by Dehao Chen · 10 years ago
  86. 248c594 [AddressSanitizer] assert(false) -> llvm_unreachable and remove return. by Davide Italiano · 10 years ago
  87. 0b669e1 [AArch64] Refactoring aarch64-ldst-opt. NCF. by Jun Bum Lim · 10 years ago
  88. 316a6c1 [LIR] Fix 80-column from previous commit. by Chad Rosier · 10 years ago
  89. bd71611 [LIR] Sink checks into function to enable future refactoring. NFC. by Chad Rosier · 10 years ago
  90. a6b4079 [GlobalOpt] Localize some globals that have non-instruction users by James Molloy · 10 years ago
  91. 4105a7b update comment and error message; NFC by Sanjay Patel · 10 years ago
  92. 670e8f3 [LIR] Use the more appropriate method. NFC. by Chad Rosier · 10 years ago
  93. 575b88e [AArch64]Extend merging narrow loads into a wider load by Jun Bum Lim · 10 years ago
  94. 02857f7 this new test file was accidentally left out of r253573 by Sanjay Patel · 10 years ago
  95. da754b5 [CGP] despeculate expensive cttz/ctlz intrinsics by Sanjay Patel · 10 years ago
  96. 086b179 X86: More efficient legalization of wide integer compares by Hans Wennborg · 10 years ago
  97. d19cbfe TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC. by NAKAMURA Takumi · 10 years ago
  98. 31b8ab0 Remove unused function parameter (NFC) by Mehdi Amini · 10 years ago
  99. 5d8ee1b SamplePGO - Sort samples by source location when emitting as text. by Diego Novillo · 10 years ago
  100. 96664db [mips] Add tests for ROL and ROR macros expansion by Zoran Jovanovic · 10 years ago