1. 5f57903 [TableGen] Use std::fill instead of a manually coded loop. NFC by Craig Topper · 10 years ago
  2. 7ceb9c7 Further simplify from r253832 with some unique_ptr and coalescing conditions by David Blaikie · 10 years ago
  3. bcd624a Further simplify from r253832, removing unnecessary intermediate lambdas by David Blaikie · 10 years ago
  4. 6ca4687 [TableGen] Use std::any_of and std::find instead of manual loops. NFC by Craig Topper · 10 years ago
  5. 3ab475a [X86][FMA] Regenerate tests. by Simon Pilgrim · 10 years ago
  6. 987c37b [MDBuilder] Simplify code using initializer lists. NFC. by Benjamin Kramer · 10 years ago
  7. 1fcfdff [SCEV] Simplify code. NFC. by Benjamin Kramer · 10 years ago
  8. 8865f70 [X86][AVX] Added load splat tests. by Simon Pilgrim · 10 years ago
  9. f4a7279 Remove duplicate getValueType() calls. NFCI. by Simon Pilgrim · 10 years ago
  10. e2f476f Revert r253810. The builds should be fine now. by Krzysztof Parzyszek · 10 years ago
  11. 6263534 [Utils] Updated shuffle fuzz script to generate more modern (valid) IR. by Simon Pilgrim · 10 years ago
  12. d8d11cb Avoid dependency between TableGen and CodeGen by Krzysztof Parzyszek · 10 years ago
  13. 0e636e3 AVX-512: Optimized INSERT_SUBVECTOR for i1 vector types by Elena Demikhovsky · 10 years ago
  14. 416b0b1 [PGO] move names of runtime sections definitions to InstrProfData.inc by Xinliang David Li · 10 years ago
  15. add2047 Temporary fix broken build.ninja after r253790. by NAKAMURA Takumi · 10 years ago
  16. 77b5e38 [PGO] move raw magic and version def to InstrProfData.inc by Xinliang David Li · 10 years ago
  17. e5dedf9 [llvm-rtdyld] Refactor to reduce indentation. by Davide Italiano · 10 years ago
  18. 085776b [PGO] InstrProf Template file documentation change by Xinliang David Li · 10 years ago
  19. 6aa45fb [PGO] Move Value Profile Kind to InstrProfData.inc by Xinliang David Li · 10 years ago
  20. 9b62728 [PGO] Define value profiling updater API signature in InstrProfData.inc (NFC) by Xinliang David Li · 10 years ago
  21. a2197f8 Have a single way for creating unique value names. by Rafael Espindola · 10 years ago
  22. 0e13c07 [PGO] Move Raw Header def into template file InstrProfData.inc by Xinliang David Li · 10 years ago
  23. 3688ae8 fix formatting; NFC by Sanjay Patel · 10 years ago
  24. 108f8f3 [SCEVExpander] Use C++isms; NFC by Sanjoy Das · 10 years ago
  25. b08711c Now fix errors in NDEBUG build. by Krzysztof Parzyszek · 10 years ago
  26. b61ef9d Fix warnings in NDEBUG build by Krzysztof Parzyszek · 10 years ago
  27. f1f6063 [ThinLTO] Handle bitcode without function summary sections gracefully by Teresa Johnson · 10 years ago
  28. ef8457f [MachineInstrBuilder] Support for adding a ConstantPoolIndex MO with an additional offset. by Simon Pilgrim · 10 years ago
  29. bf390b0 Hexagon V60/HVX DFA scheduler support by Krzysztof Parzyszek · 10 years ago
  30. 9ea618e Use modulo operator instead of multiplying result of a divide and subtracting from the original dividend. NFC. by Craig Topper · 10 years ago
  31. a00b4f6 Revert r253790: it breaks all builds for some reason. by Krzysztof Parzyszek · 10 years ago
  32. c7fdae2 Hexagon V60/HVX DFA scheduler support by Krzysztof Parzyszek · 10 years ago
  33. 0b4392a use ternary ops; NFC by Sanjay Patel · 10 years ago
  34. 56739f0 remove unnecessary temp variables; NFC by Sanjay Patel · 10 years ago
  35. 8c4c988 fix typo; NFC by Sanjay Patel · 10 years ago
  36. 5491213 move a single test case to where most other instcombine shuffle bug test cases exist by Sanjay Patel · 10 years ago
  37. 9ef65a8 [X86][SSE] Added SSE2 PSUBUS tests by Simon Pilgrim · 10 years ago
  38. 9ad46738 [X86][SSE] Regenerate TRUNC-SEXT tests by Simon Pilgrim · 10 years ago
  39. efd23fe [X86][SSE] Regenerate MINMAX tests by Simon Pilgrim · 10 years ago
  40. 096191f [X86][SSE] Regenerate PSUBUS tests by Simon Pilgrim · 10 years ago
  41. 546611e [DAGCombiner] Bugfix for lost chain depenedency. by Jonas Paulsson · 10 years ago
  42. 26398a7 [X86][AVX] Regenerate AVX splat tests by Simon Pilgrim · 10 years ago
  43. 182b10a [X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle decode comments. by Simon Pilgrim · 10 years ago
  44. 1f6252f [X86][SSE] Legal XMM Register Class ordering for SSE1 by Simon Pilgrim · 10 years ago
  45. 0977d4d [docs] Minor fixes to the operand bundle section by Sanjoy Das · 10 years ago
  46. 0358673 Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags. by Yaron Keren · 10 years ago
  47. 0bf5b5c [SimplifyLibCalls] Removed some TODOs which are already implemented. NFC. by Weiming Zhao · 10 years ago
  48. 82d9366 [llvm-rtdyld] Fail early if we can't load dynamic libraries. by Davide Italiano · 10 years ago
  49. 9fed20c [llvm-rtdyld] Turn assertion into errors, it seems more appropriate. by Davide Italiano · 10 years ago
  50. 87daa91 [llvm-rtdyld] Improve error handling, use Error(). by Davide Italiano · 10 years ago
  51. 7988926 Move new assert to correct location by Teresa Johnson · 10 years ago
  52. 45ac8bc [libFuzzer] don't crash when reporting a leak in test_single_input mode by Kostya Serebryany · 10 years ago
  53. ea83f22 [llvm-rtdyld] Use report_fatal_error(). by Davide Italiano · 10 years ago
  54. ffed66f ARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC by Matthias Braun · 10 years ago
  55. 9f474a0 llvm-link option and test for recent metadata mapping bug by Teresa Johnson · 10 years ago
  56. eb9a1dc Test commit by Vinicius Tinti · 10 years ago
  57. c25aec1 [llvm-rtdyld] Message() is used only once. Inline. NFC. by Davide Italiano · 10 years ago
  58. ba29cc3 Add some constantness to GetSuccessorNumber(). by Rong Xu · 10 years ago
  59. 2bdcd86 Move free-zext.ll to llvm/test/Transforms/CodeGenPrepare/AArch64/ by NAKAMURA Takumi · 10 years ago
  60. 3b206a4 Power8 and later support fusing addis/addi and addis/ld instruction by Eric Christopher · 10 years ago
  61. 108258a Fix another infinite loop in Reassociate caused by Constant::isZero(). by Owen Anderson · 10 years ago
  62. 2d2aadf [CodeGenPrepare] Create more extloads and fewer ands by Geoff Berry · 10 years ago
  63. d43d18c [CMake] Fix handling of passing through semi-colon separated lists. by Chris Bieneman · 10 years ago
  64. 8ba4bf9 [ShrinkWrap] Teach ShrinkWrap to handle targets requiring a register scavenger. by Arnaud A. de Grandmaison · 10 years ago
  65. 15d2198 SamplePGO - Tweak RUN command for a test. NFC. by Diego Novillo · 10 years ago
  66. ddec40b SamplePGO - Do not count never-executed inlined functions when computing coverage. by Diego Novillo · 10 years ago
  67. c8ef580 [AArch64]Merge narrow zero stores to a wider store by Jun Bum Lim · 10 years ago
  68. 3de08c6 Weak non-function symbols were being accessed directly, which is by Eric Christopher · 10 years ago
  69. 177d040 [Hexagon] Fix the return value from HexagonGenInsert::runOnMachineFunction by Krzysztof Parzyszek · 10 years ago
  70. 89c83dc Fix test case label check by Bill Seurer · 10 years ago
  71. 368c7cb Fix the Windows build, include <tuple> for std::tie by Reid Kleckner · 10 years ago
  72. 73a482f Revert "[FunctionAttrs] Remove redundant assignment." by Tilmann Scheller · 10 years ago
  73. e0a7f28 [llvm-profdata] Add merge() to InstrProfRecord by Nathan Slingerland · 10 years ago
  74. c9180bf Avoid duplicate entry for cortex-a7 in the TargetParser (NFC) by Artyom Skrobov · 10 years ago
  75. 7cbf72b Handle ARMv6-J as an alias, instead of fake architecture by Artyom Skrobov · 10 years ago
  76. c6b24c2 SamplePGO - Add line offset and discriminator information to sample reports. by Diego Novillo · 10 years ago
  77. 086ed79 [ThinLTO] Add MODULE_CODE_METADATA_VALUES record by Teresa Johnson · 10 years ago
  78. 72bf3d3 [Hexagon] Remove redundant assignment. by Tilmann Scheller · 10 years ago
  79. d498a1b Partially revert r253662: some unrelated work was accidentally committed with it. by Daniel Sanders · 10 years ago
  80. 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
  81. e4b48cd [FunctionAttrs] Remove redundant assignment. by Tilmann Scheller · 10 years ago
  82. cf042f8 [Hexagon] Remove redundant local variable. by Tilmann Scheller · 10 years ago
  83. 0a3cc8f Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. by Daniel Sanders · 10 years ago
  84. 3f9c290 Fix a pair of issues that caused an infinite loop in reassociate. by Owen Anderson · 10 years ago
  85. 6be7f00 Use range-based for loops. NFC by Craig Topper · 10 years ago
  86. 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
  87. 697df03 [WebAssembly] Remove the AsmPrinter code for printing physical registers. by Dan Gohman · 10 years ago
  88. 4088342 [WebAssembly] Add a few open tasks to the target README.txt. by Dan Gohman · 10 years ago
  89. b2e21a2 [WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in the spec. by Dan Gohman · 10 years ago
  90. a90cea2 [WebAssembly] Remove done items from the README.txt. by Dan Gohman · 10 years ago
  91. 74a3441 [WebAssembly] Add asserts that the expression stack is used in stack order. by Dan Gohman · 10 years ago
  92. 8300bfc [WebAssemby] Enforce FIFO ordering for instructions using stackified registers. by Dan Gohman · 10 years ago
  93. 5178bc9 ScalarEvolution: do not set nuw when creating exprs of form <expr> + <all-ones>. by Peter Collingbourne · 10 years ago
  94. 77072b3 Split the argument unscheduling loop in the WebAssembly register by Eric Christopher · 10 years ago
  95. cbf870d [LTO] Add options to llvm-lto to select output format and dump merged module by Tobias Edler von Koch · 10 years ago
  96. 5b01c01 [LTO] Add option to emit assembly from LTOCodeGenerator by Tobias Edler von Koch · 10 years ago
  97. a073479 Fix a [-Werror,-Wcovered-switch-default] warning by removing the by Eric Christopher · 10 years ago
  98. d1d6f53 [WinEH] Disable most forms of demotion by Reid Kleckner · 10 years ago
  99. 0426ad4 [WebAssembly] Implement isCheapToSpeculateCtlz and isCheapToSpeculateCttz. by Dan Gohman · 10 years ago
  100. ab94993 Cleanup some -Wundef warnings in include/llvm/Support/MathExtras.h by Arch D. Robison · 10 years ago