1. 201cf7e [InstCombine] Fold single-use variable into assert. by Benjamin Kramer · 8 years ago
  2. 582a2bb [InstCombine] Remove the (not (sext)) case from foldBoolSextMaskToSelect and inline the remaining code to match visitOr by Craig Topper · 8 years ago
  3. 19f5e62 [InstCombine] Use ConstantInt::getFalse to reduce some code. NFC by Craig Topper · 8 years ago
  4. 4c314d6 [ThinLTO] Add FunctionAttrs to ThinLTO index by Charles Saternos · 8 years ago
  5. 4e29225 [InstCombine] narrow lshr with constant by Sanjay Patel · 8 years ago
  6. 1372527 [AMDGPU][MC] Enabled expressions as operands by Dmitry Preobrazhensky · 8 years ago
  7. c5cebfc [DAGCombiner] Extending pattern detection for vector shuffle. by Simon Pilgrim · 8 years ago
  8. f27bcb0 [DSE] Merge stores when the later store only writes to memory locations the early store also wrote to. by Filipe Cabecinhas · 8 years ago
  9. 406ae06 [InstCombine] Canonicalize clamp of float types to minmax in fast mode. by Nikolai Bozhenov · 8 years ago
  10. 8a7f237 Add some tests for cast+clamp/min/max before D33186. by Nikolai Bozhenov · 8 years ago
  11. 35b05a2 [AMDGPU] Fixed MSVC build break by Florian Gross · 8 years ago
  12. 9f96341 [mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP by Zoran Jovanovic · 8 years ago
  13. 3898809 [Polly][PM] Register polly passes with the opt tool for the new-pm path by Philip Pfaffe · 8 years ago
  14. b7e74df Do not declare a variable which is used only in assert. NFC by Max Kazantsev · 8 years ago
  15. 9a16b8e [IRCE] Handle loops with step different from 1/-1 by Max Kazantsev · 8 years ago
  16. 6069fa8 [AMDGPU] Preserve inverted bit in SI_IF in presence of SI_KILL by Stanislav Mekhanoshin · 8 years ago
  17. 58d5526 Avoid comparison between signed and unsigned in SCEVExitLimitForget tests by Max Kazantsev · 8 years ago
  18. 3acb6cc [AVR] Update target machine to use new constructor parameters by Dylan McKay · 8 years ago
  19. 0114fa1 [IRCE] Recognize loops with unsigned latch conditions by Max Kazantsev · 8 years ago
  20. e307afa Revert "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy" by Petr Hosek · 8 years ago
  21. 0852af3 [InstCombine] Move the call to foldSelectICmpAnd into foldSelectInstWithICmp. NFCI by Craig Topper · 8 years ago
  22. 28374e9 [InstCombine] Remove unnecessary casts. NFC by Craig Topper · 8 years ago
  23. 3dadee3 Fix SCEVExitLimitForget tests to make Sanitizer happy by Max Kazantsev · 8 years ago
  24. 2801a44 Prevent unused warning in non-assert builds (introduced in r310014). by Daniel Jasper · 8 years ago
  25. e9c33c9 Un-revert r310014: false revert, it wasn't the cause of build break by Victor Leschuk · 8 years ago
  26. dbdaecd Revert r310014 as it breaks build lld-x86_64-darwin13 by Victor Leschuk · 8 years ago
  27. cff44d5 Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy" by Petr Hosek · 8 years ago
  28. 89c78d2 [Support] Update comments about stdout, raw_fd_ostream, and outs() by Reid Kleckner · 8 years ago
  29. f413d6c Teach GlobalSRA to update the debug info for split-up globals. by Adrian Prantl · 8 years ago
  30. 1a05d24 [AMDGPU] Add missing hazard for DPP-after-EXEC-write by Connor Abbott · 8 years ago
  31. c7e789c [llvm-cov] Ignore unclosed line segments when setting line counts by Vedant Kumar · 8 years ago
  32. 0f0fd42 [llvm-cov] NFC: make_unique-ify two allocations by Vedant Kumar · 8 years ago
  33. ca0f9bb Disable libFuzzer tests on Windows by George Karpenkov · 8 years ago
  34. 4bc3e83 Revert "[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true" by Vitaly Buka · 8 years ago
  35. dbc0730 AMDGPU: Remove pointless asserts by Matt Arsenault · 8 years ago
  36. dad922a Use profile summary to disable peeling for huge working sets by Teresa Johnson · 8 years ago
  37. 0856e7a AMDGPU: Don't use report_fatal_error for unsupported call types by Matt Arsenault · 8 years ago
  38. dfb2cfe AMDGPU: Remove error on calls for amdgcn by Matt Arsenault · 8 years ago
  39. 688929e AMDGPU: Fix implicitarg.ptr handling special inputs by Matt Arsenault · 8 years ago
  40. 25237b0 Support: WOA64 and WOA Signals by Martell Malone · 8 years ago
  41. 7f318ae [llvm-pdbutil] Add an option to only dump specific module indices. by Zachary Turner · 8 years ago
  42. c601597 AMDGPU: Pass special input registers to functions by Matt Arsenault · 8 years ago
  43. 6b658aa Fix typo. by Eric Christopher · 8 years ago
  44. c8c7578 AMDGPU: Add analysis pass for function argument info by Matt Arsenault · 8 years ago
  45. 2bbed02 [Inliner] Increase threshold for hot callsites without PGO. by Easwaran Raman · 8 years ago
  46. a107abe [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  47. 4bcb103 DAG: Provide access to Pass instance from SelectionDAG by Matt Arsenault · 8 years ago
  48. f6eeaf6 [GlobalISel] Make GlobalISel a non-optional library. by Quentin Colombet · 8 years ago
  49. 0d362a2 [NewGVN] Fix the case where we have a phi-of-ops which goes away. by Davide Italiano · 8 years ago
  50. 63c839a [PDB] Fix section contributions by Reid Kleckner · 8 years ago
  51. a75318a [LVI] Constant-propagate a zero extension of the switch condition value through case edges by Hiroshi Yamauchi · 8 years ago
  52. 357013f Move unit test to the proper location by Taewook Oh · 8 years ago
  53. c593673 [llvm-pdbutil] Allow diff to force module equivalencies. by Zachary Turner · 8 years ago
  54. 48c84d8 [libFuzzer] Un-reverting change in tests after fixing the failure on Linux. by George Karpenkov · 8 years ago
  55. 6615aea test commit by Connor Abbott · 8 years ago
  56. cdfc174d Fix llvm-for-windows-on-linux build after LLVM r272701. by Nico Weber · 8 years ago
  57. 123eaba Fix check-lit compatibility with multi-config CMake generators by Greg Bedwell · 8 years ago
  58. aebcb9c Disable loop peeling during full unrolling pass. by Teresa Johnson · 8 years ago
  59. b65c3a9 Do not want to use BFI to get profile count for sample pgo by Dehao Chen · 8 years ago
  60. 5c7ada7 [X86] Adding a test for vector shuffle extractions. by Simon Pilgrim · 8 years ago
  61. c984bb0 Revert "[AArch64] Simplify AES*Tied pseudo expansion (NFC)." by Tim Northover · 8 years ago
  62. a162bcc [X86][AVX512] Tidied up v64i8 vector shuffle tests with triple by Simon Pilgrim · 8 years ago
  63. d865f4b AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGPRCopies only when sources and destination are all sgprs by Changpeng Fang · 8 years ago
  64. 61e4e61 Fix use after free in unit test. by Benjamin Kramer · 8 years ago
  65. b6b0324 [DAG] Allow merging of stores of vector loads by Nirav Dave · 8 years ago
  66. 4247581 Revert r309923, it caused PR34045. by Nico Weber · 8 years ago
  67. 53e7817 [TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true by Nirav Dave · 8 years ago
  68. 9360b2e [NewGVN] fix typos; NFC by Sanjay Patel · 8 years ago
  69. 34ac720 [BDCE] add tests to show invalid/incomplete transforms by Sanjay Patel · 8 years ago
  70. c580a5c [GlobalISel] Only merge memory ops for mayLoad or mayStore instrs. by Florian Hahn · 8 years ago
  71. b587c9e [LiveDebugVariables] Use lexical scope to trim debug value live intervals by Robert Lougher · 8 years ago
  72. 7b9531e Prune linefeed at eof. by NAKAMURA Takumi · 8 years ago
  73. dd3b410 llvm/Support/CodeGenCWrappers.h: Add missing "llvm/ADT/Optional.h", to fix modules build. by NAKAMURA Takumi · 8 years ago
  74. 441e1a2 [SelectionDAG] Resolve PR33978. by Simon Dardis · 8 years ago
  75. f133b32 Removed unused variabled from unit test by Max Kazantsev · 8 years ago
  76. 6eeae17 [Cloning] Move distinct GlobalVariable debug info metadata in CloneModule by Ewan Crawford · 8 years ago
  77. 14dbdbf [ARM] GlobalISel: Select simple G_GLOBAL_VALUE instructions by Diana Picus · 8 years ago
  78. 47af16e [X86] SET0 to use XMM registers where possible PR26018 PR32862 by Dinar Temirbulatov · 8 years ago
  79. 511c1a3 [SCEV] Re-enable "Cache results of computeExitLimit" by Max Kazantsev · 8 years ago
  80. daeea6f [globalisel][tablegen] Update a comment to use the name of the constant rather than the value. by Daniel Sanders · 8 years ago
  81. 0e06563 [ARM] Use ADDCARRY / SUBCARRY by Roger Ferrer Ibanez · 8 years ago
  82. dfd6a10 Fix WebAssembly target after r309911. by Daniel Jasper · 8 years ago
  83. a3b3711 Fix the ppc jit tests. by Rafael Espindola · 8 years ago
  84. 98bb5a4 [unittest] Remove TODO comment which caused concern by Tobias Grosser · 8 years ago
  85. cec5ec4 Add LLVM_FALLTHROUGH. by Rafael Espindola · 8 years ago
  86. 37ca700 [RegisterCoalescer] Add wrapper for Erasing Instructions by Sameer AbuAsal · 8 years ago
  87. 9aafb85 Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
  88. 65d41d8 [ARM] Tidy up banked registers encoding by Javed Absar · 8 years ago
  89. ca9f2fd Fix the bug when SampleProfileWriter writes out number of callsites. by Dehao Chen · 8 years ago
  90. d7247b5 Move two functions to a nicer spot. NFC. by Vedant Kumar · 8 years ago
  91. c563b04 Rely on autobrief, remove \briefs from a header. NFC. by Vedant Kumar · 8 years ago
  92. a8dfa81 [Coverage] Add an API to retrive all instantiations of a function (NFC) by Vedant Kumar · 8 years ago
  93. f6b5345 [llvm-cov] Respect the value of the -show-instantiations option by Vedant Kumar · 8 years ago
  94. 51c4734 Revert "[libFuzzer tests] Use substring comparison in libFuzzer tests" by George Karpenkov · 8 years ago
  95. 58dd3a3 AMDGPU/GlobalISel: Mark 32-bit G_FMUL as legal by Tom Stellard · 8 years ago
  96. 50b0dc9 [pdb/lld] Write a valid FPM. by Zachary Turner · 8 years ago
  97. 11625a0 [MSF] Move MSF unit tests to their own unittest target. by Zachary Turner · 8 years ago
  98. 34173de [pdbutil] Add a command to dump the FPM. by Zachary Turner · 8 years ago
  99. cd14d22 AMDGPU/R600: Initialize more passes by Tom Stellard · 8 years ago
  100. 630a4ac Xray docs with description of Flight Data Recorder binary format. by Keith Wyss · 8 years ago