1. 2f778b8 [Loopinfo] Remove one latch-case in getLoopID. NFC. by Michael Kruse · 7 years ago
  2. d532f4a [MachineOutliner][NFC] Don't map more illegal instrs than you have to by Jessica Paquette · 7 years ago
  3. 95c3497 [X86ISel] Implement byval lowering for Win64 calling convention by Keno Fischer · 7 years ago
  4. a5c8509 [AMDGPU] Initialize instruction itinerary from GCNSubtarget by Stanislav Mekhanoshin · 7 years ago
  5. d2dad54 Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." by Alexander Kornienko · 7 years ago
  6. bd60c64 [CVP] Handle instructions with no user. No need to create CVPLattice state. This handles terminator instructions and more. by Xin Tong · 7 years ago
  7. 49ff058 Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index."" by Amara Emerson · 7 years ago
  8. 468784f [DebugInfo] Remove redundant argument. [NFC] by Jonas Devlieghere · 7 years ago
  9. a72fb54 [ARM] Cleanup ARM CGP isSupportedValue by Sam Parker · 7 years ago
  10. 222bbfa Fix "not all control paths return a value" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
  11. d377332 [ARM] Disallow icmp with negative imm and overflow by Sam Parker · 7 years ago
  12. 7fa1548 Fix vectorization of canonicalize by Matt Arsenault · 7 years ago
  13. edd72b2 [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
  14. bb05e42 Use createTemporaryFile in SampleProfTest by Alexander Kornienko · 7 years ago
  15. 5201dae [llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency. by Guillaume Chatelet · 7 years ago
  16. bec58f4 [PowerPC] Fix label address calculation for ppc64 by Strahinja Petrovic · 7 years ago
  17. b981f4f Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
  18. f61c769 [llvm-objcopy] Add missing alias for --strip-all-gnu by Alexander Shaposhnikov · 7 years ago
  19. c714b1a [NFC] Turn unsigned counters into boolean flags by Max Kazantsev · 7 years ago
  20. 9f47370 [DebugInfo] Fix build when std::vector::iterator is a pointer by Kristina Brooks · 7 years ago
  21. b898352 [X86][SSE] Always enable ISD::SRL -> ISD::MULHU for v8i16 by Simon Pilgrim · 7 years ago
  22. 3b44c2b [X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16 by Simon Pilgrim · 7 years ago
  23. 9d4952d [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) by Sanjay Patel · 7 years ago
  24. 34dfc52 [x86] fix uses check in broadcast transform (PR38949) by Sanjay Patel · 7 years ago
  25. f9864b8 [x86] add failure to splat test (PR38949); NFC by Sanjay Patel · 7 years ago
  26. ef63e2e [NFC][InstCombine] One more test pattern for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
  27. 2d59e21 Fix -Wdangling-else gcc warning. NFCI. by Simon Pilgrim · 7 years ago
  28. c700c57 [NFC][InstCombine] Some more tests for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
  29. 37b4d01 [llvm-readobj] Make some commonly used short options visibile in -help by Fangrui Song · 7 years ago
  30. d524739 Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193) by Nico Weber · 7 years ago
  31. becd18d [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub (zext x), (zext y)) --> (zext (sub x, y)) by Craig Topper · 7 years ago
  32. 23d6890 Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID. by Nico Weber · 7 years ago
  33. 53bb7b2 Update microsoftDemangle() to work more like itaniumDemangle(). by Nico Weber · 7 years ago
  34. c10b814 [X86][SSE] Fix insertps load combine test name by Simon Pilgrim · 7 years ago
  35. af350d5 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO_FP_i64. by Craig Topper · 7 years ago
  36. b7d1fd0 [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C)) by Craig Topper · 7 years ago
  37. d2aa336 [NFC] minor cleanup in PassManagerInternal.h by Fedor Sergeev · 7 years ago
  38. 8ec990d [InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38814) by Sanjay Patel · 7 years ago
  39. bb7b598 Fix line endings. NFCI. by Simon Pilgrim · 7 years ago
  40. 4c3db1c [InstCombine] Inefficient pattern for high-bits checking 3 (PR38708) by Roman Lebedev · 7 years ago
  41. bfa7594 [CodeGenPrepare] Preserve debug locs in OptimizeExtractBits by Vedant Kumar · 7 years ago
  42. f4a23c6 [WebAssembly][NFC] Generalize operand numbers in SIMD tests by Thomas Lively · 7 years ago
  43. db12109 [WebAssembly] SIMD shifts by Thomas Lively · 7 years ago
  44. 5455b4c Fix filesystem race issue in SampleProfTest introduced in rL342283. by Wei Mi · 7 years ago
  45. 8416bf9 [WebAssembly] SIMD neg by Thomas Lively · 7 years ago
  46. 903e31c [PDB] Make the pretty dumper output modified types. by Zachary Turner · 7 years ago
  47. 6b3512c [BreakFalseDeps] Fix bad formatting. NFC by Craig Topper · 7 years ago
  48. fd83776 [InstCombine] refactor mul narrowing folds; NFCI by Sanjay Patel · 7 years ago
  49. 3d8fe26 Attempt to unbreak the build after r342286. by Adrian Prantl · 7 years ago
  50. d84a0a2 [InstCombine] add/use overflowing math helper functions; NFC by Sanjay Patel · 7 years ago
  51. bc154d8 [PowerPC] Fix the calling convention for i1 arguments on PPC32 by Lion Yang · 7 years ago
  52. 53fdce9 [WebAssembly][NFC] Move SIMD encoding tests to dedicated file by Thomas Lively · 7 years ago
  53. c839b30 Add missing include. by Zachary Turner · 7 years ago
  54. a87575e [codeview] Remove dead code by Reid Kleckner · 7 years ago
  55. 932287b [PDB] Refactor a little of the Symbol creation code. by Zachary Turner · 7 years ago
  56. ec13dea [SampleFDO] Add FunctionOffsetTable in compact binary format profile. by Wei Mi · 7 years ago
  57. 3d6400d test/Other/can-execute.txt: delete %t after the test by Fangrui Song · 7 years ago
  58. 03a74f0 [InstCombine] refactor add narrowing folds; NFCI by Sanjay Patel · 7 years ago
  59. 0c63631 HotColdSplit: fix invalid SSA due to outlining by Sebastian Pop · 7 years ago
  60. b2928cc HotColdSplit: fix isSingleEntrySingleExit by Sebastian Pop · 7 years ago
  61. b0ea735 HotColdSplit: add back propagation to extend cold regions by Sebastian Pop · 7 years ago
  62. 17c04c4 [InstCombine] add more tests for add narrowing folds; NFC by Sanjay Patel · 7 years ago
  63. e5875c4 [WebAssembly][NFC] Fix unconventional test names by Thomas Lively · 7 years ago
  64. 0686088 Remove unused DIASession field by Reid Kleckner · 7 years ago
  65. 6b2a177 AMDGPU: Clear the bits before they are being set in program resource registers by Konstantin Zhuravlyov · 7 years ago
  66. 7b77a6b Fix lit/example/many-tests pickling issue by Alex Langford · 7 years ago
  67. f43a94c Test commit access by Lion Yang · 7 years ago
  68. 388e636 Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index." by Reid Kleckner · 7 years ago
  69. f09790f Fix debug info for SelectionDAG legalization of DAG nodes with two results. by Adrian Prantl · 7 years ago
  70. 156c648 [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool by Steven Wu · 7 years ago
  71. 70de09a Revert r342210 "[ARM] bottom-top mul support in ARMParallelDSP" by Reid Kleckner · 7 years ago
  72. 1b5dda4 Revert a line-endings change that somehow got included with rL342257 by Simon Pilgrim · 7 years ago
  73. 4c19866 [X86][SSE] Lower shuffles to permute(unpack(x,y)) (PR31151) by Simon Pilgrim · 7 years ago
  74. 719fa90 [X86] Re-generate test checks using current version of the script. NFC by Craig Topper · 7 years ago
  75. 02dc081 [InstCombine] rename test file to better describe the fold; NFC by Sanjay Patel · 7 years ago
  76. 57ce6fd [InstCombine] remove unnecessary target constraints for tests; NFC by Sanjay Patel · 7 years ago
  77. 194522e [InstCombine] move test next to related tests; NFC by Sanjay Patel · 7 years ago
  78. 91197d3 [InstCombine] remove stall comment from test file; NFC by Sanjay Patel · 7 years ago
  79. 59d74e3 [InstCombine] regenerate test checks; NFC by Sanjay Patel · 7 years ago
  80. 8c4c37e Introduce explicit add_unittest_with_input_files target for tests that use llvm::getInputFileDirectory() by Nico Weber · 7 years ago
  81. 71e8649 fix noasserts build by Adrian Prantl · 7 years ago
  82. b804bf5 SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output by Adrian Prantl · 7 years ago
  83. 7eee232 Revert r342233. by James Henderson · 7 years ago
  84. 6764b45 fix typos by Adrian Prantl · 7 years ago
  85. f9c79b4 [InstCombine] add more tests for x86 blendv (PR38814); NFC by Sanjay Patel · 7 years ago
  86. 821226e [X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on btver2 by Simon Pilgrim · 7 years ago
  87. 7ac6bf7 [X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR BMI1 instructions by Simon Pilgrim · 7 years ago
  88. b0614b1 [ThinLTO]Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
  89. 3dd28f0 [AMDGPU] Ensure trig range reduction only used for subtargets that require it by David Stuttard · 7 years ago
  90. dbed722 [DWARF] reposting r342048, which was reverted in r342056 due to buildbot by Wolfgang Pieb · 7 years ago
  91. ad72545 [ARM] bottom-top mul support in ARMParallelDSP by Sam Parker · 7 years ago
  92. 95265ff [LoopInterchange] Preserve ScalarEvolution, by forgetting about interchanged loops. by Florian Hahn · 7 years ago
  93. e7a6d63 [SystemZ] Adjust cost functions for subtargets that use LI + LOC instead of IPM by Jonas Paulsson · 7 years ago
  94. 54e576d [Support] Treat null bytes as separator in windows command line strings by Martin Storsjo · 7 years ago
  95. 0d8c8e5 [InstCombine] Add some test cases for (add (sext x), (sext y)) --> (sext (add int x, y)) and (mul (sext x), (sext y)) --> (sext (mul x, y)). NFC by Craig Topper · 7 years ago
  96. 221adaa [NFC] Remove meaningless code from GVN by Max Kazantsev · 7 years ago
  97. 5d8f7de by Hideki Saito · 7 years ago
  98. a858f4f [VPlan] Implement initial vector code generation support for simple outer loops. by Hideki Saito · 7 years ago
  99. 2a6d3ac [NFC] Link LLVMCore into LLVMExegesisARMTests. by Richard Diamond · 7 years ago
  100. 5d02c0f [AMDGPU] Removed unused method by Tim Renouf · 7 years ago