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