1. 4e93d1c [X86] Make arithmetic operations cost model test saner. NFC. by Michael Kuperstein · 9 years ago
  2. a710d0d [NVPTX] Improve lowering of byval args of device functions. by Artem Belevich · 9 years ago
  3. 6e37dd7 Add back some dead code. by Rafael Espindola · 9 years ago
  4. 1963865 Delete some dead code. by Rafael Espindola · 9 years ago
  5. 1e67d66 [build] Make sure to link main executable with pthreads by Artem Belevich · 9 years ago
  6. 604d393 Fix PR28219: Use profile summary from reader and not compute it by Easwaran Raman · 9 years ago
  7. 11e2958 Add MemoryAccess creation and PHI creation APIs to MemorySSA by Daniel Berlin · 9 years ago
  8. b6e8ad3 [codeview] Add support for splitting field list records over 64KB by Reid Kleckner · 9 years ago
  9. f855e05 llvm-ar: correct typo by Saleem Abdulrasool · 9 years ago
  10. 5d6de09 [AArch64] Fix merge-store.ll regression test after r273271 by Silviu Baranga · 9 years ago
  11. f08563e Fix typo, NFC by Krzysztof Parzyszek · 9 years ago
  12. 8d600b5 [StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4 by Etienne Bergeron · 9 years ago
  13. 86a9578 [AArch64] Change the preferred alignment for char and short to word alignment by Evandro Menezes · 9 years ago
  14. a992667 [AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI by Silviu Baranga · 9 years ago
  15. 3dd50d3 fix indentation by Etienne Bergeron · 9 years ago
  16. 7e4cf0a [AArch64] Switch regression tests to test features not CPUs by Silviu Baranga · 9 years ago
  17. b4f51c3 This is part of the effort for asan to support Windows 64 bit. by Etienne Bergeron · 9 years ago
  18. 1582ea9 [codeview] Fix DenseMap pointer invalidation bug by Reid Kleckner · 9 years ago
  19. 1ab4e74 Strip trailing whitespace by Simon Pilgrim · 9 years ago
  20. 17236ae Switch to using an API that handles non-ASCII paths appropriately on Windows. by Aaron Ballman · 9 years ago
  21. db2950f Define a isPositionIndependent helper for ARMAsmPrinter. NFC. by Rafael Espindola · 9 years ago
  22. ffc20a9 [arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos. by Daniel Sanders · 9 years ago
  23. 6f24776 reverted the prev commit due to assertion failure by Elena Demikhovsky · 9 years ago
  24. 8ca9d2a Fixed consecutive memory access detection in Loop Vectorizer. by Elena Demikhovsky · 9 years ago
  25. 9200ab3 [TargetSchedule] Use 'isOutOfOrder' as possible to avoid magic number. NFC. by Junmo Park · 9 years ago
  26. 1592710 [AVX512] Add patterns for any-extending a mask that use the def of KMOVW/KMOVB without going through an EXTRACT_SUBREG and a MOVZX. by Craig Topper · 9 years ago
  27. 51ca6fa [AVX512] Use update_llc_test_checks.py to regenerate a test in preparation for a future commit. by Craig Topper · 9 years ago
  28. 02fb7c6 Revert "Change RelaxELFRelocations for llc." by James Y Knight · 9 years ago
  29. c136281 Replace silly uses of 'signed' with 'int' by David Majnemer · 9 years ago
  30. 9ce55a2 [TargetLibraryInfo] Reduce code duplication. by Davide Italiano · 9 years ago
  31. 4eee89e [AVX512] Remove the masked vpcmpeq/vcmpgt intrinsics and autoupgrade them to native icmps. by Craig Topper · 9 years ago
  32. 4492b0e TableGen/CodeGenSchedule: Move some getAllDerivedDefinitions() calls out of inner loops by Matthias Braun · 9 years ago
  33. d8210ad [X86] Pre-allocate SmallVector instead of using push_back in a loop. NFC by Craig Topper · 9 years ago
  34. be0513f clang format change /NFC by Xinliang David Li · 9 years ago
  35. 3747113 [ImplicitNullCchecks] NFC cleanup by Sanjoy Das · 9 years ago
  36. bc51bb9 [CFLAA] Be more aggressive with interprocedural analysis. by George Burgess IV · 9 years ago
  37. 812340e Use the same tag type across all PointerLikeTypeTraits specializations by Reid Kleckner · 9 years ago
  38. ae47c1d Simplify PICStyles. by Rafael Espindola · 9 years ago
  39. 6e4ee4f Attempt to make MSVC buildbots happy. by George Burgess IV · 9 years ago
  40. 4ac8718 [CFLAA] Add interprocedural function summaries. by George Burgess IV · 9 years ago
  41. 06026c4 [X86][SSE] Add cost model for BSWAP of vectors by Simon Pilgrim · 9 years ago
  42. bf57e9c [X86][X87] Fix issue with sitofp i64 -> fp128 on 32-bit targets by Simon Pilgrim · 9 years ago
  43. 46137a4 don't repeat function names in documentation comments; NFC by Sanjay Patel · 9 years ago
  44. 9b90e7e Forgot to svn add one of my test files for the change in r273207. by Kevin Enderby · 9 years ago
  45. f5d5db7 Add support for Darwin’s 64-bit universal files with 64-bit offsets and sizes for the objects. by Kevin Enderby · 9 years ago
  46. ad097a4 Delete dead code. NFC. by Rafael Espindola · 9 years ago
  47. 7be6f15 Remove interface to get/set MaxFunctionCount by Easwaran Raman · 9 years ago
  48. bdba755 [tsan] Do not instrument accesses to the gcov counters array by Vedant Kumar · 9 years ago
  49. 832e254 [InstSimplify] analyze (optionally casted) icmps to eliminate obviously false logic (PR27869) by Sanjay Patel · 9 years ago
  50. 8122c25 Pass AssumptionCacheTracker from SampleProfileLoader to Inliner by Dehao Chen · 9 years ago
  51. 920d0ae test commit: remove trailing whitespace by Thomas Jablin · 9 years ago
  52. 0e65d2f Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFinalPathNameByHandle API does not behave as documented; if given a buffer that has enough space for the path but not the null terminator, the call will return the number of characters required *without* the null terminator (despite being documented otherwise) and it will not set GetLastError(). The result was that this function would return a bogus path and no error. Instead, ensure there is sufficient space for a null terminator (we already strip it off manually for compatibility with older versions of Windows). by Aaron Ballman · 9 years ago
  53. 50d5807 Rename to be consistent with other type names. NFC by Daniel Berlin · 9 years ago
  54. 4c758ff [MemorySSA] Clean up unit tests a tiny bit. NFC. by George Burgess IV · 9 years ago
  55. d158fa7 InstCombine: Don't strip convergent from intrinsic callsites by Matt Arsenault · 9 years ago
  56. 1408d40 Add a isPositionIndependent helper to ARMFastISel. NFC. by Rafael Espindola · 9 years ago
  57. 889cd9b [InstCombine] consolidate some icmp+logic tests and improve checks by Sanjay Patel · 9 years ago
  58. 8ff4f4a [AArch64] Adjust the loop buffer size for Exynos M1 (NFC) by Evandro Menezes · 9 years ago
  59. 6c2d562 [Kaleidoscope][BuildingAJIT] Remove some superfluous commas in Chapter 2. by Lang Hames · 9 years ago
  60. 4cf102d [Kaleidoscope][BuildingAJIT] Fix a punctuation mistake in Chapter 2. by Lang Hames · 9 years ago
  61. b2902b2 AMDGPU: Preserve undef flag on vcc when shrinking v_cndmask_b32 by Matt Arsenault · 9 years ago
  62. 17f22f9 AMDGPU: Fold more custom nodes to undef by Matt Arsenault · 9 years ago
  63. cefb674 [InstCombine] update to use FileCheck with autogenerated exact checking by Sanjay Patel · 9 years ago
  64. 96ad9ea Generalize DiagnosticInfoStackSize to support other limits by Matt Arsenault · 9 years ago
  65. 61fd0e8 [InstCombine] update to use FileCheck with autogenerated exact checking by Sanjay Patel · 9 years ago
  66. 61691ce AMDGPU: Use correct method for determining instruction size by Matt Arsenault · 9 years ago
  67. 741101d Properly handle short file names on the command line in Windows [TAKE 2] by Adrian McCarthy · 9 years ago
  68. 307efec [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  69. a2f3bd3 Use shouldAssumeDSOLocal. by Rafael Espindola · 9 years ago
  70. 75473ec AMDGPU: Add support for R_AMDGPU_REL32 relocations by Tom Stellard · 9 years ago
  71. 255303f Simplify. NFC. by Rafael Espindola · 9 years ago
  72. a0adb8d AMDGPU: Emit R_AMDGPU_ABS32_{HI,LO} for scratch buffer relocations by Tom Stellard · 9 years ago
  73. a02f69b [ARM] Enable isel of UMAAL by Sam Parker · 9 years ago
  74. 5b2db1b Add a isPositionIndependent predicate. by Rafael Espindola · 9 years ago
  75. 774279a Forgot to update callers of deleteDeadInstruction by David Majnemer · 9 years ago
  76. 53e59a0 Reapply "[LoopIdiom] Don't remove dead operands manually" by David Majnemer · 9 years ago
  77. 3008101 Removing an unused switch statement that has only a default label. This happens to also eliminate an instance of switchception. NFC intended. by Aaron Ballman · 9 years ago
  78. 37e00a0 Revert "[LoopIdiom] Don't remove dead operands manually" by Cong Liu · 9 years ago
  79. a3a6b52 [X86][F16C] Added half <-> double conversion tests by Simon Pilgrim · 9 years ago
  80. 0c2a451 Fix formatting of r273144. NFC. by Patrik Hagglund · 9 years ago
  81. eca908e [AARCH64] Add support for Broadcom Vulcan by Pankaj Gode · 9 years ago
  82. 7293ea5 Avoid output indeterminism between GCC and Clang builds. by Patrik Hagglund · 9 years ago
  83. 4490706 Avoid output indeterminism between GCC and Clang builds. by Patrik Hagglund · 9 years ago
  84. 76e55ee Fix for PR27940 by Patrik Hagglund · 9 years ago
  85. 4a94acf [codeview] Add an extra check for TPI hash values. by Rui Ueyama · 9 years ago
  86. a8482b2 [AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit Shift Right Arithmetic intrinsic lowering. by Igor Breger · 9 years ago
  87. 8de712d [X86] Pass the SDLoc and Mask ArrayRef down from lowerVectorShuffle through all of the other routines instead of recreating them in the handlers for each type. NFC by Craig Topper · 9 years ago
  88. 38d238c [X86] Use existing ArrayRef variable instead of calling SVOp->getMask() repeatedly. Remove nearby else after return as well. NFC by Craig Topper · 9 years ago
  89. 80a27c4 [X86] Avoid making a copy of a shuffle mask until we're sure we really need to. And just use a SmallVector to do the copy because its easy. by Craig Topper · 9 years ago
  90. fcb9a71 Fix dynamically linked debug builds. by Eli Friedman · 9 years ago
  91. 0f886c2 [LoopIdiom] Don't remove dead operands manually by David Majnemer · 9 years ago
  92. 96b66d1 Reformat blank lines. by NAKAMURA Takumi · 9 years ago
  93. 6e82c79 Trailing whitespace. by NAKAMURA Takumi · 9 years ago
  94. 82f8dab Untabify. by NAKAMURA Takumi · 9 years ago
  95. 4e73ba4 [InstSimplify] add tests for PR27689; regenerate checks by Sanjay Patel · 9 years ago
  96. e611161 Address Eli's post-commit comments by David Majnemer · 9 years ago
  97. 2ae3b0a [X86][AVX512] Added 512-bit BITREVERSE tests and enabled AVX512BW lowering support by Simon Pilgrim · 9 years ago
  98. 2582014 Strip trailing whitespace. NFCI. by Simon Pilgrim · 9 years ago
  99. 1056025 Fixed signed/unsigned warning. by Simon Pilgrim · 9 years ago
  100. 979f1bb [X86][SSE] Allow target shuffle combining to match masks with SM_Sentinel values by Simon Pilgrim · 9 years ago