1. fc89a6a Revert 'Test commit as per developer policy' by Jonas Devlieghere · 9 years ago
  2. bc02eec Test commit as per developer policy by Jonas Devlieghere · 9 years ago
  3. d52ad61 Revert "[GVN] Basic optimization remark support" by Adam Nemet · 9 years ago
  4. db04d03 [RuntimeDyld] Skip undefined symbols when building the symbol table. by Lang Hames · 9 years ago
  5. 502534b [PowerPC] Improvements for BUILD_VECTOR Vol. 2 by Nemanja Ivanovic · 9 years ago
  6. 17f24fa [PowerPC] Improvements for BUILD_VECTOR Vol. 2 by Nemanja Ivanovic · 9 years ago
  7. e8971cb Add another missing dependency. by Peter Collingbourne · 9 years ago
  8. b31b2ec Revert r288212 due to lldb failure. by Paul Robinson · 9 years ago
  9. 65c488a [lanai] Manually match 0/-1 with R0/R1. by Jacques Pienaar · 9 years ago
  10. 0b07a5a Revert https://reviews.llvm.org/rL287679 by Nemanja Ivanovic · 9 years ago
  11. f1f1223 Emit 'no line' information for interesting 'orphan' instructions. by Paul Robinson · 9 years ago
  12. 68d9b14 [X86][AVX512VL] Improved testing of vcvtpd2ps, vcvtpd2dq/vcvtpd2udq and vcvttpd2dq/vcvttpd2udq implicit zeroing of upper 64-bits of xmm result by Simon Pilgrim · 9 years ago
  13. ae45a93 [GVN] Basic optimization remark support by Adam Nemet · 9 years ago
  14. f09dc03 [X86][AVX512DQVL] Improved testing of vcvtqq2ps/vcvtuqq2ps implicit zeroing of upper 64-bits of xmm result by Simon Pilgrim · 9 years ago
  15. f4d1201 [AArch64] allow and-not-compare transform to form 'bics' by Sanjay Patel · 9 years ago
  16. 29916a1 Add documentation for the PDB Module Info stream. by Zachary Turner · 9 years ago
  17. 10e4110 Bitcode: Add a more comprehensive multi-module test now that we have both llvm-cat and llvm-modextract. by Peter Collingbourne · 9 years ago
  18. c67ca17 Add llvm-modextract tool. by Peter Collingbourne · 9 years ago
  19. 649bcb9 [StructurizeCFG] Fix infinite loop in rebuildSSA. by Justin Lebar · 9 years ago
  20. dc150d0 Add to llvm-objdump the -no-leading-headers option with the use of the -macho option. by Kevin Enderby · 9 years ago
  21. 2a4cea2 Add missing dependency. by Peter Collingbourne · 9 years ago
  22. fa5f3d1 Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG by Mehdi Amini · 9 years ago
  23. e6480e2 Bitcode: Introduce BitcodeWriter interface. by Peter Collingbourne · 9 years ago
  24. c83371f [AArch64] Add a basic SchedMachineModel for Falkor. by Chad Rosier · 9 years ago
  25. 375d719 Use CallSite to simplify code by David Blaikie · 9 years ago
  26. a55fccb AMDGPU: Disallow exec as SMEM instruction operand by Matt Arsenault · 9 years ago
  27. c562d96 AMDGPU: Use SGPR_64 for argument lowerings by Matt Arsenault · 9 years ago
  28. 81e1a9d [LiveRangeEdit] Handle instructions with no defs correctly. by Geoff Berry · 9 years ago
  29. a89dd1d AMDGPU: Rename flat operands to match mubuf by Matt Arsenault · 9 years ago
  30. 3f36716 AMDGPU: Use else if by Matt Arsenault · 9 years ago
  31. 8d2aadb AMDGPU: Materialize frame index before add by Matt Arsenault · 9 years ago
  32. a333ef5 AMDGPU: Refactor immediate folding logic by Matt Arsenault · 9 years ago
  33. 57d4f76 [AArch64] add tests for bics; NFC by Sanjay Patel · 9 years ago
  34. 9ade85f [AArch64] add tests to show select transforms; NFC by Sanjay Patel · 9 years ago
  35. f618d6e Revert "[GVN] Basic optimization remark support" by Adam Nemet · 9 years ago
  36. 5d693fa Revert "[GVN, OptDiag] Include the value that is forwarded in load elimination" by Adam Nemet · 9 years ago
  37. 996fdfd Revert "[GVN, OptDiag] Print the interesting instructions involved in missed load-elimination" by Adam Nemet · 9 years ago
  38. ba3cf58 [AArch64] Fold spills of COPY of WZR/XZR by Geoff Berry · 9 years ago
  39. c72d18a [docs] Typos and whitespace fixed in LTO docs. by Mehdi Amini · 9 years ago
  40. e148f0a Avoid repeated calls to MVT getSizeInBits and getScalarSizeInBits(). NFCI. by Simon Pilgrim · 9 years ago
  41. e6dbf90 Suppress abi-breaking.h on cygming, for now. by NAKAMURA Takumi · 9 years ago
  42. f33188e Fix a linefeed at eof. by NAKAMURA Takumi · 9 years ago
  43. 9d387d6 [CVP] Remove use of removed flag (-cvp-dont-process-adds) from the test by Artur Pilipenko · 9 years ago
  44. a310ebc [CVP] Remove cvp-dont-process-adds flag by Artur Pilipenko · 9 years ago
  45. 1ec5b2f [PowerPC] Improvements for BUILD_VECTOR Vol. 1 by Nemanja Ivanovic · 9 years ago
  46. e58c265 [SLP] Add a new test for tree vectorization starting from insertelement by Alexey Bataev · 9 years ago
  47. 341c07b [X86] Moved getTargetConstantFromNode function so a future patch is more understandable. NFCI. by Simon Pilgrim · 9 years ago
  48. b67e91e [GVNHoist] Rename variables. by Aditya Kumar · 9 years ago
  49. 06f7518 [GVNHoist] Enable aggressive hoisting when optimizing for code-size by Aditya Kumar · 9 years ago
  50. bdcd71d [X86][SSE] Add initial support for combining target shuffles to (V)PMOVZX. by Simon Pilgrim · 9 years ago
  51. c02671c Avoid repeated calls to MVT::getScalarSizeInBits(). NFCI. by Simon Pilgrim · 9 years ago
  52. f4ee49f [X86][SSE] Added tests showing missed combines to (V)PMOVZX by Simon Pilgrim · 9 years ago
  53. e1b9ddf [PM] Fix a bad invalid densemap iterator bug in the new invalidation logic. by Chandler Carruth · 9 years ago
  54. 15bd673 [StringRef] Use default member initializers and = default. by Malcolm Parsons · 9 years ago
  55. 62c10d6 [SLPVectorizer] Improved support of partial tree vectorization. by Alexey Bataev · 9 years ago
  56. 14cd316 Test commit. Comment changes. NFC. by Warren Ristow · 9 years ago
  57. a0894a8 Bitcode: Change expected layout of module blocks. by Peter Collingbourne · 9 years ago
  58. c2ee6e2 [asan/win] Align global registration metadata to its size by Reid Kleckner · 9 years ago
  59. d39b310 AMDGPU/SI: Avoid moving PHIs to VALU when phi values are defined in scalar branches by Tom Stellard · 9 years ago
  60. bde207a Recognize ${:uid} escapes in intel syntax inline asm by Reid Kleckner · 9 years ago
  61. 825a8f8 [GVN, OptDiag] Print the interesting instructions involved in missed load-elimination by Adam Nemet · 9 years ago
  62. 92c01d8 [DAG] clean up foldSelectCCToShiftAnd(); NFCI by Sanjay Patel · 9 years ago
  63. c3402f3 Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS by Mehdi Amini · 9 years ago
  64. 2431dc2 Add error checking for Mach-O universal files. by Kevin Enderby · 9 years ago
  65. 7b6b980 Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch by Mehdi Amini · 9 years ago
  66. 78a6806 [PM] Extend the explicit 'invalidate' method API on analysis results to by Chandler Carruth · 9 years ago
  67. f75edf0 cmake: Set rpath for loadable modules as well as shared libraries. by Peter Collingbourne · 9 years ago
  68. 56089e7 [SROA] Drop lifetime.start/end intrinsics when they block promotion. by Eli Friedman · 9 years ago
  69. 2365a7c [DAG] add helper function for selectcc --> and+shift transforms; NFC by Sanjay Patel · 9 years ago
  70. b54cba4 Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  71. d86b9f2 [DebugInfo] Add support for DW_AT_main_subprogram on subprograms by David Blaikie · 9 years ago
  72. 05bdd2e MachineScheduler: Export function to construct "default" scheduler. by Matthias Braun · 9 years ago
  73. 6f1fc60 Revert r287637 "[wasm] hack around test failure after r287553." by Artem Belevich · 9 years ago
  74. ab827bd [AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition copies by Stanislav Mekhanoshin · 9 years ago
  75. 46cc792 Revert r287553: [CodeGenPrep] Skip merging empty case blocks by Joerg Sonnenberger · 9 years ago
  76. 2e72c7b [StructurizeCFG] Use range-based for loops. by Justin Lebar · 9 years ago
  77. 38c5492 [StructurizeCFG] Refactor NearestCommonDominator. by Justin Lebar · 9 years ago
  78. 0ffe6c0 [X86][SSE] Add initial support for combining (V)PMOVZX with shuffles. by Simon Pilgrim · 9 years ago
  79. 01ad79b [GVN, OptDiag] Include the value that is forwarded in load elimination by Adam Nemet · 9 years ago
  80. e9741d2 [GVN] Basic optimization remark support by Adam Nemet · 9 years ago
  81. 55a0fd2 [x86] fix formatting; NFC by Sanjay Patel · 9 years ago
  82. 8459d93 [CMAKE] fix LLVM_OPTIMIZED_TABLEGEN for Visual Studio by Daniil Fukalov · 9 years ago
  83. 5e45db3 [LTO] Move finishOptimizationRemarks after codegen by Adam Nemet · 9 years ago
  84. 8edff6c [X86][SSE] Added support for combining bit-shifts with shuffles. by Simon Pilgrim · 9 years ago
  85. 2ef5665 [X86][SSE] Added tests showing missed combines of shifts with shuffles. by Simon Pilgrim · 9 years ago
  86. 3b038a2 Test commit by Daniel Cederman · 9 years ago
  87. 78f5fdf Revert "[DAG] Improve loads-from-store forwarding to handle TokenFactor" by Nirav Dave · 9 years ago
  88. ee055c7 [SystemZ] Fix build bot fallout from r288030 by Ulrich Weigand · 9 years ago
  89. 7e1b0a5 [SystemZ] Support execution hint instructions by Ulrich Weigand · 9 years ago
  90. 5952400 [SystemZ] Support load-and-trap instructions by Ulrich Weigand · 9 years ago
  91. 3079ca7 [SystemZ] Add remaining branch instructions by Ulrich Weigand · 9 years ago
  92. 0291833 [SystemZ] Improve use of conditional instructions by Ulrich Weigand · 9 years ago
  93. 325cb70 [InlineCost] Reduce inline thresholds to compensate for cost changes by James Molloy · 9 years ago
  94. 0afff63 [PM] Remove weird marking of invalidated analyses as "preserved". by Chandler Carruth · 9 years ago
  95. 6f0da3f [ThreadPool] Rollback recent changes until I figure out the breakage. by Davide Italiano · 9 years ago
  96. 2905563 [ThreadPool] Remove outdated comment after r288016. by Davide Italiano · 9 years ago
  97. 9bb8d18 [ThreadPool] Simplify the interface. NFCI. by Davide Italiano · 9 years ago
  98. 9fdd2a6 Revert "Improve error handling in YAML parsing" by Mehdi Amini · 9 years ago
  99. 8db10dd Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  100. 28f31d7 [PM] Add an ASCII-art diagram for the call graph in the CGSCC unit test. by Chandler Carruth · 9 years ago