1. 56bb9a4 [asan] Disable checking of arguments passed by value for --asan-force-dynamic-shadow by Vitaly Buka · 8 years ago
  2. 483cdb4 Add -asan-force-dynamic-shadow test by Vitaly Buka · 8 years ago
  3. ab13f9b [SelectionDAG] reset NewNodesMustHaveLegalTypes flag between basic blocks by Guy Blank · 8 years ago
  4. 14cde8c [Reassociate] Use a range loop for clarity. NFCI. by Davide Italiano · 8 years ago
  5. 02e5755 [Reassociate] Try to bail out early when canonicalizing. by Davide Italiano · 8 years ago
  6. 6947318 [InstCombine] Remove shift handling from OptAndOp. by Craig Topper · 8 years ago
  7. dc2e525 [InstCombine] Support (X ^ C1) & C2 --> (X & C2) ^ (C1&C2) for vector splats. by Craig Topper · 8 years ago
  8. 6b4cc4f [InstCombine] Support '(C - X) ^ signmask -> (C + signmask - X)' and '(X + C) ^ signmask -> (X + C + signmask)' for vector splats. by Craig Topper · 8 years ago
  9. 4bd72a8 [SLPVectorizer][X86] Cleanup test case. NFCI by Simon Pilgrim · 8 years ago
  10. 157c931 [llvm-dlltool] Map the "arm64" machine type by Martin Storsjo · 8 years ago
  11. 4e37712 AMDGPU: Fix typo in feature description by Matt Arsenault · 8 years ago
  12. f49c401 [x86] use more shift or LEA for select-of-constants by Sanjay Patel · 8 years ago
  13. f47cc28 [X86] Add comment to match closing Defs = [FPSW]. NFCI. by Simon Pilgrim · 8 years ago
  14. f8f0210 [X86][X87] Regenerate inline-asm tests by Simon Pilgrim · 8 years ago
  15. 5d99b15 [AVR] Compute code model if one is not provided by Meador Inge · 8 years ago
  16. 1256b9b [X86][X87] Add test case for PR34080 by Simon Pilgrim · 8 years ago
  17. 946e6ed [InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c) --> (-c-1)-X for splat vectors. by Craig Topper · 8 years ago
  18. a8f11c1 [X86] Enable isel to use the PAUSE instruction even when SSE2 is disabled by Craig Topper · 8 years ago
  19. 549896a [ADT] Add a much simpler loop to DenseMap::clear when the types are by Chandler Carruth · 8 years ago
  20. 96fa222 [InstCombine] Regenerate test28_sub test case in xor.ll that I forgot to commit after fixing a typo in r310186. by Craig Topper · 8 years ago
  21. e9e9a55 [InstCombine] Fold (C - X) ^ signmask -> (C + signmask - X). by Craig Topper · 8 years ago
  22. c5136a3 [InstCombine] Teach the code that pulls logical operators through constant shifts to handle vector splats too. by Craig Topper · 8 years ago
  23. 6eef5df [InstCombine] Support vector splats in foldSelectICmpAnd. by Craig Topper · 8 years ago
  24. f24c466 [SLPVectorizer] Add extra parameter to setInsertPointAfterBundle to handle different opcodes, NFCI. by Dinar Temirbulatov · 8 years ago
  25. 1ca12ab [InstCombine] refactor trunc(binop) transforms; NFCI by Sanjay Patel · 8 years ago
  26. d47a4f2 [ARM] The ARM backend is MachineVerifier clean now. by Florian Hahn · 8 years ago
  27. d08104f [ARM] Add registers to debuginfo MIR test cases. by Florian Hahn · 8 years ago
  28. 0b26163 [LCG] Remove yet another variable only used inside of asserts. by Chandler Carruth · 8 years ago
  29. e291555 [LCG] Fold otherwise unused variable into assert. by Benjamin Kramer · 8 years ago
  30. e1f2d6c IPRA: Don't crash on null getCallPreservedMask by Matt Arsenault · 8 years ago
  31. 3ae1e28 [LCG] Completely remove the parent set and leaf tracking for RefSCCs. by Chandler Carruth · 8 years ago
  32. 8d16ccb [LCG] Re-implement the basic isParentOf, isAncestorOf, isChildOf, and by Chandler Carruth · 8 years ago
  33. 95f263e [LCG] Add the concept of a "dead" node and use it to avoid a complex by Chandler Carruth · 8 years ago
  34. a4861e0 [AArch64] LSE Atomics reorg - part 1 by Joel Jones · 8 years ago
  35. d2f3f4a [LCG] Replace an implicit bool operator with a named function. (NFC) by Chandler Carruth · 8 years ago
  36. 9468df9 [LCG] When removing a dead function and clearing out the data by Chandler Carruth · 8 years ago
  37. e9f7200 [LCG] Rather than walking the directed graph structure to update graph by Chandler Carruth · 8 years ago
  38. fa10468 [LCG] Remove the complex walk of the parent sets to update graph pointers. by Chandler Carruth · 8 years ago
  39. 854685a [LCG] Remove the use of the parent sets to compute connectivity when by Chandler Carruth · 8 years ago
  40. a64054e [InstCombine] In foldSelectICmpAnd, if we need to to truncate from the 'and' type to the 'select' type, do it after shifting right instead of just bailing. by Craig Topper · 8 years ago
  41. b2f312f Commit the local change I had to make my test pass by Reid Kleckner · 8 years ago
  42. 2b6fdd5 [X86] Teach fastisel to select calls to dllimport functions by Reid Kleckner · 8 years ago
  43. dea6df7 [libFuzzer] use the in-binary pc table (instead of PCs captured at run-time) to implement -exit_on_src_pos by Kostya Serebryany · 8 years ago
  44. 39007cc [X86] Regenerate the fsin/fcos instruction test using update_llc_test_checks.py. NFC by Craig Topper · 8 years ago
  45. fdd2cc8 [llvm][llvm-objcopy] When outputting to binary don't output segments that cover no sections by Petr Hosek · 8 years ago
  46. 0b67c73 [libFuzzer] print PCs using the in-binary PC-table instead of relying on PCs captured at run-time by Kostya Serebryany · 8 years ago
  47. 2d30fac Enable llvm-pdbutil to list enumerations using native PDB reader by Adrian McCarthy · 8 years ago
  48. 09cd716 [InstCombine] narrow truncated add/sub/mul with constant by Sanjay Patel · 8 years ago
  49. 033f8ef [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on Windows by Reid Kleckner · 8 years ago
  50. 7028c65 Fix broken PDB tests. by Zachary Turner · 8 years ago
  51. d3a55a8 BlockPlacement: add a flag to force cold block outlining w/o a profile. by Kyle Butt · 8 years ago
  52. ebe12ac [pdbutil] When dumping section contribs, show the section name. by Zachary Turner · 8 years ago
  53. 125fb1e Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy" by Petr Hosek · 8 years ago
  54. d7f757c [libFuzzer] re-enable fuzzer-printcovpcs.test by Kostya Serebryany · 8 years ago
  55. 645c1ad Remove unused include directive and un-break the module build. by Adrian Prantl · 8 years ago
  56. 4aabf12 Revert r310055, it caused PR34074. by Nico Weber · 8 years ago
  57. 310c521 [InstCombine] add vector tests for truncated math; NFC by Sanjay Patel · 8 years ago
  58. 5b11a64 Revert r310058, it caused PR34073. by Nico Weber · 8 years ago
  59. edab1e1 [SCEV] Preserve NSW information for sext(subtract). by Amara Emerson · 8 years ago
  60. f646c27 [GlobalISel] Remove the GISelAccessor API. by Quentin Colombet · 8 years ago
  61. 3fbb046 [GlobalISel] Remove a stall comment in CMake. by Quentin Colombet · 8 years ago
  62. 369072e [libFuzzer] make a test more robust by Kostya Serebryany · 8 years ago
  63. 6a3fa85 [libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests by Kostya Serebryany · 8 years ago
  64. 6c8e8ae [llvm-pdbutil] Dump image section headers. by Zachary Turner · 8 years ago
  65. c4d2f87 [libFuzzer] split one test into several by Kostya Serebryany · 8 years ago
  66. 1b30756 [InstCombine] auto-generate test checks; NFC by Sanjay Patel · 8 years ago
  67. ba96863 [libFuzzer tests] Only enable libFuzzer tests if by George Karpenkov · 8 years ago
  68. e6a2101 [SystemZ] Add support for 128-bit atomic load/store/cmpxchg by Ulrich Weigand · 8 years ago
  69. 48ff7cf [SystemZ] Eliminate unnecessary serialization operations by Ulrich Weigand · 8 years ago
  70. cb6d182 Fix PR33514 by Evgeny Stupachenko · 8 years ago
  71. abc4b62 [libFuzzer] make trace-pc.test more reliable by Kostya Serebryany · 8 years ago
  72. c300b1a [AMDGPU] Implement llvm.amdgcn.set.inactive intrinsic by Connor Abbott · 8 years ago
  73. ecf5739 [AMDGPU] Add support for Whole Wavefront Mode by Connor Abbott · 8 years ago
  74. 6ba4865 [AMDGPU] refactor WQM pass in preparation for WWM (NFCI) by Connor Abbott · 8 years ago
  75. 7af89e5 [AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM by Connor Abbott · 8 years ago
  76. 3b02977 [MachineOperand] Add ChangeToTargetIndex method. NFC by Marcello Maggioni · 8 years ago
  77. 0e5ac4b [Support] Remove getPathFromOpenFD, it was unused by Reid Kleckner · 8 years ago
  78. e22da6a Fixing buildbots: do not register check-fuzzer if clang or asan are not present. by George Karpenkov · 8 years ago
  79. dd5a253 Drop Windows support from libFuzzer tests. by George Karpenkov · 8 years ago
  80. 32fab33 Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer. by George Karpenkov · 8 years ago
  81. f4bea569 [Inliner] Fix a typo in option description. NFC. by Easwaran Raman · 8 years ago
  82. b20675f [ARM] Use searchable-table for banked registers by Javed Absar · 8 years ago
  83. c7429cb [ArgPromotion] Preserve alignment of byval argument in new alloca by Reid Kleckner · 8 years ago
  84. e2caf82 [ConstantInt] Use ConstantInt::getValue instead of Constant::getUniqueInteger in a few places where we obviously have a ConstantInt. NFC by Craig Topper · 8 years ago
  85. ad5495a [AArch64] Fix an assertion for pre-index generation with unscaled loads/stores. by Chad Rosier · 8 years ago
  86. 16768ce Adjust the hotness threshold from 99.9% to 99%. by Dehao Chen · 8 years ago
  87. 201cf7e [InstCombine] Fold single-use variable into assert. by Benjamin Kramer · 8 years ago
  88. 582a2bb [InstCombine] Remove the (not (sext)) case from foldBoolSextMaskToSelect and inline the remaining code to match visitOr by Craig Topper · 8 years ago
  89. 19f5e62 [InstCombine] Use ConstantInt::getFalse to reduce some code. NFC by Craig Topper · 8 years ago
  90. 4c314d6 [ThinLTO] Add FunctionAttrs to ThinLTO index by Charles Saternos · 8 years ago
  91. 4e29225 [InstCombine] narrow lshr with constant by Sanjay Patel · 8 years ago
  92. 1372527 [AMDGPU][MC] Enabled expressions as operands by Dmitry Preobrazhensky · 8 years ago
  93. c5cebfc [DAGCombiner] Extending pattern detection for vector shuffle. by Simon Pilgrim · 8 years ago
  94. 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
  95. 406ae06 [InstCombine] Canonicalize clamp of float types to minmax in fast mode. by Nikolai Bozhenov · 8 years ago
  96. 8a7f237 Add some tests for cast+clamp/min/max before D33186. by Nikolai Bozhenov · 8 years ago
  97. 35b05a2 [AMDGPU] Fixed MSVC build break by Florian Gross · 8 years ago
  98. 9f96341 [mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP by Zoran Jovanovic · 8 years ago
  99. 3898809 [Polly][PM] Register polly passes with the opt tool for the new-pm path by Philip Pfaffe · 8 years ago
  100. b7e74df Do not declare a variable which is used only in assert. NFC by Max Kazantsev · 8 years ago